Changeset 636 for branches/1.3
- Timestamp:
- 2009-07-05T11:52:57+02:00 (4 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/utils.c
r634 r636 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 … … 646 648 #endif 647 649 648 XG(sandbox) = (void *) sandbox;649 650 return sandbox; 650 651 } 651 652 /* }}} */ 653 #ifndef ZEND_COMPILE_DELAYED_BINDING 652 654 static void xc_early_binding_cb(zend_op *opline, int oplineno, void *data TSRMLS_DC) /* {{{ */ 653 655 { … … 656 658 } 657 659 /* }}} */ 660 #endif 658 661 static void xc_sandbox_install(xc_sandbox_t *sandbox, xc_install_action_t install TSRMLS_DC) /* {{{ */ 659 662 {
Note: See TracChangeset
for help on using the changeset viewer.

