packages: php-pecl-ares/php-pecl-ares-tsrm.patch (NEW) - new

adamg adamg at pld-linux.org
Sun Jan 3 23:16:29 CET 2010


Author: adamg                        Date: Sun Jan  3 22:16:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- new

---- Files affected:
packages/php-pecl-ares:
   php-pecl-ares-tsrm.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php-pecl-ares/php-pecl-ares-tsrm.patch
diff -u /dev/null packages/php-pecl-ares/php-pecl-ares-tsrm.patch:1.1
--- /dev/null	Sun Jan  3 23:16:29 2010
+++ packages/php-pecl-ares/php-pecl-ares-tsrm.patch	Sun Jan  3 23:16:24 2010
@@ -0,0 +1,11 @@
+--- php-pecl-ares-0.7.0/ares-0.7.0/ares.c~	1970-01-01 10:13:08.000000000 +0100
++++ php-pecl-ares-0.7.0/ares-0.7.0/ares.c	2010-01-03 23:14:19.610056783 +0100
+@@ -758,7 +758,7 @@
+ 		
+ 		MAKE_STD_ZVAL(parsed);
+ 		ZVAL_NULL(parsed);
+-		if (SUCCESS == php_ares_parse(abuf, alen, parsed)) {
++		if (SUCCESS == php_ares_parse(abuf, alen, parsed TSRMLS_CC)) {
+ 			q->result.std.arr = parsed;
+ 		} else {
+ 			zval_ptr_dtor(&parsed);
================================================================


More information about the pld-cvs-commit mailing list