]> granicus.if.org Git - php/commitdiff
Fixed version numbers.
authorDerick Rethans <derick@php.net>
Tue, 6 Mar 2012 18:34:10 +0000 (18:34 +0000)
committerDerick Rethans <derick@php.net>
Tue, 6 Mar 2012 18:34:10 +0000 (18:34 +0000)
Zend/README.ZEND_MM

index 60c22556bec33df439349d8424c51d142aa02fde..ff882e5d416b079b233873b997293970a767ba7e 100644 (file)
@@ -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.