|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[1998-09-23 17:39 UTC] zeev
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Mon Jan 05 01:00:01 2026 UTC |
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 }