dave            Thu Aug 26 01:40:30 2004 EDT

  Modified files:              
    /phpdoc/en/language/oop5    exceptions.xml 
    /phpdoc/en/reference/datetime/functions     microtime.xml 
    /phpdoc/en/reference/ibase/functions        ibase-pconnect.xml 
    /phpdoc/en/reference/yaz/functions  yaz-record.xml 
  Log:
  - PHP[45] to PHP [45]. Remove a few RC references from ibase_pconnect().
  
  
http://cvs.php.net/diff.php/phpdoc/en/language/oop5/exceptions.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/language/oop5/exceptions.xml
diff -u phpdoc/en/language/oop5/exceptions.xml:1.3 
phpdoc/en/language/oop5/exceptions.xml:1.4
--- phpdoc/en/language/oop5/exceptions.xml:1.3  Sat Aug 21 14:41:46 2004
+++ phpdoc/en/language/oop5/exceptions.xml      Thu Aug 26 01:40:29 2004
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
  <sect1 id="language.oop5.exceptions">
   <title>Exceptions</title>
 
   <para>
-   PHP5 has an exception model similar to that of other programming languages.
+   PHP 5 has an exception model similar to that of other programming languages.
    An exception can be thrown, try and caught within PHP. A Try block must
    include at least one catch block. Multiple catch blocks can be used to
    catch different classtypes; execution will continue after that last catch
http://cvs.php.net/diff.php/phpdoc/en/reference/datetime/functions/microtime.xml?r1=1.11&r2=1.12&ty=u
Index: phpdoc/en/reference/datetime/functions/microtime.xml
diff -u phpdoc/en/reference/datetime/functions/microtime.xml:1.11 
phpdoc/en/reference/datetime/functions/microtime.xml:1.12
--- phpdoc/en/reference/datetime/functions/microtime.xml:1.11   Tue Aug 10 12:30:17 
2004
+++ phpdoc/en/reference/datetime/functions/microtime.xml        Thu Aug 26 01:40:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.11 $ -->
+<!-- $Revision: 1.12 $ -->
 <!-- splitted from ./en/functions/datetime.xml, last change in rev 1.2 -->
   <refentry id="function.microtime">
    <refnamediv>
@@ -43,7 +43,7 @@
 <![CDATA[
 <?php
 /**
- * Simple function to replicate PHP5 behaviour
+ * Simple function to replicate PHP 5 behaviour
  */
 function microtime_float() 
 { 
@@ -65,7 +65,7 @@
       </programlisting>
      </example>
      <example>
-      <title>Timing script execution in PHP5</title>
+      <title>Timing script execution in PHP 5</title>
       <programlisting role="php">
 <![CDATA[
 <?php
http://cvs.php.net/diff.php/phpdoc/en/reference/ibase/functions/ibase-pconnect.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/ibase/functions/ibase-pconnect.xml
diff -u phpdoc/en/reference/ibase/functions/ibase-pconnect.xml:1.4 
phpdoc/en/reference/ibase/functions/ibase-pconnect.xml:1.5
--- phpdoc/en/reference/ibase/functions/ibase-pconnect.xml:1.4  Mon Sep  1 19:53:10 
2003
+++ phpdoc/en/reference/ibase/functions/ibase-pconnect.xml      Thu Aug 26 01:40:29 
2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- splitted from ./en/functions/ibase.xml, last change in rev 1.2 -->
   <refentry id="function.ibase-pconnect">
    <refnamediv>
@@ -35,19 +35,19 @@
     </para>
     <note>
      <para>
-      <parameter>buffers</parameter> was added in PHP4-RC2.
+      <parameter>buffers</parameter> was added in PHP 4.0.0.
      </para>
     </note>
     <note>
      <para>
-      <parameter>dialect</parameter> was added in PHP4-RC2. It is functional
-       only with InterBase 6 and versions higher than that.
+      <parameter>dialect</parameter> was added in PHP 4.0.0. It is
+      functional only with InterBase 6 and versions higher than that.
      </para>
     </note>
     <note>
      <para>
-      <parameter>role</parameter> was added in PHP4-RC2. It is functional
-       only with InterBase 5 and versions higher than that.
+      <parameter>role</parameter> was added in PHP 4.0.0. It is
+      functional only with InterBase 5 and versions higher than that.
      </para>
     </note>
     <para>
http://cvs.php.net/diff.php/phpdoc/en/reference/yaz/functions/yaz-record.xml?r1=1.6&r2=1.7&ty=u
Index: phpdoc/en/reference/yaz/functions/yaz-record.xml
diff -u phpdoc/en/reference/yaz/functions/yaz-record.xml:1.6 
phpdoc/en/reference/yaz/functions/yaz-record.xml:1.7
--- phpdoc/en/reference/yaz/functions/yaz-record.xml:1.6        Thu Aug 12 21:00:48 
2004
+++ phpdoc/en/reference/yaz/functions/yaz-record.xml    Thu Aug 26 01:40:30 2004
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.6 $ -->
+<!-- $Revision: 1.7 $ -->
 <!-- splitted from ./en/functions/yaz.xml, last change in rev 1.1 -->
   <refentry id="function.yaz-record">
  <refnamediv>
@@ -242,7 +242,7 @@
     </programlisting>
    </para>
    <para>
-    For PHP5 the <link linkend="ref.xsl">XSL</link> extension can be
+    For PHP 5 the <link linkend="ref.xsl">XSL</link> extension can be
     used instead of Sablotron XSLT.
    </para>
   </example>

Reply via email to