Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ws fix | foobar | 2002-04-28 | 1 | -10/+7 |
| | |||||
* | Remove warnings | Yasuo Ohgaki | 2002-04-19 | 1 | -2/+2 |
| | |||||
* | fix warning | Wez Furlong | 2002-04-10 | 1 | -2/+2 |
| | |||||
* | - Fixed bug #16165 again. We check libc for iconv functions only if | foobar | 2002-03-21 | 1 | -0/+5 |
| | | | | | | no path is given for --with-iconv. # I hope this is the last time. | ||||
* | Expand the variables in PHP_EXPAND_BUILD_VARS. | Sascha Schumann | 2002-03-20 | 2 | -0/+10 |
| | | | | | | | | | | | | | 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. | ||||
* | - Not needed anymore. | foobar | 2002-03-19 | 1 | -8/+0 |
| | |||||
* | - Made one test/setup macro for iconv and fixed it to check | foobar | 2002-03-17 | 1 | -28/+5 |
| | | | | | for libc first. | ||||
* | * yet another iconv config fix, should be able to handle most or all | Stig Bakken | 2002-03-15 | 1 | -17/+14 |
| | | | | | configurations now (giconv/iconv, static libs only, iconv in libc etc.) | ||||
* | * fix compile problem on platforms without iconv in libc | Stig Bakken | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | - Slightly unify error/warning messages. | Markus Fischer | 2002-03-11 | 1 | -104/+90 |
| | | | | | | - Switch to zend_parse_parameters(). - Fix whitespaces. | ||||
* | - Fix crash in iconv_set_encoding(). [Closes #15799] | Markus Fischer | 2002-03-10 | 1 | -14/+9 |
| | |||||
* | - Fix build with ZTS | Derick Rethans | 2002-03-06 | 1 | -4/+4 |
| | |||||
* | Fix for Bug 14423. Enables FreeBSD to use iconv functionality. | Dan Kalowsky | 2002-03-04 | 2 | -3/+24 |
| | |||||
* | Improved iconv usage with libc's iconv. No overrun. More efficient memory | Yasuo Ohgaki | 2002-03-02 | 1 | -8/+104 |
| | | | | | | | | allocation. Hopefully, all bugs reported for iconv will be resolved when users are using libc iconv. @Improved iconv with libc's iconv | ||||
* | Add more tests for iconv | Yasuo Ohgaki | 2002-03-02 | 7 | -2/+173 |
| | |||||
* | Fix iconv. Patch by (itai@siftology.com) | Yasuo Ohgaki | 2002-02-28 | 1 | -4/+4 |
| | |||||
* | - Fix for bug #15628 (for real now :) | Derick Rethans | 2002-02-20 | 1 | -1/+1 |
| | |||||
* | - Fix for bug #15638 | Derick Rethans | 2002-02-20 | 1 | -1/+1 |
| | |||||
* | Added UCS4 test | Yasuo Ohgaki | 2002-02-03 | 4 | -1/+38 |
| | |||||
* | Fixed bug with encodings that has 0 byte in strings. Patch by ↵ | Yasuo Ohgaki | 2002-02-01 | 1 | -14/+32 |
| | | | | | | | | <itai@siftology.com> Fixed possible problem with encodings that a char can be larger than 4 bytes. | ||||
* | added mbstring to maintainers list. | Rui Hirokawa | 2001-12-13 | 2 | -2/+2 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+2 |
| | |||||
* | Fixing debug build | Frank M. Kromann | 2001-11-14 | 1 | -4/+4 |
| | |||||
* | Fixed bug: #12443 | foobar | 2001-10-22 | 2 | -3/+3 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | * make test pass | Stig Bakken | 2001-10-11 | 1 | -5/+5 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | if test -f /usr/local/lib/libexample.s?; then <-- no workie | foobar | 2001-09-07 | 1 | -1/+1 |
| | | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( # | ||||
* | This test needed a newline after an echo. | Wez Furlong | 2001-08-25 | 1 | -1/+1 |
| | | | | | # However, the test still fails on my system | ||||
* | ws | foobar | 2001-08-19 | 1 | -13/+12 |
| | |||||
* | HAVE_LIBICONV was never defined. | foobar | 2001-08-17 | 1 | -1/+4 |
| | |||||
* | Whitespace | Zeev Suraski | 2001-08-11 | 1 | -11/+11 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -11/+1 |
| | |||||
* | Fix last two instances of using ext/standard/php_output.h | Sascha Schumann | 2001-07-20 | 1 | -1/+1 |
| | |||||
* | Simplify this and fix bug: #11654 | foobar | 2001-06-26 | 1 | -19/+8 |
| | |||||
* | Fix folding and clean up some extensions | Rasmus Lerdorf | 2001-06-06 | 1 | -1/+2 |
| | |||||
* | vim-6 does folding - clean up a bunch of missing folding tags plus | Rasmus Lerdorf | 2001-06-05 | 1 | -5/+15 |
| | | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions | ||||
* | Per Sterling's request I'm committing this. | foobar | 2001-05-27 | 2 | -36/+26 |
| | | | | | This works fine for me now. (I'm using external iconv libs) | ||||
* | * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build) | Stig Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | Fixed bug: #10742 | foobar | 2001-05-21 | 1 | -1/+1 |
| | |||||
* | fix compile bug. | Sterling Hughes | 2001-05-06 | 1 | -0/+1 |
| | |||||
* | added status parameter to output handler in ext/iconv. | Rui Hirokawa | 2001-05-04 | 1 | -4/+7 |
| | |||||
* | - WS | Andi Gutmans | 2001-04-19 | 1 | -1/+2 |
| | |||||
* | Fixed leak in php_iconv_string. Also returns FAILURE on failure, | Wez Furlong | 2001-03-29 | 1 | -3/+3 |
| | | | | | rather than -1 | ||||
* | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -2/+2 |
| | | | | | # Heads up people! I tested this before committing but you never know.. | ||||
* | fix win32 build | Daniel Beulshausen | 2001-03-15 | 1 | -1/+1 |
| | |||||
* | initialized some strings in global variable structure. | Rui Hirokawa | 2001-03-10 | 1 | -2/+10 |
| | |||||
* | ob_iconv_handler changed to use for text data only. | Rui Hirokawa | 2001-02-26 | 1 | -14/+29 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| |