summaryrefslogtreecommitdiff
path: root/ext/iconv
Commit message (Collapse)AuthorAgeFilesLines
* ws fixfoobar2002-04-281-10/+7
|
* Remove warningsYasuo Ohgaki2002-04-191-2/+2
|
* fix warningWez Furlong2002-04-101-2/+2
|
* - Fixed bug #16165 again. We check libc for iconv functions only iffoobar2002-03-211-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 Schumann2002-03-202-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.foobar2002-03-191-8/+0
|
* - Made one test/setup macro for iconv and fixed it to checkfoobar2002-03-171-28/+5
| | | | | for libc first.
* * yet another iconv config fix, should be able to handle most or allStig Bakken2002-03-151-17/+14
| | | | | configurations now (giconv/iconv, static libs only, iconv in libc etc.)
* * fix compile problem on platforms without iconv in libcStig Bakken2002-03-121-1/+1
|
* - Slightly unify error/warning messages.Markus Fischer2002-03-111-104/+90
| | | | | | - Switch to zend_parse_parameters(). - Fix whitespaces.
* - Fix crash in iconv_set_encoding(). [Closes #15799]Markus Fischer2002-03-101-14/+9
|
* - Fix build with ZTSDerick Rethans2002-03-061-4/+4
|
* Fix for Bug 14423. Enables FreeBSD to use iconv functionality.Dan Kalowsky2002-03-042-3/+24
|
* Improved iconv usage with libc's iconv. No overrun. More efficient memoryYasuo Ohgaki2002-03-021-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 iconvYasuo Ohgaki2002-03-027-2/+173
|
* Fix iconv. Patch by (itai@siftology.com)Yasuo Ohgaki2002-02-281-4/+4
|
* - Fix for bug #15628 (for real now :)Derick Rethans2002-02-201-1/+1
|
* - Fix for bug #15638Derick Rethans2002-02-201-1/+1
|
* Added UCS4 testYasuo Ohgaki2002-02-034-1/+38
|
* Fixed bug with encodings that has 0 byte in strings. Patch by ↵Yasuo Ohgaki2002-02-011-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 Hirokawa2001-12-132-2/+2
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Unified the configure messages.foobar2001-11-301-1/+2
|
* Fixing debug buildFrank M. Kromann2001-11-141-4/+4
|
* Fixed bug: #12443foobar2001-10-222-3/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* * make test passStig Bakken2001-10-111-5/+5
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-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 Furlong2001-08-251-1/+1
| | | | | # However, the test still fails on my system
* wsfoobar2001-08-191-13/+12
|
* HAVE_LIBICONV was never defined.foobar2001-08-171-1/+4
|
* WhitespaceZeev Suraski2001-08-111-11/+11
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-11/+1
|
* Fix last two instances of using ext/standard/php_output.hSascha Schumann2001-07-201-1/+1
|
* Simplify this and fix bug: #11654foobar2001-06-261-19/+8
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
|
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-5/+15
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* Per Sterling's request I'm committing this.foobar2001-05-272-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 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
| | | | | rather than -1
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
| | | | | # Heads up people! I tested this before committing but you never know..
* 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
|