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

Bug #18779 PHP Deprecated: Assigning the return value of new by reference is deprecated i
Submitted: 2011-09-02 21:39 UTC
From: hm2k Assigned: doconnor
Status: Closed Package: File_Find (version 1.3.1)
PHP Version: 5.3.6 OS:
Roadmaps: (Not assigned)    
Subscription  


 [2011-09-02 21:39 UTC] hm2k (James Wade)
Description: ------------ PHP Deprecated: Assigning the return value of new by reference is deprecated in /usr/share/pear/File/Find.php on line 134 PHP Stack trace: PHP 1. {main}() /usr/bin/docblockgen:0 PHP 2. require_once() /usr/bin/docblockgen:45 PHP 3. require_once() /usr/share/pear/PHP/DocBlockGenerator/Cli.php:39 PHP 4. require_once() /usr/share/pear/PHP/DocBlockGenerator.php:55 PHP 5. require_once() /usr/share/pear/PHP/DocBlockGenerator/Tokens.php:40 PHP 6. require_once() /usr/share/pear/PHP/CompatInfo.php:45 Test script: --------------- docblockgen script.php Note: docblockgen uses this package as per the above trace. Expected result: ---------------- No "Deprecated" message. Actual result: -------------- As per the description a "Deprecated" message appears.

Comments

 [2011-09-03 05:37 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Closed -Assigned To: +Assigned To: doconnor
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.
 [2011-09-03 10:35 UTC] techtonik (anatoly techtonik)
Thanks for taking care of that, Daniel.