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
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: 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

Pull Requests

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: Sun Dec 22 11:01:30 2024 UTC