Changeset 982 in svn for trunk/main/xc_const_string.c
- Timestamp:
- 2012-07-17T08:35:45Z (7 years ago)
- Location:
- trunk/main
- Files:
-
- 1 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/main/xc_const_string.c
r976 r982 1 1 #include "xcache.h" 2 #include " const_string.h"2 #include "xc_const_string.h" 3 3 4 4 /* {{{ xc_get_op_type */ … … 63 63 /* {{{ xc_get_opcode */ 64 64 #if PHP_MAJOR_VERSION >= 6 65 # include " const_string_opcodes_php6.x.h"65 # include "xc_const_string_opcodes_php6.x.h" 66 66 #elif defined(ZEND_ENGINE_2_4) 67 # include " const_string_opcodes_php5.4.h"67 # include "xc_const_string_opcodes_php5.4.h" 68 68 #elif defined(ZEND_ENGINE_2_1) 69 # include " const_string_opcodes_php5.1.h"69 # include "xc_const_string_opcodes_php5.1.h" 70 70 #elif defined(ZEND_ENGINE_2) 71 # include " const_string_opcodes_php5.0.h"71 # include "xc_const_string_opcodes_php5.0.h" 72 72 #else 73 # include " const_string_opcodes_php4.x.h"73 # include "xc_const_string_opcodes_php4.x.h" 74 74 #endif 75 75
Note: See TracChangeset
for help on using the changeset viewer.