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
Actions