Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand the variables in PHP_EXPAND_BUILD_VARS. | Sascha Schumann | 2002-03-20 | 1 | -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 Kalowsky | 2002-03-04 | 1 | -1/+10 |
| | |||||
* | added mbstring to maintainers list. | Rui Hirokawa | 2001-12-13 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Fixed bug: #12443 | foobar | 2001-10-22 | 1 | -1/+1 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -7/+1 |
| | |||||
* | Per Sterling's request I'm committing this. | foobar | 2001-05-27 | 1 | -12/+6 |
| | | | | | This works fine for me now. (I'm using external iconv libs) | ||||
* | fix compile bug. | Sterling Hughes | 2001-05-06 | 1 | -0/+1 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | added iconv_get_encoding and supported initialization from php.ini | Rui Hirokawa | 2001-01-14 | 1 | -11/+10 |
| | |||||
* | move iconv related functions to separate iconv extension. | Rui Hirokawa | 2001-01-09 | 1 | -0/+77 |