|
|
|
@349
|
[349]
|
06/20/08 11:20:18 |
bart |
Fix user cache functions to work with php 5.3 |
|
|
|
@348
|
[348]
|
06/20/08 11:20:17 |
bart |
First stab at php 5.3 support. Only fixes the script cache. phpMyAdmin … |
|
|
|
@344
|
[344]
|
06/19/08 18:01:31 |
bart |
Remove support for all php versions older than php 5.1 |
|
|
|
@342
|
[342]
|
05/18/08 11:20:28 |
bart |
Add patch from ticket 232: removes an unlock that isn't needed there. |
|
|
|
@340
|
[340]
|
02/13/08 00:45:49 |
bart |
Add new opcodes introduced in PHP 5.3 |
|
|
|
@337
|
[337]
|
08/20/07 22:57:00 |
hans |
Added cache object creation timestamp (shm and disk)\nAltered control … |
|
|
|
@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 … |
|
|
|
@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 |
|
|
|
@323
|
[323]
|
08/14/07 13:02:03 |
hans |
Fix for #242 |
|
|
|
@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 … |
|
|
|
@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. |
|
|
|
@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 … |
|
|
|
@281
|
[281]
|
10/26/06 22:35:04 |
bart |
-- |
|
|
|
@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. … |
|
|
|
@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 |
|
|
|
@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
… |
|
|
|
@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. |
|
|
|
@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
… |
|
|
|
@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 … |
|
|
|
@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 … |
|
|
|
@210
|
[210]
|
05/15/06 01:42:51 |
bart |
Forgot to remove some debug messages for the filter bug. |
|
|
|
@209
|
[209]
|
05/08/06 15:17:02 |
bart |
Changed the filter logic a bit, this fixes bug #72 |
|
|
|
@208
|
[208]
|
05/08/06 12:53:28 |
bart |
Make the disassembler do openbasedir checks before showing a file, this … |
|
|
|
@207
|
[207]
|
05/08/06 00:41:55 |
bart |
* Added directory hashing for md5 and inode based keys based on a patch
… |
|
|
|
@206
|
[206]
|
05/04/06 15:25:49 |
bart |
Included patch from Stadler from ticket #23. It adds a nice menu
and … |
|
|
|
@205
|
[205]
|
05/04/06 15:00:20 |
bart |
Don't store the doc_comments in op_array and class_entry. They are … |
|
|
|
@204
|
[204]
|
04/13/06 12:37:27 |
bart |
When content cache is used also compiled shared memory functions |
|
|
|
@203
|
[203]
|
04/11/06 19:09:39 |
hans |
64 bit compilation warning "cast to pointer from integer of different … |
|
|
|
@202
|
[202]
|
04/11/06 18:06:58 |
bart |
* Removed FC compiled options from Makefile.in again, stupid me |
|
|
|
@201
|
[201]
|
04/11/06 17:59:53 |
bart |
A lot of fixes to silence the compile warnings generated when compiling … |
|
|
|
@199
|
[199]
|
04/11/06 13:39:39 |
bart |
* Fixed typo in optimizer which broke compilation for PHP != 5.1 |
|
|
|
@198
|
[198]
|
04/11/06 13:37:25 |
bart |
* Patch for dasm.php form Stadler, see #23 |
|
|
|
@197
|
[197]
|
04/11/06 13:10:01 |
bart |
* Silenced the unlock function for win32 until a windows developer can
… |
|
|
|
@196
|
[196]
|
04/10/06 01:12:36 |
bart |
* Fixed some typos in dasm.php
* Added authentication to the disassembler |
|
|
|
@195
|
[195]
|
04/06/06 18:49:25 |
hans |
Fixed handling of interfaces. This fixes sf.net bug #1440575 |
|
|
|
@194
|
[194]
|
04/06/06 16:57:25 |
hans |
Rewrote fix for sf.net bug #1442923. This should get rid of all 'Invalid … |
|
|
|
@193
|
[193]
|
04/05/06 00:16:40 |
bart |
Fixed some error introduced by fixing some win32 stuff :( |