From 4907b01d2eb507c6a0693399c7de17e6f1424e16 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2013 18:19:00 +0200 Subject: php-pecl-http: 2.0.0 beta5 --- php-pecl-http-build.patch | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 php-pecl-http-build.patch (limited to 'php-pecl-http-build.patch') diff --git a/php-pecl-http-build.patch b/php-pecl-http-build.patch deleted file mode 100644 index f6b30bf..0000000 --- a/php-pecl-http-build.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: php_http_client_datashare.c -=================================================================== ---- php_http_client_datashare.c (révision 328937) -+++ php_http_client_datashare.c (copie de travail) -@@ -22,7 +22,7 @@ - if (!h) { - free_h = h = emalloc(sizeof(*h)); - } -- memset(h, sizeof(*h), 0); -+ memset(h, 0, sizeof(*h)); - - zend_llist_init(&h->clients, sizeof(zval *), ZVAL_PTR_DTOR, 0); - h->ops = ops; -- cgit