Changeset 151

Show
Ignore:
Timestamp:
02/08/06 12:21:29 (3 years ago)
Author:
zoeloelip
Message:

Aplied patch #142200
Fixed typo (patch #1409125)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ChangeLog

    r150 r151  
    66          be public writable anymore. 
    77        * Moved some inactive contributors to the inactive list. 
     8        * Aplied patch #142200 
     9        * Fixed typo (patch #1409125) 
    810 
    9112006-01-10 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
     
    2628        * check_cache_dir is only done when shm_only = 0 
    2729        * Only eA is disabled when init of shared mem or cache check fails 
     30        * Released 0.9.4-rc1 
    2831 
    29322005-11-20 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 
  • eaccelerator/trunk/eaccelerator.c

    r150 r151  
    110110/* saved original functions */ 
    111111static zend_op_array *(*mm_saved_zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC); 
     112static void (*mm_saved_zend_execute)(zend_op_array *op_array TSRMLS_DC); 
    112113 
    113114/* external declarations */ 
     
    24632464        zend_extension* last_ext = (zend_extension*)zend_extensions.tail->data; 
    24642465        if (eaccelerator_el != NULL) { 
    2465           zend_error(E_CORE_ERROR,"[%s] %s %s can not be loaded twich", 
     2466          zend_error(E_CORE_ERROR,"[%s] %s %s can not be loaded twice", 
    24662467                   EACCELERATOR_EXTENSION_NAME, 
    24672468                   EACCELERATOR_EXTENSION_NAME,