Template compression on PHP4 produces a lot of warning messages
Components
Labels
None
Description
Context Information
None
Additional information (do not use)
None
Attachments
1
Activity
Show:
Dmitry Andrejev November 30, 2010 at 6:48 PM
Closing released 5.1.1 task.
Alex October 19, 2010 at 9:09 AM
Fix committed to [b]5.1.x branch/b. Commit Message:
Fixes #0000878: Template compression on PHP4 produces a lot of warning messages
Dmitry Andrejev October 14, 2010 at 3:54 AM
Reviewed and tested okay, please commit.
Fixed
Details
Details
Priority
Assignee
Alex
AlexReporter
Alex
AlexDeveloper
Alex
AlexPatch Instructions
Patches must be submitted through Phabricator.
To submit patch via Command Line use Patches Workflow (via Arcanist) tutorial.
To submit patch via Web Interface use Patches Workflow (via Web Interface) tutorial.
External issue ID
878
External issue URL
Fix versions
Affects versions
Created October 4, 2010 at 8:14 AM
Updated December 29, 2024 at 9:16 PM
Resolved November 30, 2010 at 6:48 PM
When "Compress Compiled PHP Templates" configuration option is enabled and In-Portal is installed on PHP4 server, then a lot a warnings (from 1000 to 15000 in "advanced" theme) about missing T_DOC_COMMENT constant is raised.
Based on token definition on [url]http://lv.php.net/tokens/url that constant was introduced only in PHP 5.0.0.