Commits on Sep 2, 2013
Commits on Jul 15, 2013
  1. NEWS for 710150c and e2744f1

    cataphract committed Jul 15, 2013
Commits on Jul 3, 2013
Commits on May 8, 2013
  1. Fix NEWS (wrong bug # AND wrong section...)

    It's bug #64508, not #64506.
    cataphract committed May 8, 2013
Commits on Apr 30, 2013
  1. Remove trailing space in NEWS

    cataphract committed Apr 30, 2013
  2. NEWS for 514afd6

    cataphract committed Apr 30, 2013
Commits on Feb 24, 2013
  1. 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.
    cataphract committed Feb 24, 2013
Commits on Feb 23, 2013
  1. NEWS for 8718755

    cataphract committed Feb 23, 2013
Commits on Feb 3, 2013
Commits on Jan 18, 2013
Commits on Jan 15, 2013
  1. NEWS for bug #63893

    cataphract committed with cataphract Jan 14, 2013
Commits on Nov 12, 2012
Commits on Oct 12, 2012
  1. NEWS for 76601c4

    cataphract committed Oct 12, 2012
Commits on Aug 26, 2012
  1. 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
  2. NEWS for 886a50a

    cataphract committed Aug 26, 2012
  3. NEWS for commit 72c807a

    cataphract committed Aug 26, 2012
Commits on Aug 22, 2012
  1. Update NEWS given a5d0c1e

    cataphract committed Aug 22, 2012
Commits on Jul 17, 2012
  1. NEWS for b47d6b3

    cataphract committed Jul 17, 2012
Commits on Jun 9, 2012
  1. Fix bug #62266

    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 committed Jun 9, 2012
Commits on May 24, 2012
  1. 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 committed May 24, 2012
  2. Update NEWS

    cataphract committed May 24, 2012
Commits on May 23, 2012
  1. Fixed bug #62017

    IntlDateFormatter constructor would release some resources
    under certain error conditions.
    cataphract committed May 23, 2012
  2. Fixed bug number in NEWS

    cataphract committed May 23, 2012
Commits on Apr 23, 2012
  1. 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 committed Apr 23, 2012
Commits on Mar 23, 2012
  1. Revert "revert from NEWS too"

    This reverts commit 4990250.
    cataphract committed Mar 23, 2012
Commits on Mar 21, 2012
  1. 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 committed Mar 21, 2012
  2. Fixed bug #61453.

    The "hash" function used strncpy on data that would have NUL bytes, ending the
    copy prematurely and causing collisions between objects.
    cataphract committed Mar 21, 2012
Commits on Mar 18, 2012
  1. - Fixed bug #61388 (ReflectionObject:getProperties() issues invalid r…

    …eads
    
      when get_properties returns a hash table with (inaccessible) dynamic
      numeric properties).
    cataphract committed Mar 18, 2012
  2. - 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 committed Mar 18, 2012
Commits on Mar 17, 2012
  1. - 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 committed Mar 17, 2012