php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #723 req: new syntax to accept <% and %> (ASP-Patch)
Submitted: 1998-09-04 07:45 UTC Modified: 1998-09-22 09:53 UTC
From: vogtner at soldan dot de Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 3.0.3 OS: Unix
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: vogtner at soldan dot de
New email:
PHP Version: OS:

 

 [1998-09-04 07:45 UTC] vogtner at soldan dot de
The Frontpage editor only leaves servelets untouched if they are enclosed in <% ... %>. Example:

	<a href = "xyz.asp?ID=<% echo $x; %>"> ...

Currently one has to write 

	<a href = "xyz.asp?ID=<? echo $x; ?>"> ..

but Frontpage transforms this into trash.

I have modified the language-scanner.lex so that <% ... %> tags are accepted. How do I sumit this "asp-patch"?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-22 09:53 UTC] rasmus
ASP tags are now optionally supported
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 14:01:34 2024 UTC