Changeset 562 for trunk/prepare.devel

Show
Ignore:
Timestamp:
08/17/2008 10:52:42 AM (4 months ago)
Author:
moo
Message:

5.3 support, merge news from 1.2

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/prepare.devel

    r485 r562  
    2828    make_const_string_opcodes_php5.0.h 
    2929    make_const_string_opcodes_php5.1.h 
    30     make_const_string_opcodes_php5.3.h 
    3130    make_const_string_opcodes_php6.x.h 
    3231} 
     
    4746make_const_string_opcodes_php5.1.h() { 
    4847    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" 
    5348} 
    5449