ID: 4063
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Old-Status: Duplicate
Status: Closed
Bug Type: Scripting Engine problem
PHP Version: 4.0 Release Candidate 1
Assigned To:
Comments:
this should be fixed in CVS if not please reopen.
Previous Comments:
---------------------------------------------------------------------------
[2000-08-15 09:51:00] [EMAIL PROTECTED]
this is a dup
---------------------------------------------------------------------------
[2000-07-23 14:18:54] [EMAIL PROTECTED]
does this still happen in latest version?
---------------------------------------------------------------------------
[2000-04-06 16:27:56] [EMAIL PROTECTED]
I have 3 scripts common.inc.php,public.inc.php,index.php
common.inc.php
<? require("public.inc.php");
.....
$a = //line 296
?>
index.php
<? require("common.inc.php");?>
In browser we can see
Parse error: parse error in public.inc.php3 on line 556
public.inc.php have 293 line
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=4063&edit=2
--
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]