Enable php debug by default
Posted by: andre1 (213.236.139.---)
Date: May 06, 2008 12:21PM

Since most people use wamp for development, could you set php to report more errors by default?

error_reporting = E_ALL|E_STRICT

Options: ReplyQuote
Re: Enable php debug by default
Posted by: toivo (---.nsw.bigpond.net.au)
Date: May 07, 2008 02:33PM

Hi,

You can set these options in the php.ini file or even at runtime: [php.net].

Regards,

toivo
Sydney, Australia

Options: ReplyQuote
Re: Enable php debug by default
Posted by: andre1 (213.236.139.---)
Date: May 13, 2008 11:41AM

I know, I just wanted to point out that it should be enabled by default since WAMP is first and foremost a development environment.

Options: ReplyQuote


Sorry, only registered users may post in this forum.