com php-src: Merge branch 'PHP-5.3' into PHP-5.4: NEWS ext/standard/dns.c
Commit: 5e24a6e74dfd4cff42a65fd45dddfb8878b6308a
Author: Stanislav Malyshev <[email protected]> Tue, 23 Apr 2013 21:43:55 -0700
Parents: 43ab915b41bbb236ca0aa1966c946c9c36fa2a2b 18fdab5a09b64252a9a61ad6d1b2eff4a257b8f2
Branches: PHP-5.4 PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=5e24a6e74dfd4cff42a65fd45dddfb8878b6308a
Log:
Merge branch 'PHP-5.3' into PHP-5.4
* PHP-5.3:
Fix bug #64458 (dns_get_record result with string of length -1)
Bugs:
https://bugs.php.net/64458
Changed paths:
MM NEWS
MM ext/standard/dns.c
Diff:
diff --cc NEWS
index c93c899,af4957e..250ef5b
--- a/NEWS
+++ b/NEWS
@@@ -4,19 -5,12 +4,20 @@@ PH
- Core:
. Fixed bug #64578 (debug_backtrace in set_error_handler corrupts zend heap:
segfault). (Laruence)
+ . Fixed bug #64458 (dns_get_record result with string of length -1). (Stas)
+ . Fixed bug #64433 (follow_location parameter of context is ignored for most
+ response codes). (Sergey Akbarov)
. Fixed bugs #47675 and #64577 (fd leak on Solaris)
+- CURL:
+ . Add CURL_WRAPPERS_ENABLED constant. (Laruence)
+
+- Fileinfo:
+ . Upgraded libmagic to 5.14. (Anatol)
+
- Zip:
. Fixed bug #64342 (ZipArchive::addFile() has to check for file existence).
- (Anatol)
+ (Anatol)
- Streams:
. Fixed Windows x64 version of stream_socket_pair() and improved error handling
Thread (1 message)
- Stanislav Malyshev