>
>
> 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 hexadeci
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)) != $da
Commit:b233de098daceb145b9a5009b8861ebb9df5c961
Author:Nikita Popov Mon, 9 Apr 2012 18:19:49 +0200
Parents: 8ac56c15c98f27ac097fe53ac3bdf91a543eaed2
Branches: master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=b233de098daceb145b9a5009b8861ebb9df5c961
Log:
Fix
Commit:882dca647a42c974102cfd1c75818764a18f
Author:Rui Hirokawa Mon, 9 Apr 2012
23:49:18 +0900
Parents: 7ae93a2c4c8a51cc2aec9977ce3c83c100e382a0
Branches: PHP-5.4
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=882dca647a42c974102cfd1c75818764a18f
Log:
M
Commit:b28231165a8eef2fcbdbc41d6abc4d0d46155172
Author:Rui Hirokawa Mon, 9 Apr 2012
23:32:41 +0900
Parents: 8ac56c15c98f27ac097fe53ac3bdf91a543eaed2
Branches: master
Link:
http://git.php.net/?p=php-src.git;a=commitdiff;h=b28231165a8eef2fcbdbc41d6abc4d0d46155172
Log:
fi
On Mon, 09 Apr 2012 07:11:52 +0100, Stas Malyshev
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 unsubscribe, visit: http://www.p