summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* MFH(r-1.98): Fixed bug #26194 (iconv() not properly defined with libiconv).Moriyoshi Koizumi2003-11-221-0/+8
* One more warning fix.Ilia Alshanetsky2003-08-281-1/+1
* MFH(r-1.25): add further check for "#include MACRO" style syntaxMoriyoshi Koizumi2003-08-281-4/+13
* MFH(r-1.96): Slight improvement. Hope this will make some difference.Moriyoshi Koizumi2003-08-131-4/+4
* MFHfoobar2003-07-303-9/+14
* MFHfoobar2003-07-303-14/+9
* MFH(r-1.9): updated test so it won't fail if the extension has been built withMoriyoshi Koizumi2003-07-061-4/+2
* oops again..Moriyoshi Koizumi2003-07-061-1/+1
* MFH(r-1.22, r-1.90, r-1.18): avoid miscellaneous conflicts between glibc'sMoriyoshi Koizumi2003-07-063-60/+60
* MFH(r-1.17): added missing includesMoriyoshi Koizumi2003-07-061-0/+6
* MFH(r-1.87): fixed ob_iconv_handler() type mismatch issue on 64bit platforms.Moriyoshi Koizumi2003-06-041-4/+3
* MFH: 64bit fixMoriyoshi Koizumi2003-03-041-1/+2
* Updated the test so it reflects the recent change on iconv.cMoriyoshi Koizumi2003-01-031-42/+11
* Fixed shift-out sequence unawareness issueMoriyoshi Koizumi2003-01-031-0/+41
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
* MFH: iconv extension is no longer experimentalMoriyoshi Koizumi2002-12-171-5/+0
* MFHMoriyoshi Koizumi2002-11-141-0/+2
* Use proper typesMoriyoshi Koizumi2002-11-081-4/+5
* Fixed typoMoriyoshi Koizumi2002-11-081-1/+2
* CosmeticsMoriyoshi Koizumi2002-11-063-3/+3
* Added a test case to check the behaviour on failureMoriyoshi Koizumi2002-11-061-0/+13
* Clean upMoriyoshi Koizumi2002-11-061-12/+11
* Stricter SKIPIF conditionsMoriyoshi Koizumi2002-11-061-1/+6
* Fixed segfaults in case the specified encoding is not acceptable to iconv.Moriyoshi Koizumi2002-11-061-3/+5
* Fixed library capability detection behaviour.Moriyoshi Koizumi2002-10-311-1/+4
* Prevent unnecessary notices on successMoriyoshi Koizumi2002-10-301-0/+4
* -do not dl() loadMarcus Boerger2002-10-293-10/+11
* It's better to know the version is "unknown", rather than ""Moriyoshi Koizumi2002-10-291-1/+1
* Removed dl() stuffMoriyoshi Koizumi2002-10-299-18/+18
* Improved library identificationMoriyoshi Koizumi2002-10-291-9/+38
* -php_error => php_error_docrefMarcus Boerger2002-10-291-12/+6
* Fixed compile warning.Ilia Alshanetsky2002-10-291-1/+1
* fix this testsMarcus Boerger2002-10-2817-186/+205
* Clean-upsMoriyoshi Koizumi2002-10-261-69/+115
* Renamed the testMoriyoshi Koizumi2002-10-263-1/+1
* Added a test case for ob_iconv_handler()Moriyoshi Koizumi2002-10-261-0/+14
* Fixed typo... what did this "#" sign mean?Moriyoshi Koizumi2002-10-261-1/+1
* fix ZTS buildMarcus Boerger2002-10-251-2/+2
* Added two new rows to MINFO that describes iconv library info.Moriyoshi Koizumi2002-10-251-1/+11
* Let them say why they are skippedMoriyoshi Koizumi2002-10-214-9/+13
* This test should not print out the error (which is correct).foobar2002-10-141-1/+3
* Improved the test cases so that they will be skipped rather than failed, if l...Moriyoshi Koizumi2002-10-112-2/+8
* *** empty log message ***Moriyoshi Koizumi2002-10-112-8/+17
* Fixed possible compile-time failureMoriyoshi Koizumi2002-10-111-3/+4
* ws fixfoobar2002-10-111-16/+18
* fix typo.foobar2002-10-111-1/+1
* - Style polizei :)Derick Rethans2002-10-111-6/+4
* Reformatted.Moriyoshi Koizumi2002-10-111-2/+4
* Added ICONV_IMPL and ICONV_VERSION constants.Moriyoshi Koizumi2002-10-112-7/+51
* Added set_time_limit(); We should stop it in some time. See the comment in th...Moriyoshi Koizumi2002-10-111-0/+7