]> granicus.if.org Git - php/commitdiff
update xmlwriter_write_dtd_entity parameters
authorRob Richards <rrichards@php.net>
Sat, 6 Jan 2007 18:05:02 +0000 (18:05 +0000)
committerRob Richards <rrichards@php.net>
Sat, 6 Jan 2007 18:05:02 +0000 (18:05 +0000)
README.UPDATE_5_2

index 35349d295d3fc2913a04059cb97e2bc916ddf5e0..a7dfe7bca2f70a6f8dc679ff9234f4f8bd4b6db4 100644 (file)
@@ -881,7 +881,7 @@ As of 5.2.1 #See http://cvs.php.net/viewvc.cgi/php-src/ext/xmlwriter/php_xmlwrit
      - Create start DTD Entity - returns FALSE on error
     bool xmlwriter_end_dtd_entity(resource xmlwriter)
      - End current DTD Entity - returns FALSE on error
-    bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, int pe [, string pubid [, string sysid [, string ndataid]]]])
+    bool xmlwriter_write_dtd_entity(resource xmlwriter, string name, string content [, bool pe [, string pubid [, string sysid [, string ndataid]]]])
      - Write full DTD Entity tag - returns FALSE on error