Postponed (maintainer needs more info)
Project:
Drupal core
Version:
main
Component:
theme system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
9 Dec 2011 at 01:26 UTC
Updated:
8 Oct 2025 at 23:12 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dave reidThis seems to be actually as of 5.4.0, so I don't think we can use this for Drupal 8.
Comment #1.0
dave reidUpdated issue summary.
Comment #2
kscheirerI like the idea, but Dave is right, D8 requires PHP 5.3.3 and that change to htmlspecialchars() went in with PHP 5.4.
Comment #3
sunThe proper status is postponed then. We'll require PHP 5.4 at some point in the future.
Comment #3.0
sunUpdated issue summary.
Comment #4
mgiffordWell, PHP 5.4 isn't a barrier now #1498574: [policy, no patch] Require PHP 5.4
However, this is now done with:
I'm not sure where that is defined or if it is still needed.
Comment #5
damien tournoud commentedLiterally the only difference in our use case is that the HTML5 mode will be generating
'instead of'. No security implication.Comment #8
joelpittetWe do require PHP 5.4, this likely could be done with tests. Needs a bit of a re-roll because check_plain() is now called
Html::escape()Comment #9
basil_snowman commentedpatch added
Comment #10
basil_snowman commented..somehow my comment was removed
Comment #12
kscheirerLooks like the tests failed because they're still looking for a
'which will now be'Comment #13
joelpittet@basil_snowman, because you were unconfirmed and the comment was very light on details of what you did, Mollom apparently thought you were a spammer.
Comment #15
basil_snowman commentedfixed tests for a new situation.
Comment #17
basil_snowman commentedfixed some tests
Comment #31
smustgrave commentedThank you for creating this issue to improve Drupal.
We are working to decide if this task is still relevant to a currently supported version of Drupal. There hasn't been any discussion here for over 8 years which suggests that this has either been implemented or is no longer relevant. Your thoughts on this will allow a decision to be made.
Since we need more information to move forward with this issue, the status is now Postponed (maintainer needs more info). If we don't receive additional information to help with the issue, it may be closed after three months.
Thanks!
Comment #32
andypost