From: Derick Rethans Date: Tue, 6 Mar 2012 18:34:10 +0000 (+0000) Subject: Fixed version numbers. X-Git-Tag: PHP-5.4.1-RC1~70 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=38e5089e857c899003d2b0b4ebb4efd4c66c27db;p=php Fixed version numbers. --- diff --git a/Zend/README.ZEND_MM b/Zend/README.ZEND_MM index 60c22556be..ff882e5d41 100644 --- a/Zend/README.ZEND_MM +++ b/Zend/README.ZEND_MM @@ -27,7 +27,7 @@ Zend MM disabled: 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 this there is the ZEND_DONT_UNLOAD_MODULES environment variable. If set, then DL_UNLOAD() is skipped during the shutdown of shared extensions.