php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #771 asp_tags does not work
Submitted: 1998-09-23 10:05 UTC Modified: 1998-09-23 17:39 UTC
From: vogtner at soldan dot de Assigned:
Status: Closed Package: FrontPage related
PHP Version: 3.0.4 OS: Solaris 2.5.1/Apache 1.3.1 modul
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-23 10:05 UTC] vogtner at soldan dot de
neither asp_tags in php3.ini (from php3.ini-dist)
nor php3_asp_tags setting in the httpd.conf
enable the <% ... %> parsing.

only this helps in main.c:
   967                  if (cfg_get_long("asp_tags", &php3_ini.asp_tags) == FAIL
URE) {
   968                          php3_ini.asp_tags = 1;
   969                  }

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-09-23 17:39 UTC] zeev
It does work.  You're not putting php3.ini in one of
the places in which PHP looks for it, or there's another
php3.ini that PHP finds before the newer php3.ini.

php3_asp_tags is indeed not supported as an Apache directive.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 21:01:30 2024 UTC