|
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-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Nov 04 16:00:01 2025 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 }