From a6786d424a3bc6063a03e56f7a4e343f9c1a795e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 16 Mar 2014 10:58:46 +0100 Subject: php-pecl-vld: cleanups and apply upstream patch for PHP 5.6 --- vld-git.patch | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 vld-git.patch (limited to 'vld-git.patch') diff --git a/vld-git.patch b/vld-git.patch new file mode 100644 index 0000000..abb3c54 --- /dev/null +++ b/vld-git.patch @@ -0,0 +1,26 @@ +From 28c5d156fe21dd9e3ddcd318b0bf7dd3b387a28a Mon Sep 17 00:00:00 2001 +From: Derick Rethans +Date: Sat, 8 Mar 2014 20:43:18 +0000 +Subject: [PATCH] Adding missing PHP 5.6 opcodes. + +--- + srm_oparray.c | 3 +++ + 1 file changed, 3 insertions(+) + +diff --git a/srm_oparray.c b/srm_oparray.c +index 81a872c..28b868b 100644 +--- a/srm_oparray.c ++++ b/srm_oparray.c +@@ -232,6 +232,9 @@ + /* 161 */ { "GENERATOR_RETURN", NONE_USED }, + /* 162 */ { "FAST_CALL", OP1_USED }, + /* 163 */ { "FAST_RET", NONE_USED }, ++ /* 164 */ { "ZEND_RECV_VARIADIC", ALL_USED }, ++ /* 165 */ { "POW", ALL_USED }, ++ /* 166 */ { "POW_ASSIGN", ALL_USED | EXT_VAL }, + #endif + }; + +-- +1.8.5.5 + -- cgit