Page 1 of 1

How to enable local error log like I have on my Linux Comput

PostPosted: 19. February 2009 07:01
by timgerr
Hello all.
I am writing some PHP and Adobe Flex code and I was wondering if there is any way to enable a local php error log like php.error? Since Flex is talking to the backend via Weborb services would like to capture any php errors in a local log. Can this be done, I am not use to developing on a windows computer, I am able to do this in linux.

Thanks for the help,
timgerr

Re: How to enable local error log like I have on my Linux Comput

PostPosted: 19. February 2009 07:07
by Izzy
Please read this section in xampp\apache\bin\php.ini file and see if that is what you require:
Code: Select all
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; Error handling and logging ;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

Save the file and restart Apache if you make any changes.