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
 [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 16:01:29 2024 UTC