summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Expand)AuthorAgeFilesLines
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-5/+15
* Per Sterling's request I'm committing this.foobar2001-05-272-36/+26
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* Fixed bug: #10742foobar2001-05-211-1/+1
* fix compile bug.Sterling Hughes2001-05-061-0/+1
* added status parameter to output handler in ext/iconv.Rui Hirokawa2001-05-041-4/+7
* - WSAndi Gutmans2001-04-191-1/+2
* Fixed leak in php_iconv_string. Also returns FAILURE on failure,Wez Furlong2001-03-291-3/+3
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* fix win32 buildDaniel Beulshausen2001-03-151-1/+1
* initialized some strings in global variable structure.Rui Hirokawa2001-03-101-2/+10
* ob_iconv_handler changed to use for text data only.Rui Hirokawa2001-02-261-14/+29
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* define HAVE_LIBICONVDaniel Beulshausen2001-02-201-2/+2
* make iconv compile under win32 using libiconvDaniel Beulshausen2001-01-312-4/+124
* added: EXPERIMENTALRui Hirokawa2001-01-201-0/+5
* added iconv_get_encoding and supported initialization from php.iniRui Hirokawa2001-01-142-48/+59
* Sorry, two lines are enough.Egon Schmid2001-01-091-6/+3
* Fixed protos.Egon Schmid2001-01-091-4/+3
* added test code to iconv.Rui Hirokawa2001-01-091-0/+18
* move iconv related functions to separate iconv extension.Rui Hirokawa2001-01-094-0/+364