php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #68500 Install is not taking into account dependency order in php.ini 'extension'
Submitted: 2014-11-25 20:31 UTC Modified: 2014-11-25 20:37 UTC
From: yisroel at journeymanweb dot com Assigned:
Status: Not a bug Package: CGI/CLI related
PHP Version: 5.4.35 OS:
Private report: No CVE-ID: None
 [2014-11-25 20:31 UTC] yisroel at journeymanweb dot com
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

PECL installer does not enter the 'extension' entries into php.ini in the right order. Manually placing http.so after the others fixed the issue.

Expected result:
----------------
PECL installer should enter the 'extension' entries into php.ini in the right order.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-11-25 20:37 UTC] aharvey@php.net
-Status: Open +Status: Not a bug
 [2014-11-25 20:37 UTC] aharvey@php.net
The "pecl" command is provided by PEAR's PEAR package, which uses a separate bug tracker. Please reopen this bug at https://pear.php.net/bugs/report.php?package=PEAR

Thanks!
 [2014-11-25 20:47 UTC] yisroel at journeymanweb dot com
Done

https://pear.php.net/bugs/bug.php?id=20445

Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 20:01:29 2024 UTC