Changeset 617 for branches/1.3/const_string.c
- Timestamp:
- 2009-07-05T08:30:54+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
const_string.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/const_string.c
r394 r617 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.

