|
|
|
@340
|
[340]
|
02/13/08 00:45:49 |
bart |
Add new opcodes introduced in PHP 5.3 |
|
|
|
@339
|
[339]
|
12/22/07 15:12:16 |
franck |
testing svn commit on the new server |
|
|
|
@338
|
[338]
|
08/20/07 23:09:43 |
hans |
missed a gc call |
|
|
|
@337
|
[337]
|
08/20/07 22:57:00 |
hans |
Added cache object creation timestamp (shm and disk)\nAltered control … |
|
|
|
@336
|
[336]
|
08/20/07 20:12:03 |
bart |
Fix some compile warnings introduced by today's and yesterday's … |
|
|
|
@334
|
[334]
|
08/20/07 19:04:30 |
bart |
Use some macros to calculate the size |
|
|
|
@333
|
[333]
|
08/20/07 18:40:16 |
bart |
Add code that checks the shared memory chunks if needed to make sure no … |
|
|
|
@332
|
[332]
|
08/20/07 18:36:46 |
bart |
Rewrite store_* functions so they no longer use the EAG(mem) global. |
|
|
|
@331
|
[331]
|
08/20/07 15:40:19 |
bart |
Rewrite the fixup_* functions they no longer use the EAG(mem) global |
|
|
|
@330
|
[330]
|
08/20/07 15:15:06 |
hans |
* Changed crash handler error message format to Apache-style error log … |
|
|
|
@329
|
[329]
|
08/20/07 13:34:13 |
bart |
Rewrite the calc_* values so it no longer uses the EAG(mem) global. |
|
|
|
@328
|
[328]
|
08/20/07 13:33:54 |
bart |
Rewrite the calc_* values so it no longer uses the EAG(mem) global. |
|
|
|
@327
|
[327]
|
08/19/07 18:42:47 |
bart |
Improve storing of objects and fix bug #264 |
|
|
|
@326
|
[326]
|
08/19/07 16:20:56 |
bart |
Fix an E_NOTICE error in the control panel |
|
|
|
@325
|
[325]
|
08/16/07 09:01:30 |
bart |
Fix a typo in the config file. #269 |
|
|
|
@324
|
[324]
|
08/14/07 13:08:41 |
hans |
Fix for #242 in 0.9.5 branch |
|
|
|
@323
|
[323]
|
08/14/07 13:02:03 |
hans |
Fix for #242 |
|
|
|
@322
|
[322]
|
05/24/07 18:32:49 |
bart |
Revert stupid changes left over from debugging |
|
|
|
@309
|
[309]
|
05/10/07 23:30:16 |
bart |
Commit patch from ticket #252: Don't make eA stop init of php when eA … |
|
|
|
@308
|
[308]
|
05/10/07 00:29:53 |
bart |
Casting of var 'len' to (int) in decode_version() to get rid of an VC++ 6 … |
|
|
|
@307
|
[307]
|
05/10/07 00:29:45 |
bart |
Add fnmatch.c and fnmatch.h and use it on win32 (Thanks to Daan <daan at … |
|
|
|
@306
|
[306]
|
05/10/07 00:29:37 |
bart |
Use php_strtok_r instead of strtok_r (Thanks to Daan <daan at parse.nl>) |
|
|
|
@303
|
[303]
|
04/21/07 13:34:41 |
bart |
Add patch from Nathanael (eaccelerator@polymorpheus.com) |
|
|
|
@302
|
[302]
|
03/07/07 12:24:57 |
bart |
Apply the patch from #244 which causes heap corruption. |
|
|
|
@301
|
[301]
|
02/15/07 17:56:41 |
bart |
Forgot to remove some really ugly debug code |
|
|
|
@300
|
[300]
|
02/15/07 17:39:22 |
bart |
Move spinlock stuff into mm.c, no need for an extra file with extra … |
|
|
|
@299
|
[299]
|
02/15/07 17:04:24 |
bart |
Kick out the old filter implementation and use one based on fnmatch, this … |
|
|
|
@298
|
[298]
|
02/15/07 12:46:24 |
bart |
Use emalloc for filter lists, mixing memory from two allocators is enough. |
|
|
|
@297
|
[297]
|
02/13/07 23:42:38 |
bart |
Fixed a bug in the zend_class_entry dump debug routine |
|
|
|
@296
|
[296]
|
02/13/07 22:23:53 |
bart |
Fix loading of cached scripts and data on disk |
|
|
|
@295
|
[295]
|
02/13/07 19:29:58 |
bart |
Some more year updates |
|
|
|
@294
|
[294]
|
02/13/07 18:39:01 |
bart |
Revert some changes form changeset @256 to fix bug #199 |
|
|
|
@292
|
[292]
|
02/13/07 17:18:58 |
bart |
Check if those array indices are set before testing them in control.php |
|
|
|
@291
|
[291]
|
02/13/07 16:11:14 |
bart |
Cleanup: Removed some commented out code, changed some debug statements,
… |
|
|
|
@290
|
[290]
|
02/13/07 15:58:54 |
bart |
Always compile a ea_debug_error message in ea_restore.c |
|
|
|
@289
|
[289]
|
02/13/07 15:57:18 |
bart |
Fixed a nullpointer dereference in some special cases in ea_restore.c:509 |
|
|
|
@288
|
[288]
|
02/13/07 15:54:41 |
bart |
* Added a function to dump an eaccelerator class entry in debug.c
* … |
|
|
|
@287
|
[287]
|
01/29/07 23:33:40 |
bart |
* Removed some obsolete code |
|
|
|
@286
|
[286]
|
01/04/07 19:57:38 |
bart |
Happy newyear!
(Felt bored while studying) |
|
|
|
@285
|
[285]
|
11/14/06 16:39:11 |
bart |
* add some more isset for e_all error reporting |
|
|
|
@283
|
[283]
|
11/04/06 14:12:52 |
bart |
It seems I'm longer able to do simple comparisons, this
should fix … |
|
|
|
@282
|
[282]
|
10/26/06 22:58:00 |
bart |
Make the control panel work with E_ALL |
|
|
|
@281
|
[281]
|
10/26/06 22:35:04 |
bart |
-- |
|
|
|
@280
|
[280]
|
10/26/06 21:37:35 |
bart |
Damit, forgot to add this one to the changeset |
|
|
|
@279
|
[279]
|
10/26/06 21:31:03 |
bart |
Fix encoding and decoding of eA and php versions. Only three numbers
… |
|
|
|
@278
|
[278]
|
10/19/06 15:11:35 |
hans |
Replaced short php opening tags in control.php, Fixed typo in NEWS file, … |
|
|
|
@277
|
[277]
|
10/11/06 16:13:29 |
bart |
Prepare 0.9.5 release |
|
|
|
@276
|
[276]
|
10/11/06 13:25:18 |
bart |
* Fix a bug in the ttl of the cache. see ticket #182 |
|
|
|
@275
|
[275]
|
09/19/06 18:29:31 |
hans |
Get session config variables from local values instead of global values. … |
|
|
|
@274
|
[274]
|
09/18/06 13:05:52 |
hans |
some more ifdef fixing |
|
|
|
@273
|
[273]
|
09/18/06 12:47:22 |
hans |
Fixed unbalanced ifdef introduced by rev 269 |
|
|
|
@272
|
[272]
|
09/15/06 17:46:10 |
bart |
* Don't free memory with efree that has been allocated from the eA shm … |
|
|
|
@271
|
[271]
|
09/15/06 17:01:01 |
bart |
Only put the function that has the same name as the class as contructor
… |
|
|
|
@269
|
[269]
|
09/15/06 14:49:57 |
bart |
Reverse changeset 205 (doc-comment exclusion) from Tom Regner
… |
|
|
|
@267
|
[267]
|
08/29/06 13:35:21 |
hans |
Skip disk cache creation and clean/clear actions when operating in … |
|
|
|
@266
|
[266]
|
08/23/06 16:44:46 |
hans |
Fixes for tickets #157 and #164 |
|
|
|
@265
|
[265]
|
08/14/06 18:13:49 |
hans |
fixed svn properties on trunk (eol-style and keywords) |
|
|
|
@263
|
[263]
|
08/06/06 22:43:46 |
bart |
* Fix stupid bug (#159)
* Handle returning null instead of array … |
|
|
|
@262
|
[262]
|
08/03/06 13:24:22 |
bart |
* zend_do_inheritance can't be called with TSRMLS_CC when using
php 4, … |
|
|
|
@259
|
[259]
|
07/30/06 16:56:41 |
bart |
* Fixed detection of SysV IPC shared memory and made anonymous mmap
the … |
|
|
|
@258
|
[258]
|
07/30/06 16:35:03 |
bart |
Clean up the session handler, removed old code for php < 4.3. |
|
|
|
@256
|
[256]
|
07/29/06 14:28:19 |
bart |
Remove some leftovers from restoring encoded scripts which only … |
|
|
|
@255
|
[255]
|
07/29/06 13:04:04 |
bart |
Move some functions around to make more of them static, this reduces the … |
|
|
|
@254
|
[254]
|
07/29/06 12:37:52 |
bart |
Do a big cleanup in struct naming |
|
|
|
@253
|
[253]
|
07/29/06 11:44:09 |
bart |
* Don't use our own hash function, the one from the ZE is extremely much
… |
|
|
|
@252
|
[252]
|
07/29/06 01:11:25 |
bart |
Use php realpath directly without wrapper, TSRM implements the realpath … |
|
|
|
@251
|
[251]
|
07/28/06 22:32:06 |
bart |
Restore the class entry of zend_property_info when using php 5.2, this … |
|
|
|
@249
|
[249]
|
07/27/06 16:45:55 |
bart |
* Wrong ifdef in compile fix for php 5.2
* Update config.w32, VC6 and … |
|
|
|
@248
|
[248]
|
07/27/06 15:38:44 |
bart |
Fix bug #145, objects are serialized when they are stored in shared … |
|
|
|
@247
|
[247]
|
07/27/06 11:43:59 |
bart |
* Some fixes to make eAccelerator compile with php 5.2, this fixes bug … |
|
|
|
@246
|
[246]
|
07/27/06 11:38:27 |
bart |
Killing the very broken encoder. Once when eAccelerator is in full
… |
|
|
|
@245
|
[245]
|
07/27/06 11:35:15 |
bart |
Branched 0.9.5, development for 0.9.6 will start in trunk
Bumped up … |
|
|
|
@242
|
[242]
|
07/25/06 14:56:22 |
bart |
Fix loader.c too so we don't get any linking errors. |
|
|
|
@241
|
[241]
|
07/25/06 14:31:24 |
bart |
Fix restoring of opcode handler for php 5.0.5 when files are loaded
… |
|
|
|
@240
|
[240]
|
07/24/06 16:49:12 |
bart |
Release notes for 0.9.5-rc1 |
|
|
|
@239
|
[239]
|
07/24/06 15:11:54 |
bart |
Add a config.w32 file for static building of eAccelerator |
|
|
|
@238
|
[238]
|
07/24/06 14:59:12 |
bart |
Update the VC2005 project files |
|
|
|
@237
|
[237]
|
07/24/06 14:49:43 |
bart |
* Make clean routine support dir hashing. Again, this should be tested on … |
|
|
|
@236
|
[236]
|
07/24/06 14:10:22 |
hans |
Fix for ticket #47 and #63, related to problems restoring empty strings … |
|
|
|
@235
|
[235]
|
07/23/06 11:54:00 |
bart |
Fix ticket #143, seems that PHP < 5 doesn't make the extension lower case. |
|
|
|
@234
|
[234]
|
07/22/06 17:15:02 |
bart |
Make the user save the bugreport as a text file. |
|
|
|
@233
|
[233]
|
07/22/06 16:59:37 |
bart |
Added a script to create a bugreport file with more information
about … |
|
|
|
@232
|
[232]
|
07/22/06 15:28:11 |
bart |
Also rewrite clean code for cache files on win32 for directory
… |
|
|
|
@231
|
[231]
|
07/22/06 12:07:15 |
bart |
Some zval macro's differ for php4 and 5, this fixes #146. |
|
|
|
@230
|
[230]
|
07/19/06 16:11:01 |
bart |
Removed the code from mm.c that tried to allocate more then one segment
… |
|
|
|
@229
|
[229]
|
07/19/06 11:52:59 |
bart |
Fixed small typo in last update |
|
|
|
@228
|
[228]
|
07/19/06 11:13:56 |
bart |
Use some more zval macro's to cleanup things a bit |
|
|
|
@227
|
[227]
|
07/02/06 10:59:17 |
bart |
Made some fixes to ea_info.c to make eA compile on windows again. This … |
|
|
|
@226
|
[226]
|
06/30/06 16:53:22 |
hans |
DOH, forgot to remove an ini_set. Its to hot and sunny to be developing :P |
|
|
|
@225
|
[225]
|
06/30/06 16:50:25 |
hans |
Get rid of some php notices |
|
|
|
@224
|
[224]
|
06/30/06 16:01:39 |
bart |
Cleaned up the checking for other incompatible extensions a
bit. This … |
|
|
|
@223
|
[223]
|
06/30/06 15:49:50 |
hans |
* Added ability to sort table columns by clicking on the table headings in … |
|
|
|
@222
|
[222]
|
06/27/06 23:31:24 |
bart |
Reverted back to using our own list of restored files. Things should … |
|
|
|
@221
|
[221]
|
06/27/06 14:49:05 |
bart |
* Redone the fix for bug #109, don't keep our own list of restored files,
… |
|
|
|
@220
|
[220]
|
06/27/06 12:12:03 |
bart |
* Fixed ifdef for #108 to use only on windows
* Fix for bug #109, #31 and … |
|
|
|
@219
|
[219]
|
06/26/06 18:06:23 |
bart |
* Fix ticket #108
* Removed webui.[c|h] from the windows project file |
|
|
|
@213
|
[213]
|
06/06/06 13:01:05 |
hans |
* Fix for ticket #101 ('bailout' is used in zend_globals.h in a ZTS build) |
|
|
|
@212
|
[212]
|
06/02/06 14:42:48 |
hans |
* Removed two unused vars from the internal datastructures
* Fixed … |
|
|
|
@211
|
[211]
|
05/26/06 17:04:42 |
hans |
make note of the need for the tokenizer in php for the dasm to work |
|
|
|
@210
|
[210]
|
05/15/06 01:42:51 |
bart |
Forgot to remove some debug messages for the filter bug. |