Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.8.4

Bug #17073 Deprecated: Assigning the return value of new by reference is deprecated in C:
Submitted: 2010-02-08 12:56 UTC
From: doconnor Assigned: wiesemann
Status: Closed Package: HTML_Table (version 1.8.2)
PHP Version: 5.3.1 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2010-02-08 12:56 UTC] doconnor (Daniel O'Connor)
Description: ------------ Hi I have recently upgraded to PHP 5.3.1. I am running on an apache server. I re-installed all my pear modules. An application that used to work is now giving the following error message. Deprecated: Assigning the return value of new by reference is deprecated in C:\php\PEAR\HTML\Table.php These are the packages that I have installed C:\php\PEAR>pear list INSTALLED PACKAGES, CHANNEL PEAR.PHP.NET: ========================================= PACKAGE VERSION STATE Archive_Tar 1.3.5 stable Auth_SASL 1.0.3 stable Config 1.10.11 stable Console_Getopt 1.2.3 stable DB 1.7.13 stable HTML_Common 1.2.5 stable HTML_QuickForm 3.2.11 stable HTML_Table 1.8.2 stable HTML_Template_IT 1.2.1 stable MDB2 2.4.1 stable MIME_Type 1.2.0 stable Mail 1.1.14 stable Net_SMTP 1.4.1 stable Net_Socket 1.0.9 stable PEAR 1.9.0 stable PEAR_Frontend_Web 0.7.4 beta Structures_Graph 1.0.3 stable C:\php\PEAR> I would really appreciate help on how to resolve this Thanks Andrea

Comments

 [2010-02-09 05:36 UTC] doconnor (Daniel O'Connor)
 [2010-02-09 05:36 UTC] doconnor (Daniel O'Connor)
C:\work\pear\packages-all\HTML_Table>pear run-tests -r tests Running 31 tests PASS [ 1/31] 1.phpt: addRow 1 row 1 column with no extra options[tests\1.phpt] PASS [ 2/31] 2.phpt: addRow 1 row 2 column with no extra options[tests\2.phpt] PASS [ 3/31] 3.phpt: addRow 2 row 2 column with no extra options[tests\3.phpt] PASS [ 4/31] 4.phpt: 2 row 2 column with various options[tests\4.phpt] PASS [ 5/31] 5.phpt: 3 row 3 column, setColAttributes / updateColAttributes[tests\5.phpt] PASS [ 6/31] 6.phpt: 6 row 3 column, setColAttributes / updateColAttributes (switching colors on each row)[tests\6.phpt] PASS [ 7/31] 7.phpt: 3 row 3 column, getCellAttributes / getRowAttributes[tests\7.phpt] PASS [ 8/31] 8.phpt: testing taboffset[tests\8.phpt] PASS [ 9/31] 9.phpt: 6 row 3 column, updateAllAttributes[tests\9.phpt] PASS [10/31] 10.phpt: 6 row 3 column, setAllAttributes[tests\10.phpt] PASS [11/31] 11.phpt: 2 row 1 column, setAutoFill / getAutoFill[tests\11.phpt] PASS [12/31] 12.phpt: 2 row 2 column, setAutoGrow / getAutoGrow[tests\12.phpt] PASS [13/31] 13.phpt: 2 row 1 column, setCellContents / getCellContents[tests\13.phpt] PASS [14/31] 14.phpt: 3 row 3 column, setColCount / getColCount / setRowCount / getRowCount[tests\14.phpt] PASS [15/31] 15.phpt: 2 row 2 column, setHeaderContents[tests\15.phpt] PASS [16/31] 16.phpt: 2 row 2 column, setCaption[tests\16.phpt] PASS [17/31] 17.phpt: 3 row 2 column, setCaption[tests\17.phpt] PASS [18/31] 18.phpt: addCol 1 cell 2 column with no extra options[tests\18.phpt] PASS [19/31] 19.phpt: addCol 2 cell 2 column with no extra options[tests\19.phpt] PASS [20/31] 20.phpt: addRow with indexed columns (row 0, col 3; row 1, col 2)[tests\20.phpt] PASS [21/31] 21.phpt: addCol with indexed rows (row 2, col 1; row 3, col 0)[tests\21.phpt] PASS [22/31] 22.phpt: thead, tfoot, tbody and addCol[tests\22.phpt] PASS [23/31] 23.phpt: thead, tbody and addRow (tfoot not in output)[tests\23.phpt] PASS [24/31] 24.phpt: thead, tfoot, 2 tbodies (with ids) and addRow[tests\24.phpt] PASS [25/31] 25.phpt: tbody, tfoot and addRow (thead not in output)[tests\25.phpt] PASS [26/31] 26.phpt: thead, tfoot, tbody with mixed function calls[tests\26.phpt] PASS [27/31] 27.phpt: thead, tfoot, tbody with mixed function calls[tests\27.phpt] PASS [28/31] 28.phpt: thead, tfoot, tbody with array functionality of setCellContents()[tests\28.phpt] PASS [29/31] 29.phpt: colgroup usage without a col tag[tests\29.phpt] PASS [30/31] 30.phpt: colgroup usage with col tags[tests\30.phpt] PASS [31/31] 29.phpt: colgroup usage with multiple colgroups[tests\31.phpt] TOTAL TIME: 00:03 31 PASSED TESTS 0 SKIPPED TESTS
 [2010-02-09 05:37 UTC] doconnor (Daniel O'Connor)
-Assigned To: +Assigned To: wiesemann
 [2010-04-06 00:53 UTC] wiesemann (Mark Wiesemann)
-Status: Assigned +Status: Closed
This bug has been fixed in SVN. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.