tomsommer Sat Jul 17 13:35:30 2004 EDT
Modified files: /phpdoc/en language-snippets.ent Log: Add missing space Fix wording for simplexml.iteration http://cvs.php.net/diff.php/phpdoc/en/language-snippets.ent?r1=1.105&r2=1.106&ty=u Index: phpdoc/en/language-snippets.ent diff -u phpdoc/en/language-snippets.ent:1.105 phpdoc/en/language-snippets.ent:1.106 --- phpdoc/en/language-snippets.ent:1.105 Sat Jul 17 13:00:37 2004 +++ phpdoc/en/language-snippets.ent Sat Jul 17 13:35:30 2004 @@ -1,4 +1,4 @@ -<!-- $Revision: 1.105 $ --> +<!-- $Revision: 1.106 $ --> <!-- Keep 'em sorted --> @@ -302,13 +302,13 @@ <!ENTITY safemode '<link linkend="ini.safe-mode">safe mode</link>'> <!-- Notes for SAPI/Apache --> -<!ENTITY note.apache.nsapi-module '<note><para>From PHP 4.3.3 on you can use this function with the +<!ENTITY note.apache.nsapi-module '<note><para>As of PHP 4.3.3 you can use this function with the <link linkend="ref.nsapi">NSAPI server module</link> in Netscape/iPlanet/SunONE webservers, too.</para></note>'> <!-- SimpleXML Notes --> <!ENTITY simplexml.iteration '<note><simpara>SimpleXML has made a rule of adding -iterative properties to most methods. They cannot be viewed using<function>var_dump</function> +iterative properties to most methods. They cannot be viewed using <function>var_dump</function> or anything else which can examine objects.</simpara></note>'> <!-- Database Notes -->