Changeset 485 for trunk/const_string.c
- Timestamp:
- 2007-12-28T11:16:12+01:00 (5 years ago)
- File:
-
- 1 edited
-
trunk/const_string.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/const_string.c
r393 r485 89 89 /* {{{ xc_get_opcode */ 90 90 #if PHP_MAJOR_VERSION >= 6 91 # include "const_string_opcodes_php6.x.h" 92 #else 93 # ifdef ZEND_ENGINE_2_1 94 # include "const_string_opcodes_php5.1.h" 95 # else 96 # ifdef ZEND_ENGINE_2 97 # include "const_string_opcodes_php5.0.h" 98 # else 99 # include "const_string_opcodes_php4.x.h" 100 # endif 101 # endif 91 # include "const_string_opcodes_php6.x.h" 92 #elif defined(ZEND_ENGINE_2_3) 93 # include "const_string_opcodes_php5.3.h" 94 #elif defined(ZEND_ENGINE_2_1) 95 # include "const_string_opcodes_php5.1.h" 96 #elif defined(ZEND_ENGINE_2) 97 # include "const_string_opcodes_php5.0.h" 102 98 #endif 103 99
Note: See TracChangeset
for help on using the changeset viewer.

