Changeset 506 for trunk/utils.h
- Timestamp:
- 01/05/2008 05:45:48 AM (5 years ago)
- Files:
-
- 1 modified
-
trunk/utils.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r496 r506 72 72 /* installer */ 73 73 #ifdef HAVE_XCACHE_CONSTANT 74 void xc_install_constant(char *filename, zend_constant *constant, zend_uchar type, zstr key, uint len TSRMLS_DC);74 void xc_install_constant(char *filename, zend_constant *constant, zend_uchar type, zstr key, uint len, ulong h TSRMLS_DC); 75 75 #endif 76 void xc_install_function(char *filename, zend_function *func, zend_uchar type, zstr key, uint len TSRMLS_DC);77 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, int oplineno, zend_uchar type, zstr key, uint len TSRMLS_DC);76 void xc_install_function(char *filename, zend_function *func, zend_uchar type, zstr key, uint len, ulong h TSRMLS_DC); 77 ZESW(xc_cest_t *, void) xc_install_class(char *filename, xc_cest_t *cest, int oplineno, zend_uchar type, zstr key, uint len, ulong h TSRMLS_DC); 78 78 79 79 /* sandbox */

