Commit:    24e4af0b8f8ca86e26a6e536c3827ae3f33bfebc
Author:    Anatoliy Belsky <a...@php.net>         Wed, 31 Oct 2012 22:55:32 
+0100
Parents:   965bd32fec803c4ca20157c621ee663dccfaeb29 
a2e4404bc8155e6b6d9deefa22a172857d4b5e08
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=24e4af0b8f8ca86e26a6e536c3827ae3f33bfebc

Log:
Merge branch 'PHP-5.3' into PHP-5.4

* PHP-5.3:
  Fixed bug #63241 PHP fails to open Windows deduplicated files.

Bugs:
https://bugs.php.net/63241

Changed paths:
  MM  NEWS
  MM  TSRM/tsrm_virtual_cwd.c


Diff:
diff --cc NEWS
index 7a1438a,9b87011..503a9d5
--- a/NEWS
+++ b/NEWS
@@@ -1,20 -1,11 +1,22 @@@
  PHP                                                                        
NEWS
  
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 -?? ??? 2012, PHP 5.3.19
 +?? ??? 2012, PHP 5.4.9
  
 -- Core
 +- Core:
 +  . Fixed bug #63305 (zend_mm_heap corrupted with traits). (Dmitry, Laruence)
 +  . Fixed bug #63369 ((un)serialize() leaves dangling pointers, causes 
crashes).
 +    (Tony, Andrew Sitnikov)
+   . Fixed bug #63241 PHP fails to open Windows deduplicated files.
+     (daniel dot stelter-gliese at innogames dot de)
  
 +- Curl:
 +  . Fixed bug #63363 (Curl silently accepts boolean true for SSL_VERIFYHOST).
 +    Patch by John Jawed GitHub PR #221 (Anthony)
 +
 +- Fileinfo:
 +  . Fixed bug #63248 (Load multiple magic files from a directory under 
Windows).
 +    (Anatoliy)
 +
  - Libxml
    . Fixed bug #63389 (Missing context check on libxml_set_streams_context()
      causes memleak). (Laruence)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to