rrichards               Sat Jan  6 18:05:02 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    README.UPDATE_5_2 
  Log:
  update xmlwriter_write_dtd_entity parameters
  
http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.38&r2=1.1.2.39&diff_format=u
Index: php-src/README.UPDATE_5_2
diff -u php-src/README.UPDATE_5_2:1.1.2.38 php-src/README.UPDATE_5_2:1.1.2.39
--- php-src/README.UPDATE_5_2:1.1.2.38  Sat Jan  6 16:50:55 2007
+++ php-src/README.UPDATE_5_2   Sat Jan  6 18:05:02 2007
@@ -881,7 +881,7 @@
      - 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
 
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to