|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2014-02-11 04:52 UTC] martynas@php.net
-Status: Open
+Status: Closed
-Assigned To:
+Assigned To: martynas
[2014-02-11 04:52 UTC] martynas@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 02:00:01 2025 UTC |
Description: ------------ See this code in htscanner.c: if (!strcasecmp(tok, "<IfModule")) { TOKEN(tok, FILE_SEPARATOR); parse = !strcmp(tok, MOD_PHP(PHP_MAJOR_VERSION) ">"); } else if (!strcasecmp(tok, "</IfModule>")) { parse = 1; If I read it correctly, last line should be "parse = 0;"