From:             [EMAIL PROTECTED]
Operating system: winNT IIS4
PHP version:      4.0.1
PHP Bug Type:     IIS related
Bug description:  define("named_constant")

With this code at the top of an include file, the results are unpretictable.

if(!defined("METABASE_MYSQL_INCLUDED"))
{
 define("METABASE_MYSQL_INCLUDED",1);
 ...rest of include file...
}

require_once(); seems to work though.



-- 
Edit Bug report at: http://bugs.php.net/?id=9857&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to