-
Fix NEWS (wrong bug # AND wrong section...)
It's bug #64508, not #64506.
-
-
cataphract committed
Apr 30, 2013 -
cataphract committed
Apr 30, 2013
-
sendrecvmsg_shutdown function moved to mshutdown
The function php_socket_sendrecvmsg_shutdown() should have been called in MSHUTDOWN, not RSHUTDOWN. Bug only on TSRM builds. Should fix bug #64287.
-
-
Remove trailing whitespace; break long lines
cataphract committedFeb 23, 2013
-
Fixed defective cloning in ext/intl classes
See also bug #62915 Cherry picked from 886a50a (I forgot about 5.3) Conflicts: ext/intl/spoofchecker/spoofchecker_class.c ext/intl/transliterator/transliterator_class.c
-
-
cataphract committed
Aug 26, 2012 -
-
cataphract committed
Jul 17, 2012
-
Custom extension segfaults during xmlParseFile with FPM SAPI because the regular list is not prepared during the MINIT phase and our custom external entity loader tries to open PHP streams.
cataphract committedJun 9, 2012
-
Changed ResourceBundle constructor behavior
null is now accepted for two first (mandatory arguments). Passing null as the package name causes NULL to be passed to ICU and the default ICU data to be loaded. Passing null as the locale name causes the default locale to be used.
cataphract committedMay 24, 2012 -
cataphract committed
May 24, 2012
-
IntlDateFormatter constructor would release some resources under certain error conditions.
cataphract committedMay 23, 2012 -
cataphract committed
May 23, 2012 -
Updated NEWS w.r.t to ext/intl changes
cataphract committedMay 23, 2012
-
Fixed bug #61764: 'I' unpacks n as signed if n > 2^31-1 on LP64
Also fixed possible invalid read on big endian LP64.
cataphract committedApr 23, 2012
-
Updated NEWS (DOM object debug info handler).
cataphract committedMar 23, 2012
-
Fixed bug #61043: Regression in magic_quotes_gpc fix (CVE-2012-0831)
Merge commit 'refs/pull/12/head' of git://github.com/php/php-src into 5.3 Signed-off-by: Gustavo André dos Santos Lopes <cataphract@php.net>
cataphract committedMar 21, 2012 -
The "hash" function used strncpy on data that would have NUL bytes, ending the copy prematurely and causing collisions between objects.
cataphract committedMar 21, 2012
-
- Fixed bug #61388 (ReflectionObject:getProperties() issues invalid r…
…eads when get_properties returns a hash table with (inaccessible) dynamic numeric properties).
cataphract committedMar 18, 2012 -
- Fixed bug #61418 (Segmentation fault when DirectoryIterator's or
FilesystemIterator's iterators are requested more than once without having had its dtor callback called in between).
cataphract committedMar 18, 2012
-
- Fixed bug #61371 (resource leak). This bug had two parts, a long st…
…anding leak already fixed in trunk/5.3 and now merged onto 5.4 and a leak introduced in fixing bug #61115. This better fix for #61115 fixes the leak (the inhibition for deleting the context was too broad) and so prevents segfaults in new circumstances (where the inhibition was not broad enough).
cataphract committedMar 17, 2012