philip Wed, 19 Jan 2011 22:41:01 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=307602
Log: Fixed a couple of trivial typos Changed paths: U php/php-src/trunk/UPGRADING Modified: php/php-src/trunk/UPGRADING =================================================================== --- php/php-src/trunk/UPGRADING 2011-01-19 22:28:08 UTC (rev 307601) +++ php/php-src/trunk/UPGRADING 2011-01-19 22:41:01 UTC (rev 307602) @@ -134,10 +134,10 @@ the validity of the entities. Numerical entities are checked for a valid range (0 to 0x10FFFF); if the flag ENT_DISALLOWED is given, the validity of such numerical entity in the target document type is also checked. Named - entitities are checked for necessary existence in the target document type + entities are checked for necessary existence in the target document type instead of only checking whether they were constituted by alphanumeric characters. -- The flag ENT_DISALLOWED was addded. In addition to the behavior described in +- The flag ENT_DISALLOWED was added. In addition to the behavior described in the item before, it also makes htmlentities/htmlspecialchars substitute characters that appear literally in the argument string and which are not allowed in the target document type with U+FFFD (UTF-8) or �.
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php