On Tue, 10 Aug 2004 14:07:09 -0500, Alex Hogan
<[EMAIL PROTECTED]> wrote:
> > Did your error_reporting level change with the upgrade? This
> > was more than likely silently ignored with PHP4 and now
> > showing as a warning/error in PHP5 or just dependent upon
> > your error_reporting level.
> 
> No..,
> 
> I was careful to set 5 up with as many of the same settings as the
> previous version.  I only had half a day to change the production
> environment so I wanted to make sure there was no lag.  Unless there was
> something that I missed.
> 
> At first I thought that I had either duplicated the function someplace
> else, but that wasn't the case.
> 

Well, it's very likely that that file was being included twice. You
just can't do an include() on the same file twice if it defines
functions or classes. Look through your code and see all of the places
where the include was happening. Perhaps the file that includes that
file is being included twice.

> 
> alex hogan
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to