Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This commit was manufactured by cvs2svn to create tag 'php_5_0_0'.php-5.0.0 | SVN Migration | 2004-07-15 | 1 | -1/+1 |
| | |||||
* | - Fixed text. | Derick Rethans | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | - Enable iconv by default | Derick Rethans | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | Add further check for "#include MACRO" style syntax | Moriyoshi Koizumi | 2003-08-28 | 1 | -4/+13 |
| | |||||
* | Revert the fix for now | foobar | 2003-07-30 | 1 | -5/+8 |
| | |||||
* | Fix build on certain platforms which do not accept #include FOOBAR | foobar | 2003-07-30 | 1 | -8/+5 |
| | |||||
* | oops | Moriyoshi Koizumi | 2003-07-06 | 1 | -1/+0 |
| | |||||
* | Avoid miscellaneous conflicts between glibc's iconv and libiconv. | Moriyoshi Koizumi | 2003-07-06 | 1 | -30/+47 |
| | |||||
* | Simplified config scripts | Moriyoshi Koizumi | 2003-07-06 | 1 | -11/+5 |
| | |||||
* | Fixed library capability detection behaviour. | Moriyoshi Koizumi | 2002-10-31 | 1 | -1/+4 |
| | | | | | | # Whew! I've fixed all the known problems. # And should I become a maintainer of this module? | ||||
* | Improved library identification | Moriyoshi Koizumi | 2002-10-29 | 1 | -9/+38 |
| | |||||
* | *** empty log message *** | Moriyoshi Koizumi | 2002-10-11 | 1 | -6/+8 |
| | |||||
* | ws fix | foobar | 2002-10-11 | 1 | -16/+18 |
| | |||||
* | Added ICONV_IMPL and ICONV_VERSION constants. | Moriyoshi Koizumi | 2002-10-11 | 1 | -7/+34 |
| | | | | | | @- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to @ indicate which iconv implementation is used. (Moriyoshi) | ||||
* | Fixed undefiend referece at build time. | Yasuo Ohgaki | 2002-09-04 | 1 | -2/+4 |
| | | | | | | | Fixed transilit test script. Make fixes available on Windows. Patch by Yoshimori Koizumi<readjust@deneb.freemail.ne.jp> | ||||
* | Fix build | Yasuo Ohgaki | 2002-08-08 | 1 | -1/+2 |
| | |||||
* | Fix #16069. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp> | Yasuo Ohgaki | 2002-07-11 | 1 | -0/+35 |
| | | | | | @ Made iconv() work well with libiconv or libgconv. (Moriyoshi, Yasuo) | ||||
* | - 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 |
| | |||||
* | Fix for Bug 14423. Enables FreeBSD to use iconv functionality. | Dan Kalowsky | 2002-03-04 | 1 | -2/+14 |
| | |||||
* | Unified the configure messages. | foobar | 2001-11-30 | 1 | -1/+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.. :( # | ||||
* | HAVE_LIBICONV was never defined. | foobar | 2001-08-17 | 1 | -1/+4 |
| | |||||
* | Simplify this and fix bug: #11654 | foobar | 2001-06-26 | 1 | -19/+8 |
| | |||||
* | Fixed bug: #10742 | foobar | 2001-05-21 | 1 | -1/+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.. | ||||
* | move iconv related functions to separate iconv extension. | Rui Hirokawa | 2001-01-09 | 1 | -0/+38 |