On Thu, 3 Aug 2006, Richard Quadling wrote:

> The issue this brings is toggling E_STRICT on and off at RUNTIME
> required? (I suspect that would be a LOT of work).

It's only an issue for the first script that is opened... not for 
includes. As the parsing E_STRICT things work fine.... but only *after* 
the file has been executed. In this example the included file will never 
throw e_Strict errors for example:

<?php
error_reporting(0);
include 'included.php';
?>

so it's not a real issue.

Derick

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to