Tagged Questions

1
vote
3answers
97 views

Should I use PHP accelerator (eAccelerator, APC, etc) in development environment?

I think the question speaks for itself.. My concern is, we would be modifying some PHP files here and there. Will the accelerator(s) know that it needs to recompile modified files (i assume they ...
0
votes
1answer
71 views

How come eAccelerator works after changing files even though cache is on?

I have eAccelerator installed on an apache web server for PHP. If I look at the phpinfo() output, I can see that all files are cached. I wonder to myself, If they are cached, how come when I make ...
0
votes
0answers
571 views

PHP eAccelerator: shmmax error

I installed eAccelerator and if I uncomment extension="eaccelerator.so" in PHP and restart Apache if fails and in the error.log stands eAccelerator: shmmax should be at least 2MB If I set ...
0
votes
1answer
234 views

eAccelerator using FastCGI, control panel doesn't work

I've eaccelerator running on my server, with PHP under FastCGI. All works fine, but i can't access to eaccelerator control panel (it shows the user/pass dialog, but it doesn't accept any) if i ...
0
votes
1answer
182 views

Why doesn't eAccelerator cache to harddrive?

When looking at the set folder in php.ini for eAccelerator to use, nothing is there. No hidden files as well. Directory is writable as well: eaccelerator.cache_dir = "c:/wamp/tmp/eaccelerator"' ...
0
votes
1answer
169 views

Module 'eAccelerator' already loaded php warning

I'm getting this PHP warning in my error_log and want to get it fixed. I'm told it is loaded within php.ini which I've verified as well as a bunch of configuration settings for the module. I'd like ...