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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
21 - 15 = ?
Subscribe to this entry?

 
 [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: Wed May 01 21:01:29 2024 UTC