From f5ec3eb0f471c7c9db5dd2f85d34eed171541bda Mon Sep 17 00:00:00 2001 From: Daniel Egeberg Date: Thu, 24 Dec 2009 16:10:57 +0000 Subject: [PATCH] Fixed #50569. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@292602 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index b538a1bdf0..2d3635438b 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -4017,7 +4017,7 @@ auto_prepend_file=security.php Prior to PHP 5.2.1, in order to use this directive it had to be enabled at compile time by using - in the + in the configure line. This was also required to define the functions memory_get_usage and memory_get_peak_usage.