Changeset 159
- Timestamp:
- 02/15/06 21:33:25 (5 years ago)
- Location:
- eaccelerator/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
eaccelerator/trunk/ChangeLog
r156 r159 1 2006-02-15 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 3 * Released version 0.9.4 4 1 5 2006-02-09 Bart Vanbrabant <bart.vanbrabant at zoeloelip.be> 2 6 -
eaccelerator/trunk/NEWS
r153 r159 1 Feb 15, 2006 - Bart Vanbrabant 2 ---------------------------------- 3 * Released 0.9.4 4 5 This release only contains some bugfixes and code cleanups. This release 6 is still the old codebase. It doesn't contain any new code yet. 7 - Some fixed were done to the encoder. The format changed a bit so I bumped 8 up the encoder version. Because the encoder still isn't functional for 9 php version other than php 4 you should only use this encoder if you want 10 to have line numbers encoded. 11 In next versions we will try to fix the encoder for php 5 and 5.1 12 - eA should be php 5 compatible except some very unusual cases. 13 - This version DOESN'T support php 5.1 14 1 15 Feb 8, 2006 - Bart Vanbrabant 2 16 ---------------------------------- -
eaccelerator/trunk/eaccelerator_version.h
r153 r159 1 1 #ifndef EACCELERATOR_VERSION 2 #define EACCELERATOR_VERSION "0.9.4 -rc2"2 #define EACCELERATOR_VERSION "0.9.4" 3 3 #endif
Note: See TracChangeset
for help on using the changeset viewer.