Re: A few newbie questions
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: A few newbie questions

From: Ken Robinson <kenrbnsn@rbnsn.com>
Date: Fri Jul 22 2005 - 19:55:11 CEST

SOR wrote (in part):
> I'm using the windows phpdev php/mysql package for offline use .
>
> After the install it worked first time straight off the button and I
> havent touched anything , Its no big thing but the errors.txt file can
> quickly get quite big in size from a badly written loop .
>
> Will do a google search later if nobody knows how to stop it or save it
> somewhere else .

I found this in the online php manual
<http://www.php.net/manual/en/ref.errorfunc.php#ini.error_log>:

error_log string

    Name of the file where script errors should be logged. The file
should be writable by the web server's user. If the special value
syslog is used, the errors are sent to the system logger instead. On
Unix, this means syslog(3) and on Windows NT it means the event log.
The system logger is not supported on Windows 95. See also: syslog().

So check your php.ini file to see what to change.

Ken
Received on Mon Oct 17 21:15:23 2005