diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-13 00:59:35 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-11-24 22:58:37 -0600 |
commit | 5c052b76fd9870a1642f0215c7555081aebb1820 (patch) | |
tree | efffe4933a04208adacfbd31669099ae4e4139e9 /user/php7/zend_bool.patch | |
parent | f19ad2b2a9518b1aa8d22267ec80f6388da7f2d5 (diff) | |
download | packages-5c052b76fd9870a1642f0215c7555081aebb1820.tar.gz packages-5c052b76fd9870a1642f0215c7555081aebb1820.tar.bz2 packages-5c052b76fd9870a1642f0215c7555081aebb1820.tar.xz packages-5c052b76fd9870a1642f0215c7555081aebb1820.zip |
user/php7: Revbump for ICU 75 rebuild, libxml2 fix
Diffstat (limited to 'user/php7/zend_bool.patch')
-rw-r--r-- | user/php7/zend_bool.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/user/php7/zend_bool.patch b/user/php7/zend_bool.patch index b2e0b0f8f..cdea08533 100644 --- a/user/php7/zend_bool.patch +++ b/user/php7/zend_bool.patch @@ -8,7 +8,7 @@ the next 7.4 release[1], so don't bother forwarding. --- php-7.4.4/ext/reflection/php_reflection.c 2020-03-17 06:40:26.000000000 -0400 +++ php-7.4.4/ext/reflection/php_reflection.c 2020-03-30 01:00:27.938405046 -0400 -@@ -1304,7 +1304,7 @@ static void _reflection_export(INTERNAL_ +@@ -1318,7 +1318,7 @@ static void _reflection_export(INTERNAL_ zval *argument_ptr, *argument2_ptr; zval retval, params[2]; int result; |