22
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 16 hours ago.
Apr 29, 2023 — Apr 29, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* Implemented ZEND_GOTO * Implemented delayed early binding for php-5.3. This solves ticket #146 (Problems with require_once with circular dependencies) for everyone using php-5.3. See http://marc.info/?l=php-internals&m=120539866910125&w=2 for more info on this. * Fixed ticket #386 (Crash using const & php-5.3) * Fixed a bunch of other php-5.3 related issues found by using the test suite and all php-5.3 Zend engine tests More... over 14 years ago
PHP 5.3 ZEND_JMP_SET support More... over 14 years ago
* Fixed ticket #383 (crash on ZEND_ADD_INTERFACE) * check_mtime can now be enabled/disabled through the web interface as requested in ticket #32 * shortened some variable names More... over 14 years ago
Win32 compilation fixes, updated VC++ project file to VC++ 2008 format More... over 14 years ago
* Some quick and dirty tweaks to dasm.php to sync looks with control.php * Fixed ordering of table columns in control.php. This solves ticket #364 More... over 14 years ago
* Added a whole bunch of standard functions to opt_result_is_numeric() * init allocated memblocks with memset instead of a for loop in reassign_registers() * Fix in build_cfg for PHP 5.3 UCLASS znodes. These are handled differently in 5.3 due to namespaces. * Some tweaks and additions to ea_dasm.c More... over 14 years ago
PHP 5.3 optimizer and general fixes, some cleanups More... over 14 years ago
cleaning out some leftovers of the content cache, session manager and shm functions More... over 14 years ago
Fixed ticket #194, updated opcode.c More... over 14 years ago
Add the optimize code More... over 14 years ago
Add the optimizer back More... over 14 years ago
Remove unused source file More... over 14 years ago
fixes for tickets #104 and #371 More... over 14 years ago
- Remove all non-core functionality - Update version to 0.9.6-rc1 More... over 14 years ago
Fix a heap corruption bug More... almost 15 years ago
Sync with hg repo: More... almost 15 years ago
Sync with http://hg.vanbrabant.eu/hg/bart/eaccelerator/ More... almost 15 years ago
Fix disassembler More... almost 16 years ago
Use string to lookup function More... almost 16 years ago
Remove php4 stuff from the config file More... almost 16 years ago
optimize.c: In php 5.3 this field is const ea_restore.c: strings comparison can't be done like that, stupid me More... almost 16 years ago
Port do_alloca call to PHP 5.3 More... almost 16 years ago
Failed to stage the commit properly More... almost 16 years ago
Fix user cache functions to work with php 5.3 More... almost 16 years ago
First stab at php 5.3 support. Only fixes the script cache. phpMyAdmin seems to work with these changes. More... almost 16 years ago
Initialise pointers before using them Fix buffer overflow More... almost 16 years ago
Update opcodes.c to php 5.1 as the lowest version like the other code More... almost 16 years ago
Update some documentation More... almost 16 years ago
Remove support for all php versions older than php 5.1 More... almost 16 years ago
Add patch from ticket 232: removes an unlock that isn't needed there. More... almost 16 years ago