Re: [PHP-CVS] com php-src: Fixed bug in new stream_get_line() when using NUL as a delimiter.: ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt main/streams/streams.c

2012-04-09 Thread Stas Malyshev
Hi! This fixes a problem caused by a change that's not in any released PHP version. Which change caused the problem? -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-CVS] com php-src: Fixed bug in new stream_get_line() when using NUL as a delimiter.: ext/standard/tests/streams/stream_get_line_NUL_delimiter.phpt main/streams/streams.c

2012-04-09 Thread Gustavo Lopes
On Mon, 09 Apr 2012 07:11:52 +0100, Stas Malyshev smalys...@sugarcrm.com wrote: This fixes a problem caused by a change that's not in any released PHP version. Which change caused the problem? Commit 45a6f8d9. -- Gustavo Lopes -- PHP CVS Mailing List (http://www.php.net/) To

[PHP-CVS] com php-src: fixed a mistake on reverting my previous patch: http://git.php.net/?p=php-src.git;a=commitdiff;h=50b2e02c045b61f99e8c72d54e6bec055aee98e4: ext/standard/exec.c

2012-04-09 Thread Rui Hirokawa
Commit:b28231165a8eef2fcbdbc41d6abc4d0d46155172 Author:Rui Hirokawa rui.hirok...@gmail.com Mon, 9 Apr 2012 23:32:41 +0900 Parents: 8ac56c15c98f27ac097fe53ac3bdf91a543eaed2 Branches: master Link:

[PHP-CVS] com php-src: MFH: fixed a mistake on reverting my previous patch.: ext/standard/exec.c

2012-04-09 Thread Rui Hirokawa
Commit:882dca647a42c974102cfd1c75818764a18f Author:Rui Hirokawa rui.hirok...@gmail.com Mon, 9 Apr 2012 23:49:18 +0900 Parents: 7ae93a2c4c8a51cc2aec9977ce3c83c100e382a0 Branches: PHP-5.4 Link:

[PHP-CVS] com php-src: Fix bug #61681: Malformed grammar: NEWS Zend/tests/bug61681.phpt Zend/zend_language_scanner.c Zend/zend_language_scanner.l Zend/zend_language_scanner_defs.h

2012-04-09 Thread Etienne Kneuss
Commit:b233de098daceb145b9a5009b8861ebb9df5c961 Author:Nikita Popov ni...@php.net Mon, 9 Apr 2012 18:19:49 +0200 Parents: 8ac56c15c98f27ac097fe53ac3bdf91a543eaed2 Branches: master Link:

Re: [PHP-CVS] com php-src: Fix bug #61660: bin2hex(hex2bin($data)) != $data: NEWS ext/standard/string.c ext/standard/tests/strings/bug61660.phpt

2012-04-09 Thread Christopher Jones
On 04/08/2012 01:36 PM, Nikita Popov wrote: Fix bug #61660: bin2hex(hex2bin($data)) != $data If the input data has an odd length a warning is thrown and false is returned. +++ b/ext/standard/tests/strings/bug61660.phpt @@ -0,0 +1,11 @@ +--TEST-- +Bug #61660: bin2hex(hex2bin($data)) !=

Re: [PHP-CVS] com php-src: Fix bug #61660: bin2hex(hex2bin($data)) != $data: NEWS ext/standard/string.c ext/standard/tests/strings/bug61660.phpt

2012-04-09 Thread Ferenc Kovacs
I didn't follow the IRC discussion on this, but why are we now discriminating against odd length values? There is nothing in the doc to indicate they can't be used, so this might cause some breakage for what gain? From a purely mathematical standpoint 'A' (for example) is a hexadecimal