[packages/php/dev-7.0] updated pcre patch to fix opcache build
glen
glen at pld-linux.org
Thu Aug 27 11:55:25 CEST 2015
commit 5dde86737305b983c801a9c0f1b6f9294faf7eb5
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Thu Aug 27 12:55:19 2015 +0300
updated pcre patch to fix opcache build
pcre-shared.patch | 12 ++++++++++++
1 file changed, 12 insertions(+)
---
diff --git a/pcre-shared.patch b/pcre-shared.patch
index 73da09d..ae69ebd 100644
--- a/pcre-shared.patch
+++ b/pcre-shared.patch
@@ -116,3 +116,15 @@
[Zend Modules]
%aDone
+--- php-7.0.0beta3/main/php_ini.c~ 2015-08-26 18:50:15.000000000 +0300
++++ php-7.0.0beta3/main/php_ini.c 2015-08-26 22:33:59.126957396 +0300
+@@ -765,8 +765,8 @@
+ */
+ void php_ini_register_extensions(void)
+ {
+- zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb);
+ zend_llist_apply(&extension_lists.functions, php_load_php_extension_cb);
++ zend_llist_apply(&extension_lists.engine, php_load_zend_extension_cb);
+
+ zend_llist_destroy(&extension_lists.engine);
+ zend_llist_destroy(&extension_lists.functions);
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/php.git/commitdiff/5dde86737305b983c801a9c0f1b6f9294faf7eb5
More information about the pld-cvs-commit
mailing list