ID:              23670
 User updated by: agoossens at olc dot sa dot edu dot au
 Reported By:     agoossens at olc dot sa dot edu dot au
 Status:          Verified
 Bug Type:        Zend Engine 2 problem
 PHP Version:     5.0.0
 Assigned To:     helly
 New Comment:

Modified my above e-mail address to reflect new changed address.


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

[2004-07-23 20:44:50] [EMAIL PROTECTED]

I have verified this bug with the following version, and reopened it.

PHP 5.0.0 (cli) (built: Jul 17 2004 16:32:19)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.0, Copyright (c) 1998-2004 Zend Technologies
    with Zend Extension Manager v1.0.2, Copyright (c) 2003-2004, by
Zend Technologies
    with Zend Optimizer v2.5.2, Copyright (c) 1998-2004, by Zend
Technologies
    with Zend Debugger v3.5.0, Copyright (c) 1999-2004, by Zend
Technologies

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

[2003-06-01 12:29:01] [EMAIL PROTECTED]

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.



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

[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