2012-12-10 Cleaned up some PHP pages on my server. They produced PHP errors or warnings and thus filled my error log files. Most time it were such annoying things like: echo $foo[literal]; Where ``literal'' should be quoted to explicitely make it a string literal. While working on the server, I noticed that my log rotation kept only twelve monthly versions. In consequence, everything older than one year was lost. In my case, six months are lost. Backup? Yes, but not in such a way for this kind of data. What does this show about the system administrator? :-/ http://marmaro.de/lue/ markus schnalke