Bug 146106 - update ports/devel/pear-HTML_Table from 1.8.2 to 1.8.3
Summary: update ports/devel/pear-HTML_Table from 1.8.2 to 1.8.3
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-28 09:30 UTC by yoshin-t
Modified: 2010-07-01 08:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2010-04-28 09:30 UTC, yoshin-t
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description yoshin-t 2010-04-28 09:30:02 UTC
As described in http://pear.php.net/bugs/bug.php?id=17073
HTML_Table-1.8.2 with PHP-5.3.2 will show deprecated messages.

PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/local/share/pear/HTML/Table.php on line 223,

This is fixed at HTML_Table-1.8.3

Fix: update ports/devel/pear-HTML_Table
a patch is attached.


Patch attached with submission follows:
How-To-Repeat: % php -v
PHP 5.3.2 with Suhosin-Patch (cli) (built: Apr 28 2010 09:35:45) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2010 Zend Technologies

% php
<?php
require_once 'HTML/Table.php';
PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/local/share/pear/HTML/Table.php on line 180
PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/local/share/pear/HTML/Table.php on line 181
PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/local/share/pear/HTML/Table.php on line 205
PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/local/share/pear/HTML/Table.php on line 223
PHP Deprecated:  Assigning the return value of new by reference is deprecated in /usr/local/share/pear/HTML/Table.php on line 267
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-28 09:30:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

miwi@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-28 09:30:21 UTC
Maintainer of devel/pear-HTML_Table,

Please note that PR ports/146106 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/146106

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-04-28 09:30:23 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-07-01 07:53:08 UTC
miwi        2010-07-01 06:53:00 UTC

  FreeBSD ports repository

  Modified files:
    devel/pear-HTML_Table Makefile distinfo 
  Log:
  - Update to 1.8.3
  
  PR:             146106
  Submitted by:   TOMITA Yoshinori <yoshin-t@jp.fujitsu.com>
  Approved by:    maintainer timeout
  Feature safe:   yes
  
  Revision  Changes    Path
  1.12      +1 -1      ports/devel/pear-HTML_Table/Makefile
  1.11      +3 -3      ports/devel/pear-HTML_Table/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 5 Martin Wilke freebsd_committer freebsd_triage 2010-07-01 07:53:09 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!