[PHP-DOC] Minor changes in en/reference/pdo

2006-02-21 Thread Kohei Yoshida
Hi there,

In working with the phpdoc xml files from CVS I've made some minor
modifications.  Please see the attachment for the diff output.  The two
instances of Description were changed to Description; because they
were chalking my XML parser.  It may not matter much because they are
both within a comment block, but I'll send you the diff, nonetheless.

Best regards,
Kohei


-- 
Kohei Yoshida, Software Engineer
SlickEdit Inc. [ http://www.slickedit.com/ ]
Index: en/reference/pdo/functions/PDOStatement-closeCursor.xml
===
RCS file: /repository/phpdoc/en/reference/pdo/functions/PDOStatement-closeCursor.xml,v
retrieving revision 1.5
diff -u -r1.5 PDOStatement-closeCursor.xml
--- en/reference/pdo/functions/PDOStatement-closeCursor.xml	27 Nov 2005 06:45:14 -	1.5
+++ en/reference/pdo/functions/PDOStatement-closeCursor.xml	10 Feb 2006 16:50:48 -
@@ -67,7 +67,7 @@
  thead
   row
entryVersion;/entry
-   entryDescription/entry
+   entryDescription;/entry
   /row
  /thead
  tbody
Index: en/reference/pdo/functions/PDOStatement-getColumnMeta.xml
===
RCS file: /repository/phpdoc/en/reference/pdo/functions/PDOStatement-getColumnMeta.xml,v
retrieving revision 1.3
diff -u -r1.3 PDOStatement-getColumnMeta.xml
--- en/reference/pdo/functions/PDOStatement-getColumnMeta.xml	20 Sep 2005 08:22:29 -	1.3
+++ en/reference/pdo/functions/PDOStatement-getColumnMeta.xml	10 Feb 2006 16:50:48 -
@@ -124,7 +124,7 @@
  thead
   row
entryVersion;/entry
-   entryDescription/entry
+   entryDescription;/entry
   /row
  /thead
  tbody


Re: [PHP-DOC] Minor changes in en/reference/pdo

2006-02-21 Thread Dan Scott
Thanks Kohei -- I committed your patch (and will take a look at
xml_proto.php to see if it needs a corresponding tweak).

Dan

On 2/21/06, Kohei Yoshida [EMAIL PROTECTED] wrote:
 Hi there,

 In working with the phpdoc xml files from CVS I've made some minor
 modifications.  Please see the attachment for the diff output.  The two
 instances of Description were changed to Description; because they
 were chalking my XML parser.  It may not matter much because they are
 both within a comment block, but I'll send you the diff, nonetheless.

 Best regards,
 Kohei


 --
 Kohei Yoshida, Software Engineer
 SlickEdit Inc. [ http://www.slickedit.com/ ]