Changeset 635 for trunk/utils.c
- Timestamp:
- 2009-07-05T11:52:21+02:00 (4 years ago)
- File:
-
- 1 edited
-
trunk/utils.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r588 r635 348 348 } 349 349 /* }}} */ 350 #ifndef ZEND_COMPILE_DELAYED_BINDING 350 351 static int xc_do_early_binding(zend_op_array *op_array, HashTable *class_table, int oplineno TSRMLS_DC) /* {{{ */ 351 352 { … … 432 433 } 433 434 /* }}} */ 435 #endif 434 436 435 437 #ifdef HAVE_XCACHE_CONSTANT … … 698 700 } 699 701 /* }}} */ 702 #ifndef ZEND_COMPILE_DELAYED_BINDING 700 703 static void xc_early_binding_cb(zend_op *opline, int oplineno, void *data TSRMLS_DC) /* {{{ */ 701 704 { … … 704 707 } 705 708 /* }}} */ 709 #endif 706 710 static void xc_sandbox_install(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_DC) /* {{{ */ 707 711 {
Note: See TracChangeset
for help on using the changeset viewer.

