php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1424 '//' does NOT start a comment in ANSI C
Submitted: 1999-05-18 14:04 UTC Modified: 1999-05-18 22:06 UTC
From: lars at larsshack dot org Assigned:
Status: Closed Package: Compile Failure
PHP Version: 3.0.7 OS: Irix 6.5
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: lars at larsshack dot org
New email:
PHP Version: OS:

 

 [1999-05-18 14:04 UTC] lars at larsshack dot org
A few lines of the php source code have been commented out using the C++ style '//' comment delimiter.  This is fine in a GNU environment, but causes the build to fall over in a strict ANSI environment.

The fix:  /* use real comments */

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-05-18 22:06 UTC] rasmus at cvs dot php dot net
These have been fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue May 07 06:01:30 2024 UTC