php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #51257
Patch Patch revision 2010-03-10 11:40 UTC by aron dot ujvari at microsec dot hu

Patch Patch for cURL related Bug #51257

Patch version 2010-03-10 11:40 UTC

Return to Bug #51257 | Download this patch
Patch Revisions:

Developer: aron.ujvari@microsec.hu

diff -Nur php-5.3.2.orig/ext/curl/interface.c php-5.3.2/ext/curl/interface.c
--- php-5.3.2.orig/ext/curl/interface.c	2010-02-03 21:53:31.000000000 +0100
+++ php-5.3.2/ext/curl/interface.c	2010-03-10 10:01:19.000000000 +0100
@@ -370,7 +370,7 @@
 #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},
 #endif
 #if LIBCURL_VERSION_NUM > 0x070a05 /* 7.10.6 */
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 10:01:28 2024 UTC