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
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
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

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: Fri Apr 26 17:01:30 2024 UTC