Changeset 378 for branches/1.2/utils.h

Show
Ignore:
Timestamp:
05/07/2007 05:21:35 PM (19 months ago)
Author:
moo
Message:

merged[344] [345] [346] from trunk->1.2: fixed #59: pass by reference for internal function was broken

Location:
branches/1.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2

    • Property svnmerge-integrated changed from /trunk:1-302,371,374-375 to /trunk:1-302,344-346,371,374-375
  • branches/1.2/utils.h

    r268 r378  
    5353    HashTable tmp_class_table; 
    5454    HashTable tmp_auto_globals; 
     55    Bucket    *tmp_internal_function_tail; 
     56    Bucket    *tmp_internal_class_tail; 
    5557} xc_sandbox_t; 
    5658 
     59void xc_zend_class_add_ref(zend_class_entry ZESW(*ce, **ce)); 
    5760xc_sandbox_t *xc_sandbox_init(xc_sandbox_t *sandbox, char *filename TSRMLS_DC); 
    5861void xc_sandbox_free(xc_sandbox_t *sandbox, int install TSRMLS_DC);