Changeset 562 for trunk/prepare.devel
- Timestamp:
- 2008-08-17T12:52:42+02:00 (5 years ago)
- File:
-
- 1 edited
-
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
Note: See TracChangeset
for help on using the changeset viewer.

