diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-02-14 13:53:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-02-14 13:53:51 +0100 |
commit | cf2a954993d344ef2c315c2ecf4827131d5babca (patch) | |
tree | f292fba3e8e5160eb0c24ae2f0e301dc54961df6 /apc-svn.patch | |
parent | 396c594f1726a0f6c2132fa25171a564d946c200 (diff) |
php-pecl-apc: 3.1.15-dev (latest git snapshot)
Diffstat (limited to 'apc-svn.patch')
-rw-r--r-- | apc-svn.patch | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/apc-svn.patch b/apc-svn.patch deleted file mode 100644 index 14547e2..0000000 --- a/apc-svn.patch +++ /dev/null @@ -1,56 +0,0 @@ -Index: apc_compile.c -=================================================================== ---- apc_compile.c (révision 328824) -+++ apc_compile.c (copie de travail) -@@ -2469,9 +2469,11 @@ - dst->alias_len = src->alias_len; - } - -+#ifndef ZEND_ENGINE_2_5 - if (src->function) { - CHECK(dst->function = my_copy_function(NULL, src->function, ctxt TSRMLS_CC)); - } -+#endif - - APC_COPY_TRAIT_METHOD(dst->trait_method, src->trait_method); - -@@ -2506,9 +2508,11 @@ - } - memcpy(dst, src, sizeof(zend_trait_precedence)); - -+#ifndef ZEND_ENGINE_2_5 - if (src->function) { - CHECK(dst->function = my_copy_function(NULL, src->function, ctxt TSRMLS_CC)); - } -+#endif - - if (src->exclude_from_classes && *src->exclude_from_classes) { - int i = 0, num_classes = 0; -Index: tests/apc54_error_010.phpt -=================================================================== ---- tests/apc54_error_010.phpt (révision 328955) -+++ tests/apc54_error_010.phpt (copie de travail) -@@ -23,8 +23,8 @@ - } - - class bar { -- use foo, c { c::test insteadof foo, b; } -- use foo, c { c::test insteadof foo, b; } -+ use foo, c { c::test insteadof foo; } -+ use foo, c { c::test insteadof foo; } - } - - \$x = new bar; -Index: tests/apc54_error_010_2.phpt -=================================================================== ---- tests/apc54_error_010_2.phpt (révision 328955) -+++ tests/apc54_error_010_2.phpt (copie de travail) -@@ -23,7 +23,7 @@ - } - - class bar { -- use foo, c { c::test insteadof foo, b; } -+ use foo, c { c::test insteadof foo; } - } - - \$x = new bar; |