2006-02-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Released version 0.9.4

2006-02-09 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * On failure of mm initialisation, return FAILURE
          instead of disabling eAccelerator.

2006-02-08 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * The owner of the a sysvipc mutex will now be changed on creation of
          of the mutex. The user will be set to the uid set with 
          --with-eaccelerator-userid. This way the semaphore doesn't need to
          be public writable anymore.
        * Moved some inactive contributors to the inactive list.
        * Aplied patch #142200
        * Fixed typo (patch #1409125)
        * Fixed some typos and cleaned up the README file a bit more
        * Fixed some typos in README.eLoader
        * Updated NEWS and bumped up version to 0.9.4-rc2
        * Released 0.9.4-rc2

2006-01-10 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Fix for bug #1366008
        * Fix for bug #1238736, when a log file is set eA will lock it
          before writing to it.

2005-11-22 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Disabled the cache dir check, to much people complaining
        * fixed eLoader

2005-11-22 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Some compile fixes from Chmouel Boudjnah

2005-11-20 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * check_cache_dir is only done when shm_only = 0
        * Only eA is disabled when init of shared mem or cache check fails
        * Released 0.9.4-rc1

2005-11-20 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Removed executor hooks, they weren't used anyway.
        * Check if eA has a valid cache directory.
        * Make the init of php fail if the initialisation of the shared memory
          or cache directory failes.
        * set shared memory size in eaccelerator.ini to 0 so the default OS
          size is used.
        * README updates
        * Updated version to 0.9.4-rc1

2005-11-17 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Fixed optimizer bug with php 5.0.5

2005-11-16 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Patch for including files in same directory (#1259695) from Alexy

2005-11-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Spinlock test now tests for i386 and x86_64. Because spinlocks where
          never used on 64-bit and sysv ipc locking didn't work, there were a 
          lot of problems.

2005-10-20 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * The two error message added to see if a lock has failed made configure 
          fail to compile the shared memory test.

2005-10-13 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Fixed the php5 optimizer bug.
        * Changed semaphore permissions to 0666 so sysvipc locks work. Working 
          locks seem a bit more important than making the semaphore public. (#1295970)
        * Added error messages when a lock can't be aquired or released.

2005-08-03 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Included some compile fixes. (Thanks Matt)
        * Included patch from the hardened php guys to make eA work
          with hardened php.

2005-07-11 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * ea_store.c and ea_restore.c functions clean up
        * extraced restore_class_parent and restore_class_methods from
          restore_class_entry to share code with loader.c
        * extracted opcode handling in encode/decode_op_array into 
          encode/decode_op to make code more readable
        * make decode_class_entry use new functions in ea_restore.c
        * readded line-number encoding
        * bumped up encoder version to 4 until new loader is in place

2005-07-10 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Renamed some macros from MMC (mmcache) to EA (eg MMCG is now EAG)
        * Added eA file header to mm.c, mm.h and x86-spinlocks.h
        * Readded a hack to the loader to prevent zend2 segfaults

2005-07-09 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * A compile fix for php4 (bug #1235017)
        * Removed atexit code that only produced segfaults and didn't work
          (Patch from Rob Foehl <rwf at loonybin.net>)
        * Code clean up and compile fixes for VC.net + VC.net project files update
          (Based on patch #1234919)
        * Future check warning was done on uninitialised buf.
        * Some code clean ups and updated VS6 project files.

2005-07-07 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Added get_zend_destroy_property_info function to ea_restore.h
        * Code refactoring needed for the new encoder. Moved all store/calc
          functions to ea_store.c and all restore/fixup functions to ea_restore.c

2005-07-06 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * A compile fix for zend engine 1.
        * Documented namespace option
        * New debug/log code. Make the code a lot cleaner and easier
          for the user to debug eaccelerator.

2005-06-27 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Fixed a buffer overflow in eaccelerator.c and cache.c. A string longer
          then 8 bytes was copied in a char array of length 8. This isn't a
          security risk because the overflowed bytes were directly overwritten
          by other values. This fixes bug 1228096 which was caused by the 
          bufferoverflow detection in FC4. 
          http://gcc.gnu.org/ml/gcc-patches/2004-09/msg02055.html

2005-06-24 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * The future check is removed because mtime are only checked on changes
          so caching files from the future isn't a problem.

2005-06-23 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Applied patch 1226111
        * Added a warning message when php scripts have a modification time in
          in the future and the debug is enabled.

2005-06-20 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Set the test value shared memory to 32mb instead of 64mb because the
          test will fail on 2.6 kernels where 32mb is the default value. (#1203253)
        * Reverted the patch for the gc_maxlifetime setting when using
          user functions for the session handler. I can't find a way to
          access the current value instead of the ini setting.
          Using the session api is the preffered session handling way anyway.

2005-05-22 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Bumped version to 0.9.4-dev
        * Changed hash_mm prototype in eaccelerator.h to non-inline (Compaq c compiler)
        * Fixes from patch 1206311 + some unused variable clean ups

2005-05-18 Franck Tabary <franck34 at users.sourceforge.net>

        * released eAccelerator 0.9.3 final

2005-05-16 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Added --without-eaccelerator-use-inode configure switch to disable the use
          of inode numbers for the hash keys (Feature request 1201159). The default
          behaviour doesn't change.
        * Fix for bug 1202296 based on patch 1202708

2005-05-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Compile fix for bug 1201564.

2005-05-14 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * The session lifetime patch only fixed the problem when using one type of session handler. It's now 
          also fixed for the other type of session handler.

2005-05-12 Franck Tabary <franck34 at users.sourceforge.net>

        * released eAccelerator 0.9.3-rc2

2005-05-11 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Fix for must constructor related problems with encoded scripts and php5. Also a fixes
          memory leak in the loader. (Thanks larnot)

2005-05-10 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>
	
        * Added some includes to satisfy VC.NET (thanks to dakalka, patch 1198522)
        * This patch adds the right destructor for the propertiesinfo hashtable, but it doesn't fix bug 1179270
        * Updated README.win32 with some extra information from Larnot

2005-05-09 Franck Tabary <franck34 at users.sourceforge.net>

        * released eAccelerator 0.9.3-rc1

2005-05-09 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Fixes the segfault when loading encoded script with eloader and php5
        * Commited README.win32 with instructions to compile eAccelerator on windows
        * Add the destructor to properties info hashtable in restore_class_entry, fixes bug 1179270

2005-05-06 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Patch fixing eLoader compilation.

2005-05-05 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * This patch fixes some stuff concerning configuration. With this patch 
          some parts that are forgotten with the code split are fixed. 
          They are also needed to compile eA with VC. The other stuff should make it possible 
          to compile eA as a static module for php.
        * Updated VC project files

2005-05-02  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * Patch fixing php 5 constructor problems. Fixes bugs 1179264, 1121757 and 1099693
        * Added switch -w to encoder so you can encode file without the check for eloader. This is 
          based on patch 1191147 with some fixes.

2005-04-26  Bart Vanbrabant <bart.vanbrabant at zoeloelip.be>

        * The first part of the code refactoring. In this part the monolitic 
          eaccelerator.c file has been split up in more logical blocks.
          - cache.c/cache.h contains the procedure for shm.c/session.c/content.c to add user_cache entries to the ea cache
          - shm.c/shm.h contains the eaccelerator shared memory functions
          - session.c/session.h contains the session related stuff
          - webui.c/webui.h contains all stuff related to the webinterface and disassembler
          - debug.c/debug.h contains some procedures to print debug information
          - content.h contains the php content caching prototype instead of eaccelerator.h
        * Added --without-eaccelerator-shared-memory and  --without-eaccelerator-webui configure switches
        
        Bugfixes included:
        * Patch 1188510	eaccelerator_compile_file typos
        * Patch 1189792	session life time patch
        * Patch 1167069	HAS_ATTRIBUTE fix with FreeBSD 4.x
        * Patch 1166707	loader patch for OOP functions in PHP5
        * Patch 1173095 mm_alloc & mm_free clash with libirc
        * Fix for 1178588, 1153030 and patch 1189852. Fixes the endless loop when reseting a non array.
          The optimisation for that caused this is removed for zend engine 2 and 1 because 
          php >= 4.3.11 is also affected, so this will be useless in some time.

2005-01-14  Shin Seung Woo <segv74 at gmail.com>

        * fixes 1099498 Problems with IMP H3 (Horde) when restarting apache2
          ( bug was lied on fix_zval(), it didn't check IS_CONSTANT_INDEX flag. )

2005-01-06  Shin Seung Woo <segv74 at gmail.com>

        * fix for bug 1091815. ( Encoded files and php4.3.10 )

2005-01-05  Shin Seung Woo <segv74 at gmail.com>

        Fixed following bugs:
        * 1092128 Horde-hashs int the sourcecode of eaccelerator.c
        * 1091960 include_once include files multiple times
        
2004-12-28  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * encoder.php Fix references to "oloader".

2004-12-28 Reiner Jung <r.jung at think-e.com.br>

        * eAccelerator 0.9.2a release

2004-12-27  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * Move encoder version information to eaccelerator.h, today
        this information are in two places, encoder.h and loader.h
        now it is unified.
        * Some updates "mmcache" -> "eAccelerator".

2004-12-27  Reiner Jung <r.jung at think-e.com.br>

        * eAccelerator 0.9.2 release.

2004-12-27  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * encoder.c Increment encoder version.
        * encoder.php Fix name of standalone loader "eloader".
        * win32/* build files for VS6, Thanks to Lyle Arnot.
        * accelerator_version.h Release updated to 0.9.2.

2004-12-27  Shin Seung Woo <segv74 at gmail.com>

        * optimize.c Fix array -= += .= bug in PHP5.
        * Pretty disassembler's output.
        * Change FE_FETCH's opcode type from EXT_FETCH to EXT_FE (FE = foreach).

2004-12-25  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * win32/* build files for Visual Studio, now works in Win32. Thanks 
        Lyle Arnot for provide this files.
        * eLoader added eLoader is a standalone loader for encode files.
        * eaccelerator.name_space config parameter added. Patch 1090379.
        * fix foreach error in PHP 4.3.10. Thanks to Ilkka Huotari.
        * encoder.php fix error message when eAccelerator are not loaded.

2004-12-24  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * loader.c fixed constant COMPILE_DL_ELOADER. Thanks to Lyle A. 

2004-12-23  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * COPYING license file fixed.
        * Fixed compilation errors under Win32 and old versions of gcc.

2004-12-22 ReinerJ <reinerj at users.sourceforge.net>

        * eaccelerator.ini for distrib which have /etc/php.d

2004-12-22 Franck34 <franck34 at users.sourceforge.net>

        * README file updated

2004-12-22  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * Segmentation fault problems fixed.

2004-12-19  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * Segv patchs for PHP5 applyed.
        * Some bug fixes to work on PHP4 and PHP5.

2004-12-09  Everaldo Canuto <everaldo_canuto at yahoo.com.br>

        * first public release 0.9.0 based on Turck MMCache.
