mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fixed version numbers.
This commit is contained in:
parent
02b3b616ce
commit
7afd050922
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ Zend MM disabled:
|
||||||
Shared extensions:
|
Shared extensions:
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
Since PHP 5.4 it is possible to prevent shared extensions from unloading so
|
Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
|
||||||
that valgrind can correctly track the memory leaks in shared extensions. For
|
that valgrind can correctly track the memory leaks in shared extensions. For
|
||||||
this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then
|
this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then
|
||||||
DL_UNLOAD() is skipped during the shutdown of shared extensions.
|
DL_UNLOAD() is skipped during the shutdown of shared extensions.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue