summaryrefslogtreecommitdiff
path: root/ext/iconv/php_iconv.h
Commit message (Collapse)AuthorAgeFilesLines
* Expand the variables in PHP_EXPAND_BUILD_VARS.Sascha Schumann2002-03-201-0/+5
| | | | | | | | | | | | | Make HAVE_ICONV/HAVE_LIBICONV available through the more fine-grained approach using a single include file per directive. This will significantly reduce the price of full dependencies for developers, because basically each file today includes php.h which includes php_config.h. If PHP_ATOM_INC is defined, these include files can be used. For all PHP_DEFINEs, empty files are created upon configure start.
* Fix for Bug 14423. Enables FreeBSD to use iconv functionality.Dan Kalowsky2002-03-041-1/+10
|
* added mbstring to maintainers list.Rui Hirokawa2001-12-131-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Fixed bug: #12443foobar2001-10-221-1/+1
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-7/+1
|
* Per Sterling's request I'm committing this.foobar2001-05-271-12/+6
| | | | | This works fine for me now. (I'm using external iconv libs)
* fix compile bug.Sterling Hughes2001-05-061-0/+1
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* added iconv_get_encoding and supported initialization from php.iniRui Hirokawa2001-01-141-11/+10
|
* move iconv related functions to separate iconv extension.Rui Hirokawa2001-01-091-0/+77