I have defined an error log in my php.ini file it logs correctly, the only thing is that I want to restrict the size of this log, so I have set the
log_erros_max_len = 1024
even though it says that 1024 is the default, I then go and look at my php info page that is set up , I can not see that variable anywhere. I do not know why this variable is not getting set. I am using apache, php 4.2.3 with red hat. I only want the log ot grow to a max length of 10 megs. I know that the max len variable is in kb. I have restarted apache in case that is you first solution.
Thanks to any one who can shead some light on this.
Scott