tags 618446 + wontfix thanks Hi Ronan,
On Tuesday, 15. March 2011, Ronan wrote:
> PHP crashes if Suhosin is loaded with `dl'.
>
> Note that the crash seems to occur only after the PHP
> script has finished executing.
>
> I've included an excerpt from a terminal transcript which
> shows how to trigger the bug.
>
> *** transcript-excerpt
> bash$ php5 -n -r 'dl("suhosin.so"); var_dump(extension_loaded("suhosin"));'
> bool(true)
> Segmentation fault
> bash$
right from http://php.net/manual/en/function.dl.php:
"5.3.0 dl() is now disabled in some SAPI's due to stability issues. The only
SAPI's that allow dl() are: CLI, CGI and Embed. Use the Extension Loading
Directives instead."
After discussing the issue with the upstream author, we did come to the
conclusion, that dl() is in a deprecated state and that this won't get fixed.
With kind regards, Jan.
--
Never write mail to <[email protected]>, you have been warned!
-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GIT d-- s+: a C+++ UL++++ P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h---- r+++ y++++
------END GEEK CODE BLOCK------
signature.asc
Description: This is a digitally signed message part.

