bjori           Thu Nov  9 12:35:12 2006 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    README.UPDATE_5_2 
  Log:
  Add "As of 5.2.1" notes as requested
  
  
  
http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.33&r2=1.1.2.34&diff_format=u
Index: php-src/README.UPDATE_5_2
diff -u php-src/README.UPDATE_5_2:1.1.2.33 php-src/README.UPDATE_5_2:1.1.2.34
--- php-src/README.UPDATE_5_2:1.1.2.33  Thu Nov  9 11:44:13 2006
+++ php-src/README.UPDATE_5_2   Thu Nov  9 12:35:12 2006
@@ -180,13 +180,13 @@
 In the PHP core
 ===============
 getrusage() will return NULL when passed incompatible arguments
-# See 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/microtime.c?r1=1.57&r2=1.58 
&& ?r1=1.53.2.2&r2=1.53.2.2.2.1
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/microtime.c?r1=1.57&r2=1.58 
&& ?r1=1.53.2.2&r2=1.53.2.2.2.1
 
 In ext/zip
 ==========
 ZipArchive::setCommentName() now returns TRUE on success
 ZipArchive::setCommentIndex() now return TRUE on success
-#See 
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.15&r2=1.1.2.16
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.15&r2=1.1.2.16
 
 ==================
 NEW ERROR MESSAGES
@@ -220,7 +220,7 @@
 /* when allow_url_include is OFF (default) */
 include "php://input";
 /* Warning:  include(): URL file-access is disabled in the server 
configuration in filename on line n */
-#See: 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_fopen_wrapper.c?r1=1.45.2.4.2.3&r2=1.45.2.4.2.4
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/standard/php_fopen_wrapper.c?r1=1.45.2.4.2.3&r2=1.45.2.4.2.4
 
 ?>
 
@@ -343,7 +343,7 @@
 
 new DateTime(new stdclass);
 /* Fatal error: Uncaught exception 'Exception' with message 
'DateTime::__construct() expects parameter 1 to be string, object given' in 
filename:n */
-#See 
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.33&r2=1.43.2.45.2.34
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/date/php_date.c?r1=1.43.2.45.2.33&r2=1.43.2.45.2.34
 ?>
 
 In the dBase extension
@@ -415,7 +415,7 @@
 
 $obj->getCommentName("");
 /* Notice:  ZipArchive::getCommentName(): Empty string as entry name in 
filename on line n */
-#See 
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.15&r2=1.1.2.16
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.15&r2=1.1.2.16
 ?>
 
 
@@ -747,7 +747,7 @@
     ZipArchive:
       bool createEmptyDir(string dirname)
         Creates an empty directory in the archive
-#See 
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.15&r2=1.1.2.16
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.15&r2=1.1.2.16
 
 New class constants
 ===================
@@ -869,15 +869,16 @@
 ===========
   - resource imap_open ( string mailbox, string username, string password [, 
int options[, int n_retries]]) (n_retries)
   - bool imap_reopen(resource stream_id, string mailbox [, int options [, int 
n_retries]]) (n_retries)
-#See 
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.7&r2=1.208.2.7.2.8
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/imap/php_imap.c?r1=1.208.2.7.2.7&r2=1.208.2.7.2.8
 
 In ext/mbstring
 ===============
   - int mb_strrpos(string haystack, string needle [, int offset [, string 
encoding]]) (offset)
 
 In ext/ming
+===========
   - int swfmovie::streamMP3(mixed file [, float skip]) (skip)
-#See 
http://cvs.php.net/viewvc.cgi/php-src/ext/ming/ming.c?r1=1.79.2.4.2.3&r2=1.79.2.4.2.4
+As of 5.2.1 #See 
http://cvs.php.net/viewvc.cgi/php-src/ext/ming/ming.c?r1=1.79.2.4.2.3&r2=1.79.2.4.2.4
 
 In ext/openssl
 ==============

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

Reply via email to