From a1e040354000d9ee43eb7d42e0f9652acf22c58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20Schl=C3=BCter?= <johannes@php.net> Date: Tue, 27 Oct 2009 14:35:52 +0000 Subject: [PATCH] fixed typo ... I was sure I fixed it before ... git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@289988 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/memory/management.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internals2/memory/management.xml b/internals2/memory/management.xml index 80c6962a72..7b8fcf286f 100644 --- a/internals2/memory/management.xml +++ b/internals2/memory/management.xml @@ -107,7 +107,7 @@ <note> <simpara> - Unlike their C stdandad library's counterparts the Zend Engine's memory + Unlike their C standard library's counterparts the Zend Engine's memory management functions won't return NULL in case of an problem while allocating the requested memory but bail out and terminate the current request.