Marek Kilimajer wrote:
That is not a bug in a php script, but in the php engine itself.
Indeed, and I found it very annoying.
Maybe if you lower the logrotate script's priority?
Process priority making php crash? I dont understand how.
Ok, I become a little out of topic,
but here's what my apache logrotate config looks like:
/var/log/apache/*.log {
prerotate
/path/to/splitlogs.pl < /path/to/access.log
endscript
missingok
compress
delaycompress
sharedscripts
postrotate
/path/to/init.d/apache restart > /dev/null
endscript
}
Christophe
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php