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.