hholzgra Wed Jan 24 00:56:08 2007 UTC
Modified files:
/phpdoc-de/reference/ctype/functions ctype-punct.xml
/phpdoc/en/reference/outcontrol reference.xml
Log:
encoding
http://cvs.php.net/viewvc.cgi/phpdoc-de/reference/ctype/functions/ctype-punct.xml?r1=1.7&r2=1.8&diff_format=u
Index: phpdoc-de/reference/ctype/functions/ctype-punct.xml
diff -u phpdoc-de/reference/ctype/functions/ctype-punct.xml:1.7
phpdoc-de/reference/ctype/functions/ctype-punct.xml:1.8
--- phpdoc-de/reference/ctype/functions/ctype-punct.xml:1.7 Tue Jan 16
11:13:15 2007
+++ phpdoc-de/reference/ctype/functions/ctype-punct.xml Wed Jan 24 00:56:08 2007
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.7 $ -->
+<!-- $Revision: 1.8 $ -->
<!-- EN-Revision: 1.1 Maintainer: hholzgra Status: working -->
<refentry id="function.ctype-punct">
<refnamediv>
<refname>ctype_punct</refname>
<refpurpose>
- Auf druckbare Zeichen überprüfen, die weder Leerzeichen, noch
+ Auf druckbare Zeichen berprfen, die weder Leerzeichen, noch
alphanumerische Zeichen sind
</refpurpose>
</refnamediv>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/outcontrol/reference.xml?r1=1.13&r2=1.14&diff_format=u
Index: phpdoc/en/reference/outcontrol/reference.xml
diff -u phpdoc/en/reference/outcontrol/reference.xml:1.13
phpdoc/en/reference/outcontrol/reference.xml:1.14
--- phpdoc/en/reference/outcontrol/reference.xml:1.13 Sun Sep 4 19:39:22 2005
+++ phpdoc/en/reference/outcontrol/reference.xml Wed Jan 24 00:56:08 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.13 $ -->
+<!-- $Revision: 1.14 $ -->
<!-- Purpose: basic.php -->
<!-- Membership: core -->
@@ -20,6 +20,15 @@
only functions such as <function>echo</function> and data between
blocks of PHP code.
</para>
+ <note>
+ <para>
+ When upgrading from PHP 4.1 (and 4.2) to 4.3 due to a bug in
+ earlier versions you must ensure that
+ <literal>implict_flush</literal> is <literal>OFF</literal> in
+ your &php.ini;, otherwise any output with
+ <function>ob_start</function> will not be hidden from output.
+ </para>
+ </note>
</section>
<section id="outcontrol.requirements">
@@ -73,15 +82,6 @@
cookie without causing an error. (You can not normally send
headers to the browser after data has already been sent.)
</para>
- <note>
- <para>
- When upgrading from PHP 4.1 (and 4.2) to 4.3 that due to a bug in
- earlier versions you must ensure that
- <literal>implict_flush</literal> is <literal>OFF</literal> in
- your &php.ini;, otherwise any output with
- <function>ob_start</function> will not be hidden from output.
- </para>
- </note>
</section>
<section id="outcontrol.seealso">