Changeset 8 for trunk/xcache.c
- Timestamp:
- 2006-05-13T05:19:43+02:00 (7 years ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r1 r8 1506 1506 } 1507 1507 /* }}} */ 1508 #ifdef HAVE_XCACHE_OPCODE_SPEC_DEF 1508 1509 /* {{{ proto string xcache_get_opcode_spec(int opcode) */ 1509 1510 PHP_FUNCTION(xcache_get_opcode_spec) … … 1529 1530 } 1530 1531 /* }}} */ 1532 #endif 1531 1533 /* {{{ proto mixed xcache_get_special_value(zval value) */ 1532 1534 PHP_FUNCTION(xcache_get_special_value) … … 1601 1603 PHP_FE(xcache_get_data_type, NULL) 1602 1604 PHP_FE(xcache_get_opcode, NULL) 1605 #ifdef HAVE_XCACHE_OPCODE_SPEC_DEF 1603 1606 PHP_FE(xcache_get_opcode_spec, NULL) 1607 #endif 1604 1608 PHP_FE(xcache_is_autoglobal, NULL) 1605 1609 PHP_FE(xcache_inc, NULL)
Note: See TracChangeset
for help on using the changeset viewer.

