143 Commits (7153eb7378b55301b24ae7fad9239af8c1dc8af4)

Author SHA1 Message Date
Stig Bakken 0e6fca4f22 * email address change 23 years ago
David Hill 5c90216d2c 64-bit correction to variables passed to zend_parse_parameters 23 years ago
Moriyoshi Koizumi aa40a02de8 64bit long fix 23 years ago
Wez Furlong 20d886da50 Credits for iconv 23 years ago
Ilia Alshanetsky a7b91019e9 Removed pointless memory allocation checks. 23 years ago
Moriyoshi Koizumi 3ae7d13bc9 Appended my name to the list of authors 23 years ago
Moriyoshi Koizumi ac66d4481e Test update for new feature 23 years ago
Moriyoshi Koizumi 6a1d69d4ba Added missing cast operators 23 years ago
Moriyoshi Koizumi 4c2d6cfea8 Moved php_quot_print_decode() to quot_print.c so that it can be used 23 years ago
Moriyoshi Koizumi d0570815af Added more RFC2047-compliancy check in iconv_mime_decode() 23 years ago
Moriyoshi Koizumi 6f44489b68 Fixed iconv_mime_decode() so that it comforms to RFC2231 23 years ago
Moriyoshi Koizumi 0d0127fbfb Fixed cut'n'paste failure 23 years ago
Moriyoshi Koizumi b13a6276e1 Added test case for iconv_mime_encode() 23 years ago
Moriyoshi Koizumi cd2b0fe706 Added test case for iconv_mime_decode() 23 years ago
Moriyoshi Koizumi 07dcab60f0 Added test cases for iconv_strpos() and iconv_strrpos() 23 years ago
Moriyoshi Koizumi 006b455c6a Fixed an iconv_strrpos() bug that the function doesn't return accurate 23 years ago
Moriyoshi Koizumi 3149fc7c40 Added offset validity check for iconv_strpos() 23 years ago
Moriyoshi Koizumi f76df0ba1b Added test cases for iconv_strlen() and iconv_substr() 23 years ago
Moriyoshi Koizumi a3330b5ab3 Fixed iconv_mime_decode() so it would give more awareness to stateful codesets 23 years ago
Moriyoshi Koizumi e1dd919204 Fixed infinite loop of iconv_mime_encode() in case the specified line length is too short to contain a proper mime-encoded string 23 years ago
Moriyoshi Koizumi c703ad78d0 Give mo' shift-sequence awareness to iconv_mime_encode 23 years ago
Moriyoshi Koizumi 354a42fd5f More shift-sequence awareness for iconv_substr() 23 years ago
Moriyoshi Koizumi 1f8cee7666 Added missing casting operators 23 years ago
Moriyoshi Koizumi bf48e7bc9f MFB 23 years ago
Moriyoshi Koizumi 6144a7288e MFB: fixed shift-out sequence unawareness issue 23 years ago
Moriyoshi Koizumi c4e8b2baab Added various functions that relies on the iconv facility: 23 years ago
Sebastian Bergmann b506f5c8f8 Bump year. 23 years ago
Moriyoshi Koizumi e7f1bbf0f2 Iconv extension is no longer experimental 23 years ago
Moriyoshi Koizumi 5ca953b10f Fixed a problem that ICONV_IMPL doesn't give a correct value in win32 build. 23 years ago
Moriyoshi Koizumi 8e1f89bc6f Use proper types 23 years ago
Moriyoshi Koizumi 5b62dc07e1 Fixed typo 23 years ago
Moriyoshi Koizumi 5c7b062d6f Cosmetics 23 years ago
Moriyoshi Koizumi c22c2e4772 Added a test case to check the behaviour on failure 23 years ago
Moriyoshi Koizumi 0228d5bdcb Clean up 23 years ago
Moriyoshi Koizumi cac70c5523 Stricter SKIPIF conditions 23 years ago
Moriyoshi Koizumi 49f15ab314 Fixed segfaults in case the specified encoding is not acceptable to iconv. 23 years ago
Moriyoshi Koizumi a00abb6850 Fixed library capability detection behaviour. 23 years ago
Moriyoshi Koizumi b3e3420120 Prevent unnecessary notices on success 23 years ago
Marcus Boerger 6663f2cd0a -do not dl() load 23 years ago
Moriyoshi Koizumi 21e8efbb87 It's better to know the version is "unknown", rather than "" 23 years ago
Moriyoshi Koizumi 630a4ff924 Removed dl() stuff 23 years ago
Moriyoshi Koizumi e8cf2253fb Improved library identification 23 years ago
Marcus Boerger 51ed05cc3d -php_error => php_error_docref 23 years ago
Ilia Alshanetsky 4b6640be45 Fixed compile warning. 23 years ago
Marcus Boerger 6829a7a5b1 fix this tests 23 years ago
Moriyoshi Koizumi e13c936bd3 Clean-ups 23 years ago
Moriyoshi Koizumi 905d95fa03 Renamed the test 23 years ago
Moriyoshi Koizumi d883bf51df Added a test case for ob_iconv_handler() 23 years ago
Moriyoshi Koizumi 6537b7b21a Fixed typo... what did this "#" sign mean? 23 years ago
Marcus Boerger 63a9d4fa2e fix ZTS build 23 years ago