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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: yisroel at journeymanweb dot com
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Tue Jul 01 19:01:37 2025 UTC