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

Bug #20445 Install is not taking into account dependency order in php.ini 'extension'
Submitted: 2014-11-26 02:47 UTC
From: kingizzzy Assigned:
Status: Open Package: PEAR (version 1.9.5)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  


 [2014-11-26 02:47 UTC] kingizzzy (Dude Person)
Description: ------------ I installed pecl_http Executing a PHP page yielded an error_log file with: PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20100525/http.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20100525/http.so: undefined symbol: php_persistent_handle_abandon in Unknown on line 0 This helped: http://stackoverflow.com/a/22429148 The installer does not enter the 'extension' entries into php.ini in the right order. Manually moving the http.so extension to after the others fixed the issue. Expected result: ---------------- The installer should enter the 'extension' entries into php.ini in the right order.

Comments

 [2014-11-26 02:53 UTC] kingizzzy (Dude Person)
-PHP Version: 5.4.35 +PHP Version: Irrelevant