Apache won't start with E_STRICT
Posted by: edmeister (---.persgroep.be)
Date: May 19, 2010 01:06PM

Hi,

I installed the latest wampserver on my windows 7 workstation with PHP 5.2.11. When I change my error level to E_ALL | E_STRICT, Apache won't restart. In PHP 5.3 I can enable this without any problem.

Does anybody have a clue what could be wrong?

Thx!

Jeroen

Options: ReplyQuote
Re: Apache won't start with E_STRICT
Posted by: stevenmartin99 (---.b-ras2.blp.dublin.eircom.net)
Date: May 19, 2010 06:46PM

maybe ur writing the line incorrectly..

where and how are u opening the php.ini and what line are you filling in

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Apache won't start with E_STRICT
Posted by: edmeister (---.persgroep.be)
Date: May 21, 2010 12:55PM

Hi,

I'm opening C:\wamp\bin\apache\Apache2.2.11\bin\php.ini with Notepad++. On line 354 I change the existing

error_reporting = E_ALL

to

error_reporting = E_ALL | E_STRICT.

When I change this, Apache won't restart.

Options: ReplyQuote


Sorry, only registered users may post in this forum.