From 959a3dc724dcc5c8589e55aa6b58922a38275c30 Mon Sep 17 00:00:00 2001 From: Chin-San Huang Date: Sun, 16 Dec 2007 04:42:31 +0000 Subject: - Update to 0.9.0 --- devel/pecl-vld/files/patch-srm_oparray.c | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/pecl-vld/files/patch-srm_oparray.c (limited to 'devel/pecl-vld/files/patch-srm_oparray.c') diff --git a/devel/pecl-vld/files/patch-srm_oparray.c b/devel/pecl-vld/files/patch-srm_oparray.c deleted file mode 100644 index 42136c2254f4..000000000000 --- a/devel/pecl-vld/files/patch-srm_oparray.c +++ /dev/null @@ -1,20 +0,0 @@ ---- srm_oparray.c.orig Mon Mar 5 00:55:20 2007 -+++ srm_oparray.c Mon Mar 5 00:55:20 2007 -@@ -350,7 +350,8 @@ - op->op2.u.opline_num = (zend_uint)((zend_op*)base_address + op->op2.u.opline_num); - op->op2.op_type = VLD_IS_OPLINE; - break; -- -+/* use ZEND_JMP_NO_CTOR only when it is available (php < 5.1) */ -+#ifdef ZEND_JMP_NO_CTOR - case ZEND_JMP_NO_CTOR: - flags = OP2_USED; - if (op->op1.op_type != IS_UNUSED) { -@@ -361,6 +362,7 @@ - #endif - op->op2.op_type = VLD_IS_OPLINE; - break; -+#endif - - #ifdef ZEND_ENGINE_2 - case ZEND_FETCH_CLASS: -- cgit v1.2.3