Date: 07/31/00
- Next message: Zak Greant: "Re: [PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5668 Updated: Can't find the include files when..."
- In reply to: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Confirmed to work as promised in 4.0.1pl2
Zak
At 07:01 PM 7/31/00 -0400, David J. MacKenzie wrote:
>Here is the test page I use to demonstrate the problem.
>Could someone who can get a *working* version of a recent PHP4
>build use it to check whether ASP tags and comments work now?
>
>
>----------
>one <? echo ("this is the simplest, an SGML processing instruction\n"); ?>
>
>two <% echo ("this is an ASP processing instruction\n"); %>
>
>three <? $foo = "this is foo."; ?>
>
>four <?= $foo; ?>
>
>five <%= $foo; %>
>
>----------
><?php echo("if you want to serve XML documents, do like this\n"); ?>
>
>----------
><% echo ("You may optionally use ASP-style tags"); $variable = "boo"; %>
><%= $variable; # This is a shortcut for "<%echo .." %>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Zak Greant: "Re: [PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #5668 Updated: Can't find the include files when..."
- In reply to: David J. MacKenzie: "[PHP-DEV] Re: PHP 4.0 Bug #3077 Updated: ASP tags aren't recognized"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

