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

Pull Requests

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