ID:               23670
 Updated by:       [EMAIL PROTECTED]
 Reported By:      agoossens at olc dot sa dot edu dot au
-Status:           Open
+Status:           Verified
 Bug Type:         Zend Engine 2 problem
 Operating System: Windows XP Professional, SP1
 PHP Version:      5CVS-2003-05-17 (dev)


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

[2003-05-17 15:15:37] [EMAIL PROTECTED]

Reclassify as ZE2 problem.

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

[2003-05-17 06:08:05] agoossens at olc dot sa dot edu dot au

Oh, and it was Apache 2.0.43 :)

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

[2003-05-17 06:04:20] agoossens at olc dot sa dot edu dot au

Greetings all,

The following code causes an Apache2 crash under XP Pro (with Service
Pack 1), using 5.0.0-dev (May 06, 2003):

class Driver_DB_MySQL implements iDB extends Driver_DB
{

}

However, if you take out the "implements iDB" or "extends Driver_DB"
statements, the code works fine. Normally under this condition you'd
expect PHP to throw a parser error (as is in the error log transcript
below).

Neither the interface iDB or the class Driver_DB have been defined yet.
However, even if they are defined, the crash still occurs (until you
remove one of the two statements, that is).

The Apache Error Log says the following:

[client 127.0.0.1] PHP Parse error:  parse error, unexpected T_EXTENDS,
expecting '{' in C:\webroot\public_html\foo.php on line 2, referer:
http://localhost/
[Sat May 17 20:29:41 2003] [notice] Parent: child process exited with
status 3221225477 -- Restarting.
[Sat May 17 20:29:41 2003] [notice] Parent: Created child process 4776

No extra extensions have been enabled in php.ini.

Cheers.
-Adam.

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


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

Reply via email to