Custom Query (260 matches)
Results (43 - 45 of 260)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #59 | fixed | Maximum execution time of 60 seconds exceeded with SquirrelMail 1.4.8, XCache-1.2.0, php 5.1.6 | moo | shark |
| description |
When I try read some of email il log i see this: 2006-12-21 21:35:08: (mod_fastcgi.c.2502) FastCGI-stderr: PHP Fatal error: Maximum execution time of 60 seconds exceeded in /var/www/public_html/webmail/src/read_body.php on line 97 i have this in my php.ini: [xcache] xcache.shm_scheme = "mmap" ; to disable: xcache.size=0 ; to enable : xcache.size=64M etc (any size > 0) and your system mmap allows xcache.size = 64M xcache.count = 1 xcache.slots = 8K xcache.ttl = 0 xcache.gc_interval = 0 xcache.var_size = 0M xcache.var_count = 1 xcache.var_slots = 8K xcache.var_ttl = 0 xcache.var_maxttl = 0 xcache.var_gc_interval = 300 xcache.test = Off xcache.readonly_protection = Off ; for *nix, xcache.mmap_path is a file path, not directory. ; Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection ; 2 group of php won't share the same /tmp/xcache ; for win32, xcache.mmap_path=anonymous map name, not file path xcache.mmap_path = "/dev/zero" xcache.coredump_directory = "" xcache.cacher = On xcache.stat = On xcache.optimizer = Off [xcache.coverager] ; enable coverage data collecting for xcache.coveragedump_directory and xcache_coverager_start/stop/get/clean() functions (will hurt executing performance) xcache.coverager = Off ; requires xcache.coverager=On xcache.coveragedump_directory = "" max_execution_time = 60 ; Maximum execution time of each script, in seconds max_input_time = 60 ; Maximum amount of time each script may spend parsing request data memory_limit = 32M ; Maximum amount of memory a script may consume (8MB) |
|||
| #60 | wontfix | xcache crashes with php 5.0.4 | moo | e98cuenc |
| description |
xcache 1.2.0 makes php 5.0.4, tested with apache2 + mod_php and lighttpd 1.5.0 (trunk) + fastcgi. Just reload quickly several times the attached file, and after a few times the webserver will crash. My original version uses the V function several times (and $versions hash tenths of entries) and it works the first time you load the page, but crashes on subsequent loads. |
|||
| #61 | wontfix | use of xcache_clear_cache from the command line, seems to be impossible | moo | judas_iscariote |
| description |
it is impossible to xcache_clear_cache() from the CLI sapi, since it seems to want PHP_AUTH_USER and PHP_AUTH_PW which AFAIK, are for webservers... I expect either a change in the way auth is managed in the command line, or no auth at all there. |
|||

