source: @ 413

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @413   3 months bart Release version 0.9.6.1
(edit) @412   7 months hans * Fixed class static variable restore where parent was protected …
(edit) @411   7 months hans * Fixed class static variable restore where parent was protected …
(edit) @410   7 months hans Fixed double free in eaccelerator_globals_dtor. This closes ticket #404
(edit) @409   7 months hans Fixed double free in eaccelerator_globals_dtor. This closes ticket #404
(edit) @408   7 months hans small documentation updates
(edit) @407   7 months hans small documentation updates
(edit) @406   7 months hans php_check_open_basedir only needs to be called when restoring
(edit) @405   7 months hans Remove some leftover debug output that broke compilation with php-5.2 and …
(edit) @404   7 months hans Remove some leftover debug output that broke compilation with php-5.2 and …
(edit) @403   7 months bart Update the news file for the rc2 release
(edit) @402   7 months bart Bump version to 0.9.6
(edit) @401   7 months bart Now really add the sched_yield command and not only in commented out
(edit) @400   7 months bart Fix spinlocks on Solaris with Sun Compiler. #325
(edit) @399   7 months bart Add a call to sched_yield after a failed spinlock to prevent deadlock …
(edit) @398   7 months bart Use snprintf the right way. See #290
(edit) @397   7 months bart Now really add the sched_yield command and not only in commented out
(edit) @396   7 months hans Fixed linking of ZEND_DECLARE_INHERITED_CLASS_DELAYED across bb's in the …
(edit) @395   7 months hans Fixed linking of ZEND_DECLARE_INHERITED_CLASS_DELAYED across bb's in the …
(edit) @394   7 months bart Remove some leftovers from the lock api
(edit) @393   7 months bart Fix spinlocks on Solaris with Sun Compiler. #325
(edit) @392   7 months bart Add a call to sched_yield after a failed spinlock to prevent deadlock …
(edit) @391   7 months bart Use snprintf the right way. See #290
(edit) @390   7 months bart Enable check_mtime usage again
(edit) @389   7 months bart Enable phar caching: Files in included from a phar file are cached now. …
(edit) @388   7 months bart Include the resolve path function from php so it is available for older …
(edit) @387   7 months bart Fix two compiler warnings
(edit) @386   7 months bart Fix link error
(edit) @385   7 months bart * A retab on eaccelerator.c * Remove caching based on inodes * Reimplement …
(edit) @384   7 months bart Branch for 0.9.6
(edit) @383   8 months bart Tag rc1
(edit) @382   8 months bart Tag rc2
(edit) @381   8 months bart Prepare release for 0.9.6-rc2
(edit) @380   8 months bart Remove unused ini entries
(edit) @379   8 months hans Set op_array->early_binding in a later stage. This fixes ticket #394
(edit) @378   8 months hans Win32 VC6 project file update
(edit) @377   8 months hans * Some more work on delayed early binding. This fixes ticket #388 * Some …
(edit) @376   8 months hans Fix for #391 and Win32 compilation
(edit) @375   8 months bart Update year in copyright
(edit) @374   8 months bart Remove documentation for removed api's
(edit) @373   8 months hans Win32 ZTS fixes and updated Win32 project files
(edit) @372   8 months hans * Implemented ZEND_GOTO * Implemented delayed early binding for php-5.3. …
(edit) @371   9 months hans PHP 5.3 ZEND_JMP_SET support
(edit) @370   9 months hans * Fixed ticket #383 (crash on ZEND_ADD_INTERFACE) * check_mtime can now be …
(edit) @369   9 months hans Win32 compilation fixes, updated VC++ project file to VC++ 2008 format
(edit) @368   9 months hans * Some quick and dirty tweaks to dasm.php to sync looks with control.php * …
(edit) @367   9 months hans * Added a whole bunch of standard functions to opt_result_is_numeric() * …
(edit) @366   10 months hans PHP 5.3 optimizer and general fixes, some cleanups
(edit) @365   10 months hans cleaning out some leftovers of the content cache, session manager and shm …
(edit) @364   10 months hans Fixed ticket #194, updated opcode.c
(edit) @363   10 months bart Add the optimize code
(edit) @362   10 months bart Add the optimizer back
(edit) @361   10 months bart Remove unused source file
(edit) @360   10 months hans fixes for tickets #104 and #371
(edit) @359   10 months bart - Remove all non-core functionality - Update version to 0.9.6-rc1
(edit) @358   14 months bart Fix a heap corruption bug
(edit) @357   14 months bart Sync with hg repo: changeset: 306:bea34af4acf3 user: …
(edit) @356   15 months bart Sync with  http://hg.vanbrabant.eu/hg/bart/eaccelerator/
(edit) @355   2 years bart Fix disassembler
(edit) @354   2 years bart Use string to lookup function
(edit) @353   2 years bart Remove php4 stuff from the config file
(edit) @352   2 years bart optimize.c: In php 5.3 this field is const ea_restore.c: strings …
(edit) @351   2 years bart Port do_alloca call to PHP 5.3
(edit) @350   2 years bart Failed to stage the commit properly
(edit) @349   2 years bart Fix user cache functions to work with php 5.3
(edit) @348   2 years bart First stab at php 5.3 support. Only fixes the script cache. phpMyAdmin …
(edit) @347   2 years bart Initialise pointers before using them Fix buffer overflow
(edit) @346   2 years bart Update opcodes.c to php 5.1 as the lowest version like the other code
(edit) @345   2 years bart Update some documentation
(edit) @344   2 years bart Remove support for all php versions older than php 5.1
(edit) @343   2 years bart Update release notes
(edit) @342   2 years bart Add patch from ticket 232: removes an unlock that isn't needed there.
(edit) @341   2 years bart * Add patch from ticket 232: removes an unlock that isn't needed there. * …
(edit) @340   3 years bart Add new opcodes introduced in PHP 5.3
(edit) @339   3 years franck testing svn commit on the new server
(edit) @338   3 years hans missed a gc call
(edit) @337   3 years hans Added cache object creation timestamp (shm and disk)\nAltered control …
(edit) @336   3 years bart Fix some compile warnings introduced by today's and yesterday's …
(edit) @335   3 years bart Branch trunk for new caching code
(edit) @334   3 years bart Use some macros to calculate the size
(edit) @333   3 years bart Add code that checks the shared memory chunks if needed to make sure no …
(edit) @332   3 years bart Rewrite store_* functions so they no longer use the EAG(mem) global.
(edit) @331   3 years bart Rewrite the fixup_* functions they no longer use the EAG(mem) global
(edit) @330   3 years hans * Changed crash handler error message format to Apache-style error log …
(edit) @329   3 years bart Rewrite the calc_* values so it no longer uses the EAG(mem) global.
(edit) @328   3 years bart Rewrite the calc_* values so it no longer uses the EAG(mem) global.
(edit) @327   3 years bart Improve storing of objects and fix bug #264
(edit) @326   3 years bart Fix an E_NOTICE error in the control panel
(edit) @325   3 years bart Fix a typo in the config file. #269
(edit) @324   3 years hans Fix for #242 in 0.9.5 branch
(edit) @323   3 years hans Fix for #242
(edit) @322   3 years bart Revert stupid changes left over from debugging
(edit) @321   3 years bart Remove unused tag
(edit) @320   3 years bart Tags cleanup
(edit) @319   3 years bart Tags cleanup
(edit) @318   3 years bart Tags cleanup
(edit) @317   3 years bart Tags cleanup
(edit) @316   3 years bart Tags cleanup
(edit) @315   3 years bart Tags cleanup
(edit) @314   3 years bart Tags cleanup
Note: See TracRevisionLog for help on using the revision log.