I found in my error log this (Note: i didn't removed the filename)
Of course I don't have any script with 1 bn lines.
PHP Version 5.3.3-7
Apache 2
The other weird thing is that I have a
set_error_handler( 'myHandler' );
To write in the error log other inforamtion too, but with this error it seems PHP just ignores my error_handler. I don't have any code that can generate this errore before my call to set_error_handler
Edit
- Debian at 64Bit
- I didn't edit, in the error log there aren't any filename, in fact I don't know which script causes this.
- I have APC installed