From 54209838588e04b84d47aec53801bfb0f3f6c69d Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Tue, 9 Apr 2013 00:19:19 +0000 Subject: [PATCH] correction git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330035 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/memory/persistence.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internals2/memory/persistence.xml b/internals2/memory/persistence.xml index 2f16b7a555..22b2c09a04 100644 --- a/internals2/memory/persistence.xml +++ b/internals2/memory/persistence.xml @@ -64,7 +64,7 @@ Allocate a buffer for holding nmemb blocks of each size bytes and an additional offset bytes. - This is similar to emalloc(nmemb * size + offset) but adds + This is similar to pemalloc(nmemb * size + offset) but adds a special protection against overflows.