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

Request #18444 Remove the use of PEAR_Config, PEAR_Registry
Submitted: 2011-04-14 07:33 UTC
From: peelsasleep Assigned:
Status: Open Package: PHP_Beautifier (version 0.1.15)
PHP Version: 5.3.1 OS: OSX 10.6.6
Roadmaps: (Not assigned)    
Subscription  


 [2011-04-14 07:33 UTC] peelsasleep (billy rennekamp)
Description: ------------ Gedit prints this to the top of my beautified document: Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 650 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 697 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 757 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 786 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 914 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 1577 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 1607 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 2038 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Config.php on line 2091 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Registry.php on line 322 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Registry.php on line 1450 Deprecated: Assigning the return value of new by reference is deprecated in /usr/lib/php/PEAR/Registry.php on line 1458

Comments

 [2011-05-29 18:32 UTC] doconnor (Daniel O'Connor)
-Status: Open +Status: Feedback
Hi Billy; can you provide the exact reproduce steps? I'm trying to determine if this is a duplicate of misc e_deprecated bugs; or if its generated code being used by PHP_Beautifier
 [2011-09-29 14:23 UTC] doconnor (Daniel O'Connor)
-Status: Feedback +Status: Duplicate
 [2011-09-29 14:24 UTC] doconnor (Daniel O'Connor)
-Summary: erros in g edit +Summary: Remove the use of PEAR_Config, PEAR_Registry -Status: Duplicate +Status: Open -Type: Bug +Type: Feature/Change Request
Actually; this is a better way to deal with it.