andrey Fri, 08 Oct 2010 09:15:31 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304200
Log:
new collations
Changed paths:
U php/php-src/branches/PHP_5_3/ext/mysqlnd/mysqlnd_charset.c
U php/php-src/trunk/ext/mysqlnd/mysqlnd_charset.c
cataphract Fri, 08 Oct 2010 16:19:58 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304208
Log:
- Fixed bug #53021 (In html_entity_decode, failure to convert numeric entities
with ENT_NOQUOTES and ISO-8859-1).
Bug: http://bugs.php.net/53021 (Verif
cataphract Fri, 08 Oct 2010 17:27:19 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304209
Log:
- Fixed a typo in rev #304208 (24 instead of 34/'"').
- Improved the test bug53021.phpt to reflect other fixes in rev #304208.
- Updated NEWS to reflect
cataphract Fri, 08 Oct 2010 23:02:37 +
Revision: http://svn.php.net/viewvc?view=revision&revision=304212
Log:
- Added numeric record type and raw data for unknown DNS
record types.
Changed paths:
U php/php-src/trunk/ext/standard/dns.c
U php/php-src