dbs             Fri May 27 14:53:31 2005 EDT

  Modified files:              
    /phpdoc/en/reference/pdo/functions  PDO-exec.xml 
                                        PDO-getAttribute.xml 
                                        PDOStatement-getAttribute.xml 
                                        PDOStatement-setAttribute.xml 
  Log:
  Silly writer, PHP doesn't have longs :)
  
  
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-exec.xml?r1=1.4&r2=1.5&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-exec.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-exec.xml:1.4 
phpdoc/en/reference/pdo/functions/PDO-exec.xml:1.5
--- phpdoc/en/reference/pdo/functions/PDO-exec.xml:1.4  Fri May 27 14:23:15 2005
+++ phpdoc/en/reference/pdo/functions/PDO-exec.xml      Fri May 27 14:53:28 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.PDO-exec">
  <refnamediv>
@@ -11,7 +11,7 @@
  <refsect1 role="description">
   &reftitle.description;
   <methodsynopsis>
-   <type>long</type><methodname>PDO::exec</methodname>
+   <type>int</type><methodname>PDO::exec</methodname>
    
<methodparam><type>string</type><parameter>statement</parameter></methodparam>
   </methodsynopsis>
 
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.3 
phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.4
--- phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml:1.3  Sun Feb 13 
23:13:16 2005
+++ phpdoc/en/reference/pdo/functions/PDO-getAttribute.xml      Fri May 27 
14:53:28 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.PDO-getAttribute">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>mixed</type><methodname>PDO::getAttribute</methodname>
-   <methodparam><type>long</type><parameter>attribute</parameter></methodparam>
+   <methodparam><type>int</type><parameter>attribute</parameter></methodparam>
   </methodsynopsis>
 
   &warn.experimental.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml:1.1 
phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml:1.2
--- phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml:1.1 Mon Jan 
17 22:16:39 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-getAttribute.xml     Fri May 
27 14:53:28 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.PDOStatement-getAttribute">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>mixed</type><methodname>PDOStatement::getAttribute</methodname>
-   <methodparam><type>long</type><parameter>attribute</parameter></methodparam>
+   <methodparam><type>int</type><parameter>attribute</parameter></methodparam>
   </methodsynopsis>
 
   &warn.undocumented.func;
http://cvs.php.net/diff.php/phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml?r1=1.1&r2=1.2&ty=u
Index: phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml
diff -u phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml:1.1 
phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml:1.2
--- phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml:1.1 Mon Jan 
17 22:16:39 2005
+++ phpdoc/en/reference/pdo/functions/PDOStatement-setAttribute.xml     Fri May 
27 14:53:28 2005
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Generated by xml_proto.php v2.2. Found in /scripts directory of phpdoc. 
-->
 <refentry id="function.PDOStatement-setAttribute">
  <refnamediv>
@@ -12,7 +12,7 @@
   &reftitle.description;
   <methodsynopsis>
    <type>bool</type><methodname>PDOStatement::setAttribute</methodname>
-   <methodparam><type>long</type><parameter>attribute</parameter></methodparam>
+   <methodparam><type>int</type><parameter>attribute</parameter></methodparam>
    <methodparam><type>mixed</type><parameter>value</parameter></methodparam>
   </methodsynopsis>
 

Reply via email to