[PHP-DEV] Bug #698: "make test" fails due to bug in test! From: david <email protected>
Date: 08/27/98

From: david <email protected>
Operating system: Solaris 2.5.1
PHP version: 3.0.3
PHP Bug Type: Installation problem
Bug description:
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).

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>