ID:               15397
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: win2k
 PHP Version:      4.1.1
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


Previous Comments:
------------------------------------------------------------------------

[2002-02-06 02:36:36] [EMAIL PROTECTED]

I could not reproduce this at all with 4.2.0-dev.
Can you please post a full script that reproduces the problem, the
errors/warnings you get, and what you expected you would get?

Derick

------------------------------------------------------------------------

[2002-02-06 00:54:38] [EMAIL PROTECTED]

On win2k, interesting bit:
class barFly{
func IaintDrinkinNoMilkHanibal($somefile)
{
   include($somefile);  //works fine
   include_once($somefile); //blows
}
}

any ideas? I can verify that the "somefile" infact exist or doesnt
exist, either way I should get it included or get a warning, and with
include() I do, but with include_once() I get a fatal error which
suxors...  

dank je well!

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=15397&edit=1

Reply via email to