Changeset 562 for trunk/prepare.devel
- Timestamp:
- 08/17/2008 10:52:42 AM (4 months ago)
- Files:
-
- 1 modified
-
trunk/prepare.devel (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/prepare.devel
r485 r562 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.h31 30 make_const_string_opcodes_php6.x.h 32 31 } … … 47 46 make_const_string_opcodes_php5.1.h() { 48 47 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"53 48 } 54 49

