|
../
|
|
doc
|
|
179 |
2 years |
bart:
Added eAccelerator API documentation php stub files. These files can be …
|
|
eLoader
|
|
140 |
3 years |
zoeloelip:
* Disabled the cache dir check, to much people complaining
* fixed eLoader
|
|
win32
|
|
250 |
2 years |
bart:
Fixed project files for win32 and made the debug version build again
|
|
AUTHORS
|
0.6 kB |
206 |
2 years |
bart:
Included patch from Stadler from ticket #23. It adds a nice menu
and …
|
|
bugreport.php
|
2.6 kB |
235 |
2 years |
bart:
Fix ticket #143, seems that PHP < 5 doesn't make the extension lower case.
|
|
cache.c
|
21.2 kB |
276 |
2 years |
bart:
* Fix a bug in the ttl of the cache. see ticket #182
|
|
cache.h
|
2.4 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|
|
ChangeLog
|
31.4 kB |
277 |
2 years |
bart:
Prepare 0.9.5 release
|
|
config.m4
|
11.5 kB |
269 |
2 years |
bart:
Reverse changeset 205 (doc-comment exclusion) from Tom Regner
…
|
|
config.w32
|
3.5 kB |
239 |
2 years |
bart:
Add a config.w32 file for static building of eAccelerator
|
|
content.c
|
21.9 kB |
228 |
2 years |
bart:
Use some more zval macro's to cleanup things a bit
|
|
content.h
|
2.3 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|
|
control.php
|
11.4 kB |
264 |
2 years |
bart:
* Fix stupid bug (#159)
* Handle returning null instead of array (#156)
|
|
COPYING
|
17.6 kB |
30 |
4 years |
everaldo_canuto:
License file fixed
|
|
dasm.php
|
8.0 kB |
206 |
2 years |
bart:
Included patch from Stadler from ticket #23. It adds a nice menu
and …
|
|
debug.c
|
7.0 kB |
250 |
2 years |
bart:
Fixed project files for win32 and made the debug version build again
|
|
debug.h
|
3.7 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|
|
ea_dasm.c
|
23.2 kB |
261 |
2 years |
bart:
ea_info and ea_dasm: if eaccelerator_mm_instance is NULL, just return
…
|
|
ea_dasm.h
|
2.1 kB |
178 |
2 years |
bart:
Removed the old webui and made a new controlpanel en disassembler
more …
|
|
ea_info.c
|
14.4 kB |
268 |
2 years |
hans:
Skip disk cache creation and clean/clear actions when operating in …
|
|
ea_info.h
|
2.3 kB |
178 |
2 years |
bart:
Removed the old webui and made a new controlpanel en disassembler
more …
|
|
ea_restore.c
|
31.4 kB |
271 |
2 years |
bart:
Only put the function that has the same name as the class as contructor
…
|
|
ea_restore.h
|
2.6 kB |
183 |
2 years |
bart:
Moved some function defs from eaccelerator.h to the right files.
|
|
ea_store.c
|
30.5 kB |
270 |
2 years |
bart:
Add php 5.2 support. These are minimal changes so they shouldn't affect …
|
|
ea_store.h
|
2.3 kB |
183 |
2 years |
bart:
Moved some function defs from eaccelerator.h to the right files.
|
|
eaccelerator.c
|
86.9 kB |
272 |
2 years |
bart:
* Don't free memory with efree that has been allocated from the eA shm …
|
|
eaccelerator.h
|
14.9 kB |
270 |
2 years |
bart:
Add php 5.2 support. These are minimal changes so they shouldn't affect …
|
|
eaccelerator.ini
|
4.5 kB |
178 |
2 years |
bart:
Removed the old webui and made a new controlpanel en disassembler
more …
|
|
eaccelerator_version.h
|
73 bytes |
277 |
2 years |
bart:
Prepare 0.9.5 release
|
|
encoder.c
|
37.7 kB |
250 |
2 years |
bart:
Fixed project files for win32 and made the debug version build again
|
|
encoder.php
|
15.5 kB |
75 |
3 years |
zoeloelip:
User who supplied patch seemed to use the version with oloader. Fixing …
|
|
loader.c
|
31.8 kB |
242 |
2 years |
bart:
Fix loader.c too so we don't get any linking errors.
|
|
Makefile.in
|
322 bytes |
237 |
2 years |
bart:
* Make clean routine support dir hashing. Again, this should be tested on …
|
|
mm.c
|
30.1 kB |
257 |
2 years |
bart:
Fixed detection of SysV IPC shared memory and made anonymous mmap
…
|
|
mm.h
|
3.5 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|
|
NEWS
|
7.8 kB |
277 |
2 years |
bart:
Prepare 0.9.5 release
|
|
opcodes.c
|
19.1 kB |
241 |
2 years |
bart:
Fix restoring of opcode handler for php 5.0.5 when files are loaded
…
|
|
opcodes.h
|
3.9 kB |
203 |
2 years |
hans:
64 bit compilation warning "cast to pointer from integer of different …
|
|
optimize.c
|
118.3 kB |
266 |
2 years |
hans:
Fixes for tickets #157 and #164
|
|
PHP_Highlight.php
|
16.7 kB |
206 |
2 years |
bart:
Included patch from Stadler from ticket #23. It adds a nice menu
and …
|
|
README
|
9.3 kB |
211 |
2 years |
hans:
make note of the need for the tokenizer in php for the dasm to work
|
|
README.eLoader
|
0.9 kB |
152 |
2 years |
zoeloelip:
Fixed some typos and cleaned up the README file a bit more
Fixed some …
|
|
README.win32
|
2.9 kB |
91 |
3 years |
zoeloelip:
Updated README.win32 with extra information from Larnot
|
|
session.c
|
11.7 kB |
275 |
2 years |
hans:
Get session config variables from local values instead of global values. …
|
|
session.h
|
2.8 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|
|
shm.c
|
4.7 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|
|
shm.h
|
2.1 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|
|
x86_spinlocks.h
|
2.7 kB |
182 |
2 years |
bart:
Set the svn keywords property to some files
|