diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2007-12-16 04:42:31 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2007-12-16 04:42:31 +0000 |
commit | 959a3dc724dcc5c8589e55aa6b58922a38275c30 (patch) | |
tree | cf84b6d92e3912839587e9263737bc79104141de /devel/pecl-vld/files/patch-srm_oparray.c | |
parent | - Update to 1.4.1 (diff) |
- Update to 0.9.0
Notes
Notes:
svn path=/head/; revision=203831
Diffstat (limited to 'devel/pecl-vld/files/patch-srm_oparray.c')
-rw-r--r-- | devel/pecl-vld/files/patch-srm_oparray.c | 20 |
1 files changed, 0 insertions, 20 deletions
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: |