1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-07 11:49:40 +00:00

- Update to 0.9.0

This commit is contained in:
Chin-San Huang 2007-12-16 04:42:31 +00:00
parent 6e51817716
commit 959a3dc724
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203831
3 changed files with 4 additions and 24 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= vld
PORTVERSION= 0.8.0
PORTVERSION= 0.9.0
CATEGORIES= devel pear
MASTER_SITES= http://pecl.php.net/get/
PKGNAMEPREFIX= pecl-

View File

@ -1,3 +1,3 @@
MD5 (PECL/vld-0.8.0.tgz) = 00351344ed03a6eea6219e1db25aa660
SHA256 (PECL/vld-0.8.0.tgz) = 0bf913e6cfd676de47704b22574711783909cef2318776db006f991f2246593a
SIZE (PECL/vld-0.8.0.tgz) = 8796
MD5 (PECL/vld-0.9.0.tgz) = 898f93adedca13c67287fa737c184b6c
SHA256 (PECL/vld-0.9.0.tgz) = 447a0c6c849110321c8aabd6c25b851f62697fc8783889a686f21594c37099e0
SIZE (PECL/vld-0.9.0.tgz) = 12964

View File

@ -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: