[Bug 234927] Re: delay php script execution on cli

Adam Sommer asommer70 at gmail.com
Tue May 27 20:16:39 BST 2008


So I started installing each of the modules you listed which I didn't
have, and I think clamavlib is the culprit.  What happens, I believe, is
that php5-libclamav will load the signature database when PHP is called
from the command line.  I think the library was written to be used with
Apache which should load the db only when Apache starts or the db is
updated programatically.

Anyway, can you test this by commenting the following lines in /etc/php5/cli/php.ini:
  #extension=clamav.so
  #[clamav]
  #clamav.dbpath=/var/lib/clamav
  #clamav.maxreclevel=0
  #clamav.maxfiles=0
  #clamav.archivememlim=0
  #clamav.maxfilesize=0
  #clamav.maxratio=0

Then rerun the script from the CLI?  When I commented the lines the test
script you posted above executed at normal speed.

Thanks

-- 
delay php script execution on cli
https://bugs.launchpad.net/bugs/234927
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.



More information about the Ubuntu-server-bugs mailing list