]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Mon, 17 Mar 2014 08:19:45 +0000 (01:19 -0700)
committerStanislav Malyshev <stas@php.net>
Mon, 17 Mar 2014 08:20:09 +0000 (01:20 -0700)
* PHP-5.5:
  Fix bug #66873: check if obj->src is set

1  2 
NEWS

diff --cc NEWS
index 8860fb4993df439a8722b964438adfc31ef75552,8a5cf7303554a1c5a7f9a6b18359eac1118e1377..c5fbb6cd9964a4ab58c427ced057c1fb3c1aeece
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -28,9 -26,13 +28,13 @@@ PH
    . Fixed bug #66893 (imagescale ignore method argument). (Remi)
  
  - Hash:
 -  . hash_pbkdf2() now works correctly if the $length argument is not specified.
 -    (Nikita)
 +  . Fixed bug #66698 (Missing FNV1a32 and FNV1a64 hash functions).
 +    (Michael M Slusarz).
  
 -  . Fixed bug #66873 (A reproductible crash in UConverter when given invalid 
+ - Intl:
++  . Fixed bug #66873 (A reproductible crash in UConverter when given invalid
+     encoding) (Stas)
  - Mail:
    . Fixed bug #66535 (Don't add newline after X-PHP-Originating-Script) (Tjerk)