Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_4/NEWS trunk/NEWS

2011-09-17 Thread Kalle Sommer Nielsen
Hi

2011/9/17 Xinchen Hui larue...@php.net:
 laruence                                 Sat, 17 Sep 2011 03:23:38 +

 Revision: http://svn.php.net/viewvc?view=revisionrevision=316897

 Log:
 Update NEWS

 Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS
    U   php/php-src/branches/PHP_5_4/NEWS
    U   php/php-src/trunk/NEWS

 Modified: php/php-src/branches/PHP_5_3/NEWS
 ===
 --- php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
 +++ php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
 @@ -38,6 +38,8 @@
  - MySQLi extension:
   . Fixed bug #55582 (mysqli_num_rows() returns always 0 for unbuffered, when
   mysqlnd is used). (Andrey)
 +  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
 +    (eran at zend dot com, Laruence)

  - mysqlnd
   . Fixed bug #55609 (mysqlnd cannot be built shared). (Johannes)

 Modified: php/php-src/branches/PHP_5_4/NEWS
 ===
 --- php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
 +++ php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
 @@ -4,7 +4,13 @@
  - Core:
   . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux
     parisc). (Felipe)
 +  . Fixed bug #55705 (Omitting a callable typehinted argument causes a 
 segfault).
 +    (Felipe, Laruence)

 +- MySQLi extension:
 +  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
 +    (eran at zend dot com, Laruence)
 +
  15 Sep 2011, PHP 5.4.0 Beta
  - General improvements:
   . Added callable typehint. (Hannes)

Only the 5.3 NEWS should have been updated here.

-- 
regards,

Kalle Sommer Nielsen
ka...@php.net

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



Re: [PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_4/NEWS trunk/NEWS

2011-09-17 Thread Laruence
Hi:
  done~ :)
thanks

2011/9/17 Kalle Sommer Nielsen ka...@php.net:
 Hi

 2011/9/17 Xinchen Hui larue...@php.net:
 laruence                                 Sat, 17 Sep 2011 03:23:38 +

 Revision: http://svn.php.net/viewvc?view=revisionrevision=316897

 Log:
 Update NEWS

 Changed paths:
    U   php/php-src/branches/PHP_5_3/NEWS
    U   php/php-src/branches/PHP_5_4/NEWS
    U   php/php-src/trunk/NEWS

 Modified: php/php-src/branches/PHP_5_3/NEWS
 ===
 --- php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
 +++ php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
 @@ -38,6 +38,8 @@
  - MySQLi extension:
   . Fixed bug #55582 (mysqli_num_rows() returns always 0 for unbuffered, when
   mysqlnd is used). (Andrey)
 +  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
 +    (eran at zend dot com, Laruence)

  - mysqlnd
   . Fixed bug #55609 (mysqlnd cannot be built shared). (Johannes)

 Modified: php/php-src/branches/PHP_5_4/NEWS
 ===
 --- php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
 +++ php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
 @@ -4,7 +4,13 @@
  - Core:
   . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on 
 Linux
     parisc). (Felipe)
 +  . Fixed bug #55705 (Omitting a callable typehinted argument causes a 
 segfault).
 +    (Felipe, Laruence)

 +- MySQLi extension:
 +  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
 +    (eran at zend dot com, Laruence)
 +
  15 Sep 2011, PHP 5.4.0 Beta
  - General improvements:
   . Added callable typehint. (Hannes)

 Only the 5.3 NEWS should have been updated here.

 --
 regards,

 Kalle Sommer Nielsen
 ka...@php.net




-- 
Laruence  Xinchen Hui
http://www.laruence.com/

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



[PHP-CVS] svn: /php/php-src/ branches/PHP_5_3/NEWS branches/PHP_5_4/NEWS trunk/NEWS

2011-09-16 Thread Xinchen Hui
laruence Sat, 17 Sep 2011 03:23:38 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=316897

Log:
Update NEWS

Changed paths:
U   php/php-src/branches/PHP_5_3/NEWS
U   php/php-src/branches/PHP_5_4/NEWS
U   php/php-src/trunk/NEWS

Modified: php/php-src/branches/PHP_5_3/NEWS
===
--- php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
+++ php/php-src/branches/PHP_5_3/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
@@ -38,6 +38,8 @@
 - MySQLi extension:
   . Fixed bug #55582 (mysqli_num_rows() returns always 0 for unbuffered, when
   mysqlnd is used). (Andrey)
+  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
+(eran at zend dot com, Laruence)

 - mysqlnd
   . Fixed bug #55609 (mysqlnd cannot be built shared). (Johannes)

Modified: php/php-src/branches/PHP_5_4/NEWS
===
--- php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:14:31 UTC (rev 316896)
+++ php/php-src/branches/PHP_5_4/NEWS   2011-09-17 03:23:38 UTC (rev 316897)
@@ -4,7 +4,13 @@
 - Core:
   . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux
 parisc). (Felipe)
+  . Fixed bug #55705 (Omitting a callable typehinted argument causes a 
segfault).
+(Felipe, Laruence)

+- MySQLi extension:
+  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
+(eran at zend dot com, Laruence)
+
 15 Sep 2011, PHP 5.4.0 Beta
 - General improvements:
   . Added callable typehint. (Hannes)

Modified: php/php-src/trunk/NEWS
===
--- php/php-src/trunk/NEWS  2011-09-17 03:14:31 UTC (rev 316896)
+++ php/php-src/trunk/NEWS  2011-09-17 03:23:38 UTC (rev 316897)
@@ -5,4 +5,14 @@
 - General improvements:
   . World domination

+- Core:
+  . Fixed bug #55707 (undefined reference to `__sync_fetch_and_add_4' on Linux
+parisc). (Felipe)
+  . Fixed bug #55705 (Omitting a callable typehinted argument causes a 
segfault).
+(Felipe, Laruence)
+
+- MySQLi extension:
+  . Fixed bug #55703 (PHP crash when calling mysqli_fetch_fields).
+(eran at zend dot com, Laruence)
+
  NOTE: Insert NEWS from last stable release here prior to actual release! 


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