Changeset 151
- Timestamp:
- 02/08/06 12:21:29 (3 years ago)
- Files:
-
- eaccelerator/trunk/ChangeLog (modified) (2 diffs)
- eaccelerator/trunk/eaccelerator.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/ChangeLog
r150 r151 6 6 be public writable anymore. 7 7 * Moved some inactive contributors to the inactive list. 8 * Aplied patch #142200 9 * Fixed typo (patch #1409125) 8 10 9 11 2006-01-10 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> … … 26 28 * check_cache_dir is only done when shm_only = 0 27 29 * Only eA is disabled when init of shared mem or cache check fails 30 * Released 0.9.4-rc1 28 31 29 32 2005-11-20 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> eaccelerator/trunk/eaccelerator.c
r150 r151 110 110 /* saved original functions */ 111 111 static zend_op_array *(*mm_saved_zend_compile_file)(zend_file_handle *file_handle, int type TSRMLS_DC); 112 static void (*mm_saved_zend_execute)(zend_op_array *op_array TSRMLS_DC); 112 113 113 114 /* external declarations */ … … 2463 2464 zend_extension* last_ext = (zend_extension*)zend_extensions.tail->data; 2464 2465 if (eaccelerator_el != NULL) { 2465 zend_error(E_CORE_ERROR,"[%s] %s %s can not be loaded twic h",2466 zend_error(E_CORE_ERROR,"[%s] %s %s can not be loaded twice", 2466 2467 EACCELERATOR_EXTENSION_NAME, 2467 2468 EACCELERATOR_EXTENSION_NAME,