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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

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: Tue May 14 23:01:30 2024 UTC