Edit report at http://pear.php.net/bugs/bug.php?id=18779&edit=1
ID: 18779
Updated by: [email protected]
Reported By: hm2k at php dot net
Summary: PHP Deprecated: Assigning the return value of new by
reference is deprecated i
-Status: Open
+Status: Closed
Type: Bug
Package: File_Find
Package Version: 1.3.1
PHP Version: 5.3.6
-Assigned To:
+Assigned To: doconnor
Roadmap Versions:
New Comment:
-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.
Previous Comments:
------------------------------------------------------------------------
[2011-09-02 17:39:38] hm2k
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.
------------------------------------------------------------------------