From 06151b0ab9cd5adb720d933cf114a203f5ec2538 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Tue, 9 Apr 2013 10:06:30 +0000 Subject: [PATCH] clarity git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330043 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 cbc5ecde02..cd6b79ec16 100644 --- a/internals2/memory/persistence.xml +++ b/internals2/memory/persistence.xml @@ -13,7 +13,7 @@ - All of the following functions take the additional persistent parameter, should this be false, Zend will use its regular allocators and the memory should not be considered persistent. Where memory is allocated as persistent, system allocators are invoked, under most circumstances they are still not able to return NULL pointers just as the Main memory APIs. + All of the following functions take the additional persistent parameter, should this be false, Zend will use its regular allocators (emalloc) and the memory should not be considered persistent. Where memory is allocated as persistent, system allocators are invoked, under most circumstances they are still not able to return NULL pointers just as the Main memory APIs.