php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11906 scripts without closing ; at the last line work fine
Submitted: 2001-07-05 09:19 UTC Modified: 2001-07-05 09:22 UTC
From: stefan dot priebsch at e-novative dot de Assigned:
Status: Not a bug Package: Scripting Engine problem
PHP Version: 4.0.5 OS: Win32
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: stefan dot priebsch at e-novative dot de
New email:
PHP Version: OS:

 

 [2001-07-05 09:19 UTC] stefan dot priebsch at e-novative dot de
not a real bug, but seems that in 4.0.5 any php script will work fine though there is no semicolon at the end of the last command's line.
Just in case in the future inclusions are possible without php dropping "out of php mode", this should be fixed.

Stefan

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-05 09:22 UTC] derick@php.net
In PHP ; is a separator, and not and end-delimiter.
Bogusifying, because this is not a bug.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Apr 28 19:01:28 2024 UTC