patch by: aron dot ujvari at microsec dot hu
@ -6,6 +6,8 @@ PHP NEWS
- Added stream filter support to mcrypt extension (ported from
mcrypt_filter). (Stas)
- Fixed bug #51257 (CURL_VERSION_LARGEFILE incorrectly used after libcurl
version 7.10.1). (aron dot ujvari at microsec dot hu)
- Fixed bug #51242 (Empty mysql.default_port does not default to 3306 anymore,
but 0). (Adam)
- Fixed bug #51237 (milter SAPI crash on startup). (igmar at palsenberg dot com)
@ -370,7 +370,7 @@ PHP_MINFO_FUNCTION(curl)
#ifdef CURL_VERSION_IPV6
{"IPv6", CURL_VERSION_IPV6},
#endif
#if LIBCURL_VERSION_NUM > 0x070a09 /* 7.10.1 */
#if LIBCURL_VERSION_NUM > 0x070b00 /* 7.11.1 */
{"Largefile", CURL_VERSION_LARGEFILE},
#if LIBCURL_VERSION_NUM > 0x070a05 /* 7.10.6 */