php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22161 Parse error:
Submitted: 2003-02-10 22:40 UTC Modified: 2003-02-20 08:14 UTC
From: ptker at hotmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.3.0 OS: win200 adv server
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2003-02-10 22:40 UTC] ptker at hotmail dot com
run the following code:
<?php
header("location:test.php";
?>

The php said:
Parse error: parse error, unexpected ';' in D:\Apache2\htdocs\test.php on line 491605837

but code only three line, Under the normal situation should be:
 Parse error: parse error, unexpected ';' in D:\Apache2\htdocs\test.php on line 491605837

why?

win2000 adv server + Apache2.0.43 + PHP4.3.0(API)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-02-10 22:42 UTC] ptker at hotmail dot com
I'm sorry ! by following:

run the following code:
<?php
header("location:test.php";
?>

The php said:
Parse error: parse error, unexpected ';' in D:\Apache2\htdocs\test.php
on line 491605837

but the code only three line, Under the normal situation should be:
 Parse error: parse error, unexpected ';' in D:\Apache2\htdocs\test.php
on line 2

why?

win2000 adv server + Apache2.0.43 + PHP4.3.0(API)
 [2003-02-20 08:14 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.

http://www.php.net/manual/en/install.apache2.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 04:01:33 2024 UTC