mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
build fix
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@330041 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
eaffddfea4
commit
0026bfc424
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
</simpara>
|
||||
|
||||
<example xml:id="internals2.structure.globals.using.accessor">
|
||||
<example xml:id="internals2.structure.globals.using.accessor2">
|
||||
<title>Accessor macros for per-module globals</title>
|
||||
<programlisting role="c">
|
||||
<![CDATA[
|
||||
|
|
Loading…
Reference in a new issue