[PHP-CVS] com php-src: Merge branch 'PHP-5.5': NEWS

2013-04-25 Thread Johannes Schlüter
Commit:488933792a8e5455c55a578a12e6a66ac684b68f
Author:Johannes Schlüter  Thu, 25 Apr 2013 
18:05:56 +0200
Parents:   22f6b6dbec4772febe0e3c31bceeb31eecf806ab 
6251706ea681ac6685008f63c9e169d09e6c474a
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=488933792a8e5455c55a578a12e6a66ac684b68f

Log:
Merge branch 'PHP-5.5'

Changed paths:
  MM  NEWS


Diff: 

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



[PHP-CVS] com php-src: Merge branch 'PHP-5.5': NEWS

2013-01-15 Thread Andrey Hristov
Commit:c4fe37bd8c5e35d1957d43acecbcb3f010501e4a
Author:Andrey Hristov  Tue, 15 Jan 2013 10:12:54 
+0100
Parents:   7a316922536495560b080bc602f54c268537c67b 
dc495bbe95680a9cf2321da83a382d834d70758c
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=c4fe37bd8c5e35d1957d43acecbcb3f010501e4a

Log:
Merge branch 'PHP-5.5'

Conflicts:
NEWS

Changed paths:
  MM  NEWS

diff --cc NEWS
index 7d36738,4145dc5..f753a83
--- a/NEWS
+++ b/NEWS
@@@ -1,6 -1,250 +1,5 @@@
  PHP
NEWS
  
|||
- <<< HEAD
 -?? ??? 201?, PHP 5.5.0 Alpha 3
 -
 -- Core:
 -  . Fixed bug #63980 (object members get trimmed by zero bytes). (Laruence)
 -
 -- General improvements:
 -  . Fixed bug #63874 (Segfault if php_strip_whitespace has heredoc). 
(Pierrick)
 -  . Fixed bug #63822 (Crash when using closures with ArrayAccess).
 -(Nikita Popov)
 -  . Add Generator::throw() method. (Nikita Popov)
 -  . Bug #23955: allow specifying Max-Age attribute in setcookie() (narfbg, 
Lars)
 -  . Bug #52126: timestamp for mail.log (Martin Jansen, Lars)
 -
 -- mysqlnd
 -  . Fixed return value of mysqli_stmt_affected_rows() in the time after
 -prepare() and before execute(). (Andrey)
 -
 -- cURL:
 -  . Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
 -curl_pause, curl_reset, curl_share_close, curl_share_init,
 -  curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
 -  . Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
 -CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
 -  CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
 -
 -- DateTime
 -  . Added DateTimeImmutable - a variant of DateTime that only returns the
 -modified state instead of changing itself. (Derick)
 -
 -- pgsql:
 -  . Bug #46408: Locale number format settings can cause pg_query_params to
 -break with numerics. (asmecher, Lars)
 -
 -- dba:
 -  . Bug #62489: dba_insert not working as expected.
 -(marc-bennewitz at arcor dot de, Lars)
 -
 -18 Dec 2012, PHP 5.5.0 Alpha 2
 -
 -- General improvements:
 -  . Added systemtap support by enabling systemtap compatible dtrace probes on
 -linux. (David Soria Parra)
 -  . Added support for using empty() on the result of function calls and
 -other expressions (https://wiki.php.net/rfc/empty_isset_exprs).
 -(Nikita Popov)
 -  . Optimized access to temporary and compiled VM variables. 8% less memory
 -reads. (Dmitry)
 -  . The VM stacks for passing function arguments and syntaticaly nested calls
 -were merged into a single stack. The stack size needed for op_array
 -execution is calculated at compile time and preallocated at once. As 
result
 -all the stack push operatins don't require checks for stack overflow
 -any more. (Dmitry)
 -
 -- MySQL
 -  . This extension is now deprecated, and deprecation warnings will be 
generated
 -when connections are established to databases via mysql_connect(),
 -mysql_pconnect(), or through implicit connection: use MySQLi or PDO_MySQL
 -instead (https://wiki.php.net/rfc/mysql_deprecation). (Adam)
 -
 -- Fileinfo:
 -  . Fixed bug #63590 (Different results in TS and NTS under Windows).
 -(Anatoliy)
 -
 -- Apache2 Handler SAPI:
 -  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
 -
 -13 Nov 2012, PHP 5.5.0 Alpha 1
 -
 -- General improvements:
 -  . Added generators and coroutines (https://wiki.php.net/rfc/generators).
 -(Nikita Popov)
 -  . Added "finally" keyword (https://wiki.php.net/rfc/finally). (Laruence)
 -  . Add simplified password hashing API
 -(https://wiki.php.net/rfc/password_hash). (Anthony Ferrara)
 -  . Added support for list in foreach (https://wiki.php.net/rfc/foreachlist).
 -(Laruence)
 -  . Added support for using empty() on the result of function calls and
 -other expressions (https://wiki.php.net/rfc/empty_isset_exprs).
 -(Nikita Popov)
 -  . Added support for constant array/string dereferencing. (Laruence)
 -  . Improve set_exception_handler while doing reset.(Laruence)
 -  . Remove php_logo_guid(), php_egg_logo_guid(), php_real_logo_guid(),
 -zend_logo_guid(). (Adnrew Faulds)
 -  . Drop Windows XP and 2003 support. (Pierre)
 -
 -- Calendar:
 -  . Fixed bug #54254 (cal_from_jd returns month = 6 when there is only one 
Adar)
 -(Stas, Eitan Mosenkis)
 -
 -- Core:
 -  . Added boolval(). (Jille Timmermans)
 -  . Added "Z" option to pack/unpack. (Gustavo)
 -  . Implemented FR #60738 (Allow 'set_error_handler' to handle NULL).
 -(Laruence, Nikita Popov)
 -  . Added optional second argument for assert() to specify custom message. 
Patch
 -by Lonny Kapelushnik (lo...@lonnylot.com). (Lars)
 -  . Fixed bug #18556 (Engine uses locale rules to handle class names). (Stas)
 -  . Fixed bug #61681 (Malform

[PHP-CVS] com php-src: Merge branch 'PHP-5.5': NEWS

2013-01-07 Thread Andrey Hristov
Commit:4a68c46594aa5e258dccbbca773d401e9cf668cd
Author:Andrey Hristov  Mon, 7 Jan 2013 16:46:16 
+0100
Parents:   7a13ce61e02d1894224a0c3009dac74990666926 
cde53e7fcd3f74cb29af4d3fb9fb09812ee1d4a0
Branches:  master

Link:   
http://git.php.net/?p=php-src.git;a=commitdiff;h=4a68c46594aa5e258dccbbca773d401e9cf668cd

Log:
Merge branch 'PHP-5.5'

Conflicts:
NEWS

Changed paths:
  MM  NEWS

diff --cc NEWS
index f753a83,e79501f..7d36738
--- a/NEWS
+++ b/NEWS
@@@ -1,5 -1,235 +1,6 @@@
  PHP
NEWS
  
|||
 -?? ??? 201?, PHP 5.5.0 Alpha 3
 -
 -- General improvements:
 -  . Fixed bug #63874 (Segfault if php_strip_whitespace has heredoc). 
(Pierrick)
 -  . Fixed bug #63822 (Crash when using closures with ArrayAccess).
 -(Nikita Popov)
 -  . Add Generator::throw() method. (Nikita Popov)
 -  . Bug #23955: allow specifying Max-Age attribute in setcookie() (narfbg, 
Lars)
 -  . Bug #52126: timestamp for mail.log (Martin Jansen, Lars)
 -
 -- mysqlnd
 -  . Fixed return value of mysqli_stmt_affected_rows() in the time after
 -prepare() and before execute(). (Andrey)
 -
 -- cURL:
 -  . Added new functions curl_escape, curl_multi_setopt, curl_multi_strerror
 -curl_pause, curl_reset, curl_share_close, curl_share_init, 
 -  curl_share_setopt curl_strerror and curl_unescape. (Pierrick)
 -  . Addes new curl options CURLOPT_TELNETOPTIONS, CURLOPT_GSSAPI_DELEGATION,
 -CURLOPT_ACCEPTTIMEOUT_MS, CURLOPT_SSL_OPTIONS, CURLOPT_TCP_KEEPALIVE,
 -  CURLOPT_TCP_KEEPIDLE and CURLOPT_TCP_KEEPINTVL. (Pierrick)
 -
 -18 Dec 2012, PHP 5.5.0 Alpha 2
 -
 -- General improvements:
 -  . Added systemtap support by enabling systemtap compatible dtrace probes on
 -linux. (David Soria Parra)
 -  . Added support for using empty() on the result of function calls and
 -other expressions (https://wiki.php.net/rfc/empty_isset_exprs).
 -(Nikita Popov)
 -  . Optimized access to temporary and compiled VM variables. 8% less memory
 -reads. (Dmitry)
 -  . The VM stacks for passing function arguments and syntaticaly nested calls
 -were merged into a single stack. The stack size needed for op_array
 -execution is calculated at compile time and preallocated at once. As 
result
 -all the stack push operatins don't require checks for stack overflow
 -any more. (Dmitry)
 -
 -- MySQL
 -  . This extension is now deprecated, and deprecation warnings will be 
generated
 -when connections are established to databases via mysql_connect(),
 -mysql_pconnect(), or through implicit connection: use MySQLi or PDO_MySQL
 -instead (https://wiki.php.net/rfc/mysql_deprecation). (Adam)
 -
 -- Fileinfo:
 -  . Fixed bug #63590 (Different results in TS and NTS under Windows).
 -(Anatoliy)
 -
 -- Apache2 Handler SAPI:
 -  . Enabled Apache 2.4 configure option for Windows (Pierre, Anatoliy)
 -
 -13 Nov 2012, PHP 5.5.0 Alpha 1
 -
 -- General improvements:
 -  . Added generators and coroutines (https://wiki.php.net/rfc/generators).
 -(Nikita Popov)
 -  . Added "finally" keyword (https://wiki.php.net/rfc/finally). (Laruence)
 -  . Add simplified password hashing API
 -(https://wiki.php.net/rfc/password_hash). (Anthony Ferrara)
 -  . Added support for list in foreach (https://wiki.php.net/rfc/foreachlist).
 -(Laruence)
 -  . Added support for using empty() on the result of function calls and
 -other expressions (https://wiki.php.net/rfc/empty_isset_exprs).
 -(Nikita Popov)
 -  . Added support for constant array/string dereferencing. (Laruence)
 -  . Improve set_exception_handler while doing reset.(Laruence)
 -  . Remove php_logo_guid(), php_egg_logo_guid(), php_real_logo_guid(),
 -zend_logo_guid(). (Adnrew Faulds)
 -  . Drop Windows XP and 2003 support. (Pierre)
 -
 -- Calendar:
 -  . Fixed bug #54254 (cal_from_jd returns month = 6 when there is only one 
Adar)
 -(Stas, Eitan Mosenkis)
 -
 -- Core:
 -  . Added boolval(). (Jille Timmermans)
 -  . Added "Z" option to pack/unpack. (Gustavo)
 -  . Implemented FR #60738 (Allow 'set_error_handler' to handle NULL).
 -(Laruence, Nikita Popov)
 -  . Added optional second argument for assert() to specify custom message. 
Patch
 -by Lonny Kapelushnik (lo...@lonnylot.com). (Lars)
 -  . Fixed bug #18556 (Engine uses locale rules to handle class names). (Stas)
 -  . Fixed bug #61681 (Malformed grammar). (Nikita Popov, Etienne, Laruence)
 -  . Fixed bug #61038 (unpack("a5", "str\0\0") does not work as expected).
 -(srgoogleguy, Gustavo)
 -  . Return previous handler when passing NULL to set_error_handler and
 -set_exception_handler. (Nikita Popov)
 -
 -- cURL:
 -  . Added support for CURLOPT_FTP_RESPONSE_TIMEOUT, CURLOPT_APPEND, 
 -CURLOPT_DIRLISTONLY, CURLOPT_NEW_DIRECTORY_PERMS, CURLOPT_NEW_FILE_PERMS, 
 -CURLOPT_NETRC_FILE, CURLOPT_PREQUOTE, CURLOPT_KRBLEVEL, 
CURLO