From 0026bfc42439ccec5f7b7045c85d905b268cf0d6 Mon Sep 17 00:00:00 2001 From: Joe Watkins Date: Tue, 9 Apr 2013 08:54:39 +0000 Subject: [PATCH] build fix git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330041 c90b9560-bf6c-de11-be94-00142212c4b1 --- internals2/memory/TSRM.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internals2/memory/TSRM.xml b/internals2/memory/TSRM.xml index 36b91c32b4..3b83e07fcf 100644 --- a/internals2/memory/TSRM.xml +++ b/internals2/memory/TSRM.xml @@ -7,7 +7,7 @@ When PHP is built with Thread Safety enabled, the Zend engine requires a way to isolate contexts from one another, such that the threads of a process may service individual requests without interference. TSRM is omnipitent within PHP, extension authors have to do very little in order to make sure their extensions can function in both a Thread Safe and Non Thread Safe architecture. - + Accessor macros for per-module globals