[Pkg-php-commits] [php/debian-sid] Refreshed gentoo/006_ext-curl-set_opt-crash.patch

Ondřej Surý ondrej at sury.org
Sun Feb 7 23:17:14 UTC 2010


---
 .../gentoo/006_ext-curl-set_opt-crash.patch        |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/gentoo/006_ext-curl-set_opt-crash.patch b/debian/patches/gentoo/006_ext-curl-set_opt-crash.patch
index e3775e7..5abc618 100644
--- a/debian/patches/gentoo/006_ext-curl-set_opt-crash.patch
+++ b/debian/patches/gentoo/006_ext-curl-set_opt-crash.patch
@@ -3,9 +3,9 @@ PHP_5_2
 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.42&r2=1.62.2.14.2.43&diff_format=u
 http://bugs.php.net/bug.php?id=47616
 Fixed bug #47616 (curl keeps crashing)
---- pkg-php.orig/ext/curl/interface.c
-+++ pkg-php/ext/curl/interface.c
-@@ -1850,6 +1850,7 @@ static int _php_curl_setopt(php_curl *ch
+--- a/ext/curl/interface.c
++++ b/ext/curl/interface.c
+@@ -1885,6 +1885,7 @@ static int _php_curl_setopt(php_curl *ch
  #if LIBCURL_VERSION_NUM >= 0x071101
  				convert_to_string_ex(zvalue);
  				/* with curl 7.17.0 and later, we can use COPYPOSTFIELDS, but we have to provide size before */
-- 
1.6.3.3





More information about the Pkg-php-commits mailing list