git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@272059 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Philip Olson 2008-12-27 22:27:35 +00:00
parent a78275305a
commit 1cd015c348
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="ISO-8859-1" ?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<sect1 xml:id="internals2.structure.lifecycle" xmlns="http://docbook.org/ns/docbook" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Life cycle of an extension</title>
@ -30,7 +30,7 @@
<listitem>
<simpara>
In the Zend API, a module is loaded into memory only once when the
associated PHP process starts up. Each module recieves a call to the
associated PHP process starts up. Each module receives a call to the
"module initialization" function specified in its
<constant>zend_module</constant> structure as it is loaded.
</simpara>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.8 $ -->
<!-- $Revision: 1.9 $ -->
<refentry xml:id="function.yaz-element" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>yaz_element</refname>
@ -24,7 +24,7 @@
</para>
<note>
<para>
If this function seems affectless, see the description of the
If this function appears to have no effect, see the description of the
<literal>piggybacking</literal> option in
<function>yaz_connect</function>.
</para>