|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-10-09 17:30 UTC] cataphract@php.net
-Package: Feature/Change Request
+Package: *General Issues
-Assigned To:
+Assigned To: cataphract
[2010-10-10 21:08 UTC] cataphract@php.net
[2010-10-10 21:08 UTC] cataphract@php.net
-Status: Assigned
+Status: Closed
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Dec 13 21:00:01 2025 UTC |
Description: ------------ XML/XHTML entity ' is not supported by html_entity_decode(). I understand it's supposed to be for HTML decoding, but it would be nice to extend this function to support XHTML entities as well. Reproduce code: --------------- html_entity_decode("'",ENT_QUOTES); Expected result: ---------------- ' Actual result: -------------- '