source: eaccelerator/trunk/ChangeLog @ 239

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @239   4 years bart Add a config.w32 file for static building of eAccelerator
(edit) @238   4 years bart Update the VC2005 project files
(edit) @237   4 years bart * Make clean routine support dir hashing. Again, this should be tested on …
(edit) @236   4 years hans Fix for ticket #47 and #63, related to problems restoring empty strings …
(edit) @235   4 years bart Fix ticket #143, seems that PHP < 5 doesn't make the extension lower case.
(edit) @233   4 years bart Added a script to create a bugreport file with more information about …
(edit) @232   4 years bart Also rewrite clean code for cache files on win32 for directory …
(edit) @231   4 years bart Some zval macro's differ for php4 and 5, this fixes #146.
(edit) @230   4 years bart Removed the code from mm.c that tried to allocate more then one segment …
(edit) @228   4 years bart Use some more zval macro's to cleanup things a bit
(edit) @227   4 years bart Made some fixes to ea_info.c to make eA compile on windows again. This …
(edit) @224   4 years bart Cleaned up the checking for other incompatible extensions a bit. This …
(edit) @223   4 years hans * Added ability to sort table columns by clicking on the table headings in …
(edit) @222   4 years bart Reverted back to using our own list of restored files. Things should work …
(edit) @221   4 years bart * Redone the fix for bug #109, don't keep our own list of restored files, …
(edit) @220   4 years bart * Fixed ifdef for #108 to use only on windows * Fix for bug #109, #31 and …
(edit) @219   4 years bart * Fix ticket #108 * Removed webui.[c|h] from the windows project file
(edit) @213   4 years hans * Fix for ticket #101 ('bailout' is used in zend_globals.h in a ZTS build)
(edit) @212   4 years hans * Removed two unused vars from the internal datastructures * Fixed …
(edit) @210   4 years bart Forgot to remove some debug messages for the filter bug.
(edit) @209   4 years bart Changed the filter logic a bit, this fixes bug #72
(edit) @208   4 years bart Make the disassembler do openbasedir checks before showing a file, this …
(edit) @207   4 years bart * Added directory hashing for md5 and inode based keys based on a patch …
(edit) @206   4 years bart Included patch from Stadler from ticket #23. It adds a nice menu and …
(edit) @205   4 years bart Don't store the doc_comments in op_array and class_entry. They are …
(edit) @204   4 years bart When content cache is used also compiled shared memory functions
(edit) @203   4 years hans 64 bit compilation warning "cast to pointer from integer of different …
(edit) @202   4 years bart * Removed FC compiled options from Makefile.in again, stupid me
(edit) @201   4 years bart A lot of fixes to silence the compile warnings generated when compiling …
(edit) @199   4 years bart * Fixed typo in optimizer which broke compilation for PHP != 5.1
(edit) @198   4 years bart * Patch for dasm.php form Stadler, see #23
(edit) @197   4 years bart * Silenced the unlock function for win32 until a windows developer can …
(edit) @196   4 years bart * Fixed some typos in dasm.php * Added authentication to the disassembler
(edit) @195   4 years hans Fixed handling of interfaces. This fixes sf.net bug #1440575
(edit) @194   4 years hans Rewrote fix for sf.net bug #1442923. This should get rid of all 'Invalid …
(edit) @193   4 years bart Fixed some error introduced by fixing some win32 stuff :(
(edit) @191   4 years bart * Moved the FLOCK stuff to a place so it can be used by eLoader to * Fixed …
(edit) @190   4 years bart Removed the constant that were registered in the debug code. They could …
(edit) @189   4 years bart * Source code is now shown in dasm.php * Added source-code lines to the …
(edit) @188   4 years bart Fixed bug #24
(edit) @187   4 years hans * Fix for sf.net bug #1442839 (handling of ZEND_ASSIGN_OBJ by the …
(edit) @184   5 years bart Included fcntl.h in ea_info.c, this should fix bug #13
(edit) @183   5 years bart Moved some function defs from eaccelerator.h to the right files.
(edit) @182   5 years bart Set the svn keywords property to some files
(edit) @181   5 years bart Removed the shorttags in control.php and dasm.php to fix bug #8.
(edit) @180   5 years bart Set refcount to 1 before storing a zval in the usercache. This fixes bug …
(edit) @179   5 years bart Added eAccelerator API documentation php stub files. These files can be …
(edit) @178   5 years bart Removed the old webui and made a new controlpanel en disassembler more …
(edit) @176   5 years bart The nigthly cvs tarballs of sf aren't that nigthly at all. The commits …
(edit) @175   5 years zoeloelip - Changed the module entry url to eaccelerator.net and year - Removed the …
(edit) @174   5 years zoeloelip release of beta1
(edit) @173   5 years hrak Altered the way debug output is in/excluded by adding a macro that makes …
(edit) @172   5 years hrak Don't increase parent refcount in restore_class_parent. This is wrong and …
(edit) @171   5 years hrak * Workaround for "multiple definitions of symbol" thread-safe build …
(edit) @170   5 years hrak * Ditched the variadic macros. They were kinda useless now anyway since …
(edit) @169   5 years zoeloelip Included patch #1435196 to fix the problem of duplicate keys that don't …
(edit) @168   5 years zoeloelip Fixed bypassing open_basedir restriction when the file was already …
(edit) @167   5 years hrak Fixed ZE1 (<=PHP4) problem regarding parent class lookup during restore. …
(edit) @166   5 years hrak Fixed static_members handling for php-5.0. Broke this while working on …
(edit) @165   5 years hrak Fixed inheritance/prototype issue with abstract methods and classes during …
(edit) @164   5 years hrak Restored PHP4 compatibility
(edit) @163   5 years zoeloelip Bumped up version to 0.9.5-dev
(edit) @162   5 years zoeloelip Merged PHP_5_1 branch with HEAD
(edit) @159   5 years zoeloelip Release of 0.9.4
(edit) @156   5 years zoeloelip On failure of mm initialisation, return FAILURE instead of disabling …
(edit) @154   5 years zoeloelip Added release of rc2 in the Changelog
(edit) @153   5 years zoeloelip Updated NEWS and bumped up version to 0.9.4-rc2
(edit) @152   5 years zoeloelip Fixed some typos and cleaned up the README file a bit more Fixed some …
(edit) @151   5 years zoeloelip Aplied patch #142200 Fixed typo (patch #1409125)
(edit) @150   5 years zoeloelip The owner of the a sysvipc mutex will now be changed on creation of of …
(edit) @144   5 years zoeloelip Fix for bug 1238736
(edit) @142   5 years zoeloelip Fixed bug #1366008
(edit) @140   5 years zoeloelip * Disabled the cache dir check, to much people complaining * fixed eLoader
(edit) @139   5 years zoeloelip Some compile fixes
(edit) @138   5 years zoeloelip check_cache_dir is only done when shm_only = 0 Only eA is disabled when …
(edit) @136   5 years zoeloelip Bumped up version for rc1
(edit) @135   5 years zoeloelip Updated README
(edit) @134   5 years zoeloelip * Removed executor hooks, they weren't used anyway. * Check if eA has a …
(edit) @133   5 years zoeloelip Fixed optimizer bug with php 5.0.5
(edit) @132   5 years zoeloelip Patch for bug #1259695 from Alexy
(edit) @131   5 years zoeloelip README updates i386 <-> x86_64 spinlock test
(edit) @130   5 years zoeloelip The two error message added to see if a lock has failed made configure …
(edit) @129   5 years zoeloelip * Changed semaphore permissions to 0666 so sysvipc locks work. Working …
(edit) @128   5 years zoeloelip Fixed php5 optimizer bug
(edit) @127   5 years zoeloelip Included some compile fixes. (Thanks Matt)
(edit) @126   5 years zoeloelip Included patch from the hardened php guys to make eA work with hardened …
(edit) @124   5 years zoeloelip * ea_store.c and ea_restore.c functions clean up * extraced …
(edit) @123   5 years zoeloelip * Renamed some macros from MMC (mmcache) to EA (eg MMCG is now EAG) * …
(edit) @122   5 years zoeloelip Some code clean ups and updated VS6 project files.
(edit) @121   5 years zoeloelip Future check warning was done on uninitialised buf.
(edit) @120   5 years zoeloelip Code clean up and compile fixes for VC.net + VC.net project files update …
(edit) @119   5 years zoeloelip Removed atexit code that only produced segfaults and didn't work (Patch …
(edit) @118   5 years zoeloelip A compile fix for php4 (bug #1235017)
(edit) @117   5 years zoeloelip Added get_zend_destroy_property_info function to ea_restore.h
(edit) @116   5 years zoeloelip Code refactoring needed for the new encoder. Moved all store/calc …
(edit) @115   5 years zoeloelip * empty log message *
(edit) @113   5 years zoeloelip * Documented namespace option * New debug/log code. Make the code a lot …
(edit) @112   5 years zoeloelip Fixed a buffer overflow in eaccelerator.c and cache.c. A string longer …
(edit) @111   5 years zoeloelip The future check is removed because mtime are only checked on changes so …
(edit) @110   5 years zoeloelip Applied patch 1226111
Note: See TracRevisionLog for help on using the revision log.