Actions
Bug #5300
closedWrong order of extensions.ini break PHP
Start date:
10/13/2015
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.3
Affected Architecture:
Description
When one extension depends of other, if they are in wrong order inside extensions.ini PHP breaks. For instance, if suhosin.so is located before session.so, it ends up with an error like this:
Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20131226/suhosin.so' - /usr/local/lib/php/20131226/suhosin.so: Undefined symbol "ps_globals" in Unknown on line 0
A ticket was opened on FreeBSD ports tree reporting it to maintainer - https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=203741
Updated by Renato Botelho almost 9 years ago
- Status changed from New to Feedback
Workaround seems to work fine while FreeBSD ports collection doesn't have a proper/better solution
Updated by Chris Buechler almost 9 years ago
- Status changed from Feedback to Resolved
the workaround works fine
Actions