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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 05:01:27 2025 UTC