[Midnightbsd-cvs] mports [23093] trunk/lang/php71/files: add missing patch

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Mar 8 00:24:22 EST 2018


Revision: 23093
          http://svnweb.midnightbsd.org/mports/?rev=23093
Author:   laffer1
Date:     2018-03-08 00:24:21 -0500 (Thu, 08 Mar 2018)
Log Message:
-----------
add missing patch

Added Paths:
-----------
    trunk/lang/php71/files/patch-Zend_zend__hash.c
    trunk/lang/php71/files/patch-Zend_zend__hash.h

Added: trunk/lang/php71/files/patch-Zend_zend__hash.c
===================================================================
--- trunk/lang/php71/files/patch-Zend_zend__hash.c	                        (rev 0)
+++ trunk/lang/php71/files/patch-Zend_zend__hash.c	2018-03-08 05:24:21 UTC (rev 23093)
@@ -0,0 +1,11 @@
+--- Zend/zend_hash.c.orig	2017-12-13 20:22:03 UTC
++++ Zend/zend_hash.c
+@@ -1544,7 +1544,7 @@ ZEND_API void ZEND_FASTCALL zend_hash_ap
+ }
+ 
+ 
+-ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_args, ...)
++ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int num_args, ...)
+ {
+ 	uint32_t idx;
+ 	Bucket *p;


Property changes on: trunk/lang/php71/files/patch-Zend_zend__hash.c
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
Added: trunk/lang/php71/files/patch-Zend_zend__hash.h
===================================================================
--- trunk/lang/php71/files/patch-Zend_zend__hash.h	                        (rev 0)
+++ trunk/lang/php71/files/patch-Zend_zend__hash.h	2018-03-08 05:24:21 UTC (rev 23093)
@@ -0,0 +1,11 @@
+--- Zend/zend_hash.h.orig	2017-12-13 20:15:42 UTC
++++ Zend/zend_hash.h
+@@ -138,7 +138,7 @@ ZEND_API void ZEND_FASTCALL zend_hash_gr
+ ZEND_API void ZEND_FASTCALL zend_hash_graceful_reverse_destroy(HashTable *ht);
+ ZEND_API void ZEND_FASTCALL zend_hash_apply(HashTable *ht, apply_func_t apply_func);
+ ZEND_API void ZEND_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *);
+-ZEND_API void ZEND_FASTCALL zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
++ZEND_API void zend_hash_apply_with_arguments(HashTable *ht, apply_func_args_t apply_func, int, ...);
+ 
+ /* This function should be used with special care (in other words,
+  * it should usually not be used).  When used with the ZEND_HASH_APPLY_STOP


Property changes on: trunk/lang/php71/files/patch-Zend_zend__hash.h
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list