]> git.pld-linux.org Git - packages/php-pecl-newt.git/commitdiff
- obsolete
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 20 Mar 2005 21:05:48 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-pecl-newt-compile_fix.patch -> 1.3

php-pecl-newt-compile_fix.patch [deleted file]

diff --git a/php-pecl-newt-compile_fix.patch b/php-pecl-newt-compile_fix.patch
deleted file mode 100644 (file)
index 951653e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- newt-0.3.orig/newt.c       2004-12-29 10:33:04.125614200 +0100
-+++ newt-0.3/newt.c    2004-12-29 10:41:10.317701768 +0100
-@@ -298,7 +298,7 @@
-               zval **z_data_pnfk = NULL, res_pnfk; \
-               zend_hash_internal_pointer_reset (&NEWT_G(data)); \
-               while (zend_hash_get_current_data (&NEWT_G(data), (void **)&z_data_pnfk) == SUCCESS) { \
--                      is_identical_function (&res_pnfk, (zval *) *z_data_pnfk, z_data); \
-+                      is_identical_function (&res_pnfk, (zval *) *z_data_pnfk, z_data TSRMLS_CC); \
-                       if(zval_is_true (&res_pnfk)) { \
-                               zend_hash_get_current_key(&NEWT_G(data), NULL, &key, 0); \
-                               break; \
This page took 0.096521 seconds and 4 git commands to generate.