diff options
author | Felipe Pena <felipe@php.net> | 2009-01-06 01:31:33 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2009-01-06 01:31:33 +0000 |
commit | 9e831698f6da2f8cd7c2e681ec96e15654677386 (patch) | |
tree | 296daaae545ad45eff955cc76e0c35c5a10944f9 | |
parent | aea77fd164b299c7dba874757015960536357547 (diff) | |
download | php-git-9e831698f6da2f8cd7c2e681ec96e15654677386.tar.gz |
- Fix for #46701 merged into 5_2
-rw-r--r-- | NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -35,8 +35,6 @@ PHP NEWS - Fixed bug #46746 (xmlrpc_decode_request outputs non-suppressable error when given bad data). (Ilia) - Fixed bug #46738 (Segfault when mb_detect_encoding() fails). (Scott) -- Fixed bug #46701 (Creating associative array with long values in the key fails - on 32bit linux). (Shire) - Fixed bug #46681 (mkdir() fails silently on PHP 5.3). (Hannes) - Fixed bug #46646 (Restrict serialization on some internal classes like Closure and SplFileInfo using exceptions). (Etienne) |