git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330043 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Joe Watkins 2013-04-09 10:06:30 +00:00
parent 0026bfc424
commit 06151b0ab9

View file

@ -13,7 +13,7 @@
<note>
<simpara>
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.
</simpara>
</note>