From 7afd0509221a11d3d6ffc57410d65ade49497f95 Mon Sep 17 00:00:00 2001 From: Derick Rethans Date: Tue, 6 Mar 2012 18:34:10 +0000 Subject: [PATCH] Fixed version numbers. --- Zend/README.ZEND_MM | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/README.ZEND_MM b/Zend/README.ZEND_MM index 60c22556bec..ff882e5d416 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.