Changeset 617 for branches/1.3/prepare.devel
- Timestamp:
- 07/05/2009 08:30:54 AM (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 modified
-
. (modified) (1 prop)
-
prepare.devel (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/prepare.devel
r604 r617 28 28 make_const_string_opcodes_php5.0.h 29 29 make_const_string_opcodes_php5.1.h 30 make_const_string_opcodes_php5.3.h 30 31 make_const_string_opcodes_php6.x.h 31 32 } … … 46 47 make_const_string_opcodes_php5.1.h() { 47 48 precheck const_string_opcodes_php5.1.h "${PHP5_1_DIR}/Zend/zend_vm_def.h" && "$AWK" -f ./mkopcode.awk < "$I" > "$O.tmp" && mv "$O.tmp" "$O" 49 } 50 51 make_const_string_opcodes_php5.3.h() { 52 precheck const_string_opcodes_php5.3.h "${PHP5_3_DIR}/Zend/zend_vm_def.h" && "$AWK" -f ./mkopcode.awk < "$I" > "$O.tmp" && mv "$O.tmp" "$O" 48 53 } 49 54

