php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #698 "make test" fails due to bug in test!
Submitted: 1998-08-27 00:44 UTC Modified: 1998-09-10 18:19 UTC
From: david at uws dot edu dot au Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.3 OS: Solaris 2.5.1
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: david at uws dot edu dot au
New email:
PHP Version: OS:

 

 [1998-08-27 00:44 UTC] david at uws dot edu dot au
Test "lang/028.php3t" uses "<?" as an opening tag instead of
"<?php", so CGI versions of PHP compiled not to permit short
tags by default fail this test (PHP passes the source through without processing any of it).

As soon as "<?" is replaced with "<?php" (as used by other tests), the test passes.

The README in the "test" directory uses a sample which would also fail due to this (closing tag in the sample might also be wrong).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-10 18:19 UTC] zeev
Fixed
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 03:01:28 2024 UTC