| a2045ff |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year~
/PHP_5_3/ext/iconv/iconv.c
|
| e4ca0ed |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/iconv/iconv.c
|
| 23e4385 |
|
25-Jul-2011 |
Felipe Pena <felipe@php.net> |
- Make usage of new PHP_FE_END macro
/PHP_5_3/ext/iconv/iconv.c
|
| 927bf09 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_3/ext/iconv/iconv.c
|
| d506ce8 |
|
01-Dec-2010 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
/PHP_5_3/ext/iconv/iconv.c
|
| 5f99563 |
|
30-Sep-2010 |
Adam Harvey <aharvey@php.net> |
Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping headers).
/PHP_5_3/ext/iconv/iconv.c
|
| 06c460c |
|
19-Aug-2010 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used).
/PHP_5_3/ext/iconv/iconv.c
|
| 73ddb79 |
|
04-May-2010 |
Adam Harvey <aharvey@php.net> |
Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). Thanks to Hiroaki Kawai for the original patch.
/PHP_5_3/ext/iconv/iconv.c
|
| af49e58 |
|
12-Mar-2010 |
Jani Taskinen <jani@php.net> |
- Reverted r296062 and r296065
/PHP_5_3/ext/iconv/iconv.c
|
| 06f072c |
|
11-Mar-2010 |
Jani Taskinen <jani@php.net> |
MFH: Improved / fixed output buffering (Michael Wallner)
/PHP_5_3/ext/iconv/iconv.c
|
| 62f087d |
|
08-Mar-2010 |
Kalle Sommer Nielsen <kalle@php.net> |
Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic
/PHP_5_3/ext/iconv/iconv.c
|
| 8481fd7 |
|
05-Mar-2010 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fixed bug #49267 (linking fails for iconv)
/PHP_5_3/ext/iconv/iconv.c
|
| fcf1058 |
|
01-Mar-2010 |
Rasmus Lerdorf <rasmus@php.net> |
Fix bug #43314 Assume worst case all-encoded case here
/PHP_5_3/ext/iconv/iconv.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/PHP_5_3/ext/iconv/iconv.c
|
| d8a22d0 |
|
17-Mar-2009 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: Make iconv filter accept '.' as the delimiter between encoding names as well as '/'. It's impossible to specify the filter in php://filter without this fix. # I hope this to be merged to 5.2 as well. This doesn't break BC as there is # no such encoding name that contains '.'. (Andif there were to be such one, # the filter is failed in the first place since it also uses '.' for the # delimiter between the filter name and the "from" encoding name.
/PHP_5_3/ext/iconv/iconv.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_3/ext/iconv/iconv.c
|
| fc2fb50 |
|
17-Nov-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/PHP_5_3/ext/iconv/iconv.c
|
| 7a37fa2 |
|
02-Nov-2008 |
Felipe Pena <felipe@php.net> |
- Revert ZEND_BEGIN_ARG_INFO change
/PHP_5_3/ext/iconv/iconv.c
|
| df10005 |
|
24-Oct-2008 |
Felipe Pena <felipe@php.net> |
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
/PHP_5_3/ext/iconv/iconv.c
|
| d69dfa4 |
|
21-Oct-2008 |
Arnaud Le Blanc <lbarnaud@php.net> |
MFH: initialize optional vars
/PHP_5_3/ext/iconv/iconv.c
|
| 8a77e55 |
|
23-Sep-2008 |
Nuno Lopes <nlopess@php.net> |
clean some dead code (with static analysis help)
/PHP_5_3/ext/iconv/iconv.c
|
| a894ab2 |
|
21-May-2008 |
Antony Dovgal <tony2001@php.net> |
MFH
/PHP_5_3/ext/iconv/iconv.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_3/ext/iconv/iconv.c
|
| 550b617 |
|
04-Dec-2007 |
Antony Dovgal <tony2001@php.net> |
MFH: detect IBM iconv implementation and use correct encoding names
/PHP_5_3/ext/iconv/iconv.c
|
| e60e9ae |
|
01-Nov-2007 |
Antony Dovgal <tony2001@php.net> |
MFH: initialize correct variable
/PHP_5_3/ext/iconv/iconv.c
|
| 4b4d634 |
|
07-Oct-2007 |
Yiduo (David) Wang <davidw@php.net> |
MFH: Added macros for managing zval refcounts and is_ref statuses
/PHP_5_3/ext/iconv/iconv.c
|
| 6c810b0 |
|
27-Sep-2007 |
Dmitry Stogov <dmitry@php.net> |
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
/PHP_5_3/ext/iconv/iconv.c
|
| 8419522 |
|
27-Sep-2007 |
Antony Dovgal <tony2001@php.net> |
MFH: fix coverity issue #412
/PHP_5_3/ext/iconv/iconv.c
|
| 366c113 |
|
21-Sep-2007 |
Antony Dovgal <tony2001@php.net> |
MFH: plug leak on error (coverity issue #407)
/PHP_5_3/ext/iconv/iconv.c
|
| 7985002 |
|
20-Sep-2007 |
Stanislav Malyshev <stas@php.net> |
better fix for iconv_substr
/PHP_5_3/ext/iconv/iconv.c
|
| c70e307 |
|
20-Sep-2007 |
Stanislav Malyshev <stas@php.net> |
fix potential overflow (Mattias Bengtsson)
/PHP_5_3/ext/iconv/iconv.c
|
| 2fe9599 |
|
19-Sep-2007 |
Stanislav Malyshev <stas@php.net> |
limit iconv parameter sizes - workaround for glibc bug
/PHP_5_3/ext/iconv/iconv.c
|
| c8a694e |
|
19-May-2007 |
Ilia Alshanetsky <iliaa@php.net> |
Avoid strlen()
/PHP_5_3/ext/iconv/iconv.c
|
| 5088614 |
|
12-Mar-2007 |
Antony Dovgal <tony2001@php.net> |
synchronize iconv_substr() behavior with substr() no MFB so far, since substr() changes are not MFBed either
/PHP_5_3/ext/iconv/iconv.c
|
| 6e8654a |
|
01-Feb-2007 |
Antony Dovgal <tony2001@php.net> |
plug leak
/PHP_5_3/ext/iconv/iconv.c
|
| d32dc5b |
|
24-Jan-2007 |
Antony Dovgal <tony2001@php.net> |
MFH
/PHP_5_3/ext/iconv/iconv.c
|
| fc9970a |
|
17-Jan-2007 |
Antony Dovgal <tony2001@php.net> |
MFH: fix #40129 (iconv extension doesn't compile with CodeWarrior on Netware) patch by gk at gknw dot de
/PHP_5_3/ext/iconv/iconv.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_3/ext/iconv/iconv.c
|
| 2e3cd64 |
|
25-Dec-2006 |
Antony Dovgal <tony2001@php.net> |
MFH
/PHP_5_3/ext/iconv/iconv.c
|
| 1e19ee8 |
|
20-Dec-2006 |
Hannes Magnusson <bjori@php.net> |
- Fixed incorrect function names on FreeBSD where inet_pton() was named __inet_pton() and inet_ntop() was named __inet_ntop() - Fixed bug #39685 (iconv() - undefined function) - Fixed bug #38852 (XML-RPC Breaks iconv)
/PHP_5_3/ext/iconv/iconv.c
|
| 82fb3e0 |
|
15-Nov-2006 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #37773 (iconv_substr() gives "Unknown error" when string length = 1").
/PHP_5_3/ext/iconv/iconv.c
|
| 03c7bbd |
|
12-Sep-2006 |
Antony Dovgal <tony2001@php.net> |
MFH: improve spelling (fixes #38780)
/PHP_5_3/ext/iconv/iconv.c
|
| 01ee23d |
|
07-Sep-2006 |
Michael Wallner <mike@php.net> |
- MFH: fix warnings
/PHP_5_3/ext/iconv/iconv.c
|
| 7d7f845 |
|
06-Sep-2006 |
Antony Dovgal <tony2001@php.net> |
do not search for empty strings with strpos() and strrpos()
/PHP_5_3/ext/iconv/iconv.c
|
| c4e9ee2 |
|
31-Aug-2006 |
Antony Dovgal <tony2001@php.net> |
minor changes in iconv_substr() to avoid zval converting
/PHP_5_3/ext/iconv/iconv.c
|
| a8a3701 |
|
30-Aug-2006 |
Antony Dovgal <tony2001@php.net> |
fix leak
/PHP_5_3/ext/iconv/iconv.c
|
| aae5df3 |
|
17-Jun-2006 |
Hannes Magnusson <bjori@php.net> |
MFH: arg ifno
/PHP_5_3/ext/iconv/iconv.c
|
| 1dbaae2 |
|
15-Jun-2006 |
Dmitry Stogov <dmitry@php.net> |
Added automatic module globals management
/PHP_5_3/ext/iconv/iconv.c
|
| 522ce80 |
|
27-Apr-2006 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- MFH: fix bug #37176 (iconv_strpos() fails to find a string)
/PHP_5_3/ext/iconv/iconv.c
|
| c4b81d8 |
|
28-Feb-2006 |
Marcus Boerger <helly@php.net> |
- Fix warning
/PHP_5_3/ext/iconv/iconv.c
|
| 016dbe4 |
|
24-Feb-2006 |
Derick Rethans <derick@php.net> |
- MFH: Fixed issue with iconv_mime_decode where the "encoding" would only allow upper case specifiers. #- See RFC 2047, section 2.
/PHP_5_3/ext/iconv/iconv.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/PHP_5_3/ext/iconv/iconv.c
|
| 33c87b3 |
|
15-Dec-2005 |
Antony Dovgal <tony2001@php.net> |
MFH: fix #35692(iconv_mime_decode() segfault, with libiconv only)
/PHP_5_3/ext/iconv/iconv.c
|
| 3e669bc |
|
06-Dec-2005 |
foobar <sniper@php.net> |
MFH: nuke php3 legacy
/PHP_5_3/ext/iconv/iconv.c
|
| 159bae3 |
|
20-Oct-2005 |
Antony Dovgal <tony2001@php.net> |
MFH: use constants instead of their values
/PHP_5_3/ext/iconv/iconv.c
|
| ad73bdc |
|
11-Oct-2005 |
Antony Dovgal <tony2001@php.net> |
fix #34757 (iconv_substr() gives "Unknown error" when offset > string length)
/PHP_5_3/ext/iconv/iconv.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/PHP_5_3/ext/iconv/iconv.c
|
| 0c6368d |
|
08-Jun-2005 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in length)
/PHP_5_3/ext/iconv/iconv.c
|
| 8f14211 |
|
23-Mar-2005 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Add sanity check in iconv_mime_encode(). Leaving the third parameter unspecified would yield bus error.
/PHP_5_3/ext/iconv/iconv.c
|
| ce022d2 |
|
23-Nov-2004 |
Derick Rethans <derick@php.net> |
- Export "php_iconv_string()".
/PHP_5_3/ext/iconv/iconv.c
|
| f370d02 |
|
13-Aug-2004 |
Antony Dovgal <tony2001@php.net> |
fix compile warning
/PHP_5_3/ext/iconv/iconv.c
|
| f89486a |
|
20-Jul-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fix possible leaks / segfaults in persistent filter
/PHP_5_3/ext/iconv/iconv.c
|
| 967c728 |
|
19-Jul-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fix a bug in iconv stream filter that prevents pending buckets from being processed on flush operation (same issue pollita fixed several days ago).
/PHP_5_3/ext/iconv/iconv.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/PHP_5_3/ext/iconv/iconv.c
|
| 06232e4 |
|
06-Jan-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Prevent a character from being wrongly doubled in the buffer.
/PHP_5_3/ext/iconv/iconv.c
|
| 3d618a2 |
|
27-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Just laugh at me :)
/PHP_5_3/ext/iconv/iconv.c
|
| 07469af |
|
27-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Add missing sanity check.
/PHP_5_3/ext/iconv/iconv.c
|
| 529dd34 |
|
24-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Supply some comments. Hope those help when you have to debug this dead beef. - Fix iconv_mime_decode() to correctly handle "malformed" headers :) - Fix iconv_mime_decode() bug, that the result is mangled when ICONV_MIME_CONTINUE_ON_ERROR is enabled and the function encounters an unconvertable encoded chunk.
/PHP_5_3/ext/iconv/iconv.c
|
| 3b7dcf5 |
|
23-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Those are not structures :-)
/PHP_5_3/ext/iconv/iconv.c
|
| cf40d92 |
|
23-Dec-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warnings.
/PHP_5_3/ext/iconv/iconv.c
|
| 1b239fc |
|
22-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Fix multibyte handling errors in iconv_mime_encode() when quoted-printable encoding scheme is used. - Fix segfault that occurs in iconv_mime_encode() when input_charset or output_charset parameter is not specified in the associative array.
/PHP_5_3/ext/iconv/iconv.c
|
| dcbc570 |
|
08-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fix iconv stream filter to properly handle multibyte characters that span at the alignment of a hunk.
/PHP_5_3/ext/iconv/iconv.c
|
| a682e0a |
|
06-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Add missing iconv_close() call
/PHP_5_3/ext/iconv/iconv.c
|
| f9470da |
|
05-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Add a missing marker
/PHP_5_3/ext/iconv/iconv.c
|
| 1982ae6 |
|
05-Dec-2003 |
Wez Furlong <wez@php.net> |
fix zts build
/PHP_5_3/ext/iconv/iconv.c
|
| 4f14ee6 |
|
04-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Type-punning is evil.
/PHP_5_3/ext/iconv/iconv.c
|
| 6fc73dd |
|
04-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Add iconv stream filter. # a quick synopsis: # # <?php # stream_filter_append(STDIN, 'convert.iconv.UTF-8/ISO-8859-15'); # # fpassthru(STDIN); # ?> #
/PHP_5_3/ext/iconv/iconv.c
|
| 3c02eb1 |
|
02-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
all '_' (underscores) should be replaced by '\x20' (whitespaces) in encoding. # should I bump API version?
/PHP_5_3/ext/iconv/iconv.c
|
| ca2aaee |
|
01-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Loosen error check. There's no reason to forbid a single '=' occurrence in an unencoded string. Fix white space handing. Meaningful spaces have got stripped wrongly before this patch.
/PHP_5_3/ext/iconv/iconv.c
|
| 1b8dd3b |
|
01-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Allow iconv_mime_decode_headers() to handle multiple occurence of a header.
/PHP_5_3/ext/iconv/iconv.c
|
| 869493d |
|
01-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Add iconv_mime_decode_headers() to parse multiple MIME headers. A few trivial fixes.
/PHP_5_3/ext/iconv/iconv.c
|
| 93e0d69 |
|
01-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
More RFC2047 conformance. Add ability to forcefully continue processing on error.
/PHP_5_3/ext/iconv/iconv.c
|
| fd28ad3 |
|
22-Nov-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed bug #26194 (iconv() not properly defined with libiconv). # Thank you Steph and Frank!
/PHP_5_3/ext/iconv/iconv.c
|
| 8e1bbd9 |
|
02-Nov-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Proto fix
/PHP_5_3/ext/iconv/iconv.c
|
| fd84116 |
|
13-Aug-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Slight improvement. Hope this will make some difference.
/PHP_5_3/ext/iconv/iconv.c
|
| 025c35a |
|
12-Aug-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Fix compiler warnings.
/PHP_5_3/ext/iconv/iconv.c
|
| 57ca69c |
|
30-Jul-2003 |
foobar <sniper@php.net> |
Revert the fix for now
/PHP_5_3/ext/iconv/iconv.c
|
| 81c5e49 |
|
30-Jul-2003 |
foobar <sniper@php.net> |
Fix build on certain platforms which do not accept #include FOOBAR
/PHP_5_3/ext/iconv/iconv.c
|
| 80a8ff3 |
|
06-Jul-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed segfault due to reference to the already free'd block :)
/PHP_5_3/ext/iconv/iconv.c
|
| 8d850b4 |
|
06-Jul-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Improved iconv_mime_encode() interface
/PHP_5_3/ext/iconv/iconv.c
|
| 716a34a |
|
06-Jul-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Avoid miscellaneous conflicts between glibc's iconv and libiconv.
/PHP_5_3/ext/iconv/iconv.c
|
| 3e95de0 |
|
16-Jun-2003 |
Andrey Hristov <andrey@php.net> |
proto fix
/PHP_5_3/ext/iconv/iconv.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/PHP_5_3/ext/iconv/iconv.c
|
| 0f1f635 |
|
04-Jun-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed ob_iconv_handler() type mismatch issue on 64bit platforms. Patch by Joe Orton <jorton@redhat.com>
/PHP_5_3/ext/iconv/iconv.c
|
| 0e6fca4 |
|
18-Mar-2003 |
Stig Bakken <ssb@php.net> |
* email address change
/PHP_5_3/ext/iconv/iconv.c
|
| 5c90216 |
|
06-Mar-2003 |
David Hill <ddhill@php.net> |
64-bit correction to variables passed to zend_parse_parameters @64-bit correction to variables passed to zend_parse_parameters (Dave)
/PHP_5_3/ext/iconv/iconv.c
|
| aa40a02 |
|
04-Mar-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
64bit long fix
/PHP_5_3/ext/iconv/iconv.c
|
| a7b9101 |
|
18-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Removed pointless memory allocation checks.
/PHP_5_3/ext/iconv/iconv.c
|
| 3ae7d13 |
|
14-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Appended my name to the list of authors
/PHP_5_3/ext/iconv/iconv.c
|
| 6a1d69d |
|
10-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added missing cast operators
/PHP_5_3/ext/iconv/iconv.c
|
| 4c2d6cf |
|
06-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Moved php_quot_print_decode() to quot_print.c so that it can be used outside the iconv module
/PHP_5_3/ext/iconv/iconv.c
|
| d057081 |
|
06-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added more RFC2047-compliancy check in iconv_mime_decode()
/PHP_5_3/ext/iconv/iconv.c
|
| 6f44489 |
|
06-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed iconv_mime_decode() so that it comforms to RFC2231
/PHP_5_3/ext/iconv/iconv.c
|
| 0d0127f |
|
04-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed cut'n'paste failure
/PHP_5_3/ext/iconv/iconv.c
|
| 006b455 |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed an iconv_strrpos() bug that the function doesn't return accurate position of last occurrence
/PHP_5_3/ext/iconv/iconv.c
|
| 3149fc7 |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added offset validity check for iconv_strpos()
/PHP_5_3/ext/iconv/iconv.c
|
| a3330b5 |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed iconv_mime_decode() so it would give more awareness to stateful codesets
/PHP_5_3/ext/iconv/iconv.c
|
| e1dd919 |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed infinite loop of iconv_mime_encode() in case the specified line length is too short to contain a proper mime-encoded string
/PHP_5_3/ext/iconv/iconv.c
|
| c703ad7 |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Give mo' shift-sequence awareness to iconv_mime_encode
/PHP_5_3/ext/iconv/iconv.c
|
| 354a42f |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
More shift-sequence awareness for iconv_substr()
/PHP_5_3/ext/iconv/iconv.c
|
| 1f8cee7 |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added missing casting operators
/PHP_5_3/ext/iconv/iconv.c
|
| 6144a72 |
|
03-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
MFB: fixed shift-out sequence unawareness issue
/PHP_5_3/ext/iconv/iconv.c
|
| c4e8b2b |
|
31-Dec-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added various functions that relies on the iconv facility: iconv_strlen(), iconv_substr(), iconv_strpos(), iconv_strrpos(), iconv_mime_encode(), iconv_mime_decode() # hope this be a new year gift for you. Happy new year!
/PHP_5_3/ext/iconv/iconv.c
|
| b506f5c |
|
31-Dec-2002 |
Sebastian Bergmann <sebastian@php.net> |
Bump year.
/PHP_5_3/ext/iconv/iconv.c
|
| 5ca953b |
|
14-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a problem that ICONV_IMPL doesn't give a correct value in win32 build.
/PHP_5_3/ext/iconv/iconv.c
|
| 8e1f89b |
|
08-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Use proper types
/PHP_5_3/ext/iconv/iconv.c
|
| 5b62dc0 |
|
08-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed typo
/PHP_5_3/ext/iconv/iconv.c
|
| 0228d5b |
|
06-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Clean up
/PHP_5_3/ext/iconv/iconv.c
|
| 49f15ab |
|
06-Nov-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed segfaults in case the specified encoding is not acceptable to iconv.
/PHP_5_3/ext/iconv/iconv.c
|
| b3e3420 |
|
30-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Prevent unnecessary notices on success
/PHP_5_3/ext/iconv/iconv.c
|
| 21e8efb |
|
29-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
It's better to know the version is "unknown", rather than ""
/PHP_5_3/ext/iconv/iconv.c
|
| 51ed05c |
|
29-Oct-2002 |
Marcus Boerger <helly@php.net> |
-php_error => php_error_docref
/PHP_5_3/ext/iconv/iconv.c
|
| 4b6640b |
|
29-Oct-2002 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compile warning.
/PHP_5_3/ext/iconv/iconv.c
|
| e13c936 |
|
26-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Clean-ups
/PHP_5_3/ext/iconv/iconv.c
|
| 6537b7b |
|
26-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed typo... what did this "#" sign mean?
/PHP_5_3/ext/iconv/iconv.c
|
| 63a9d4f |
|
25-Oct-2002 |
Marcus Boerger <helly@php.net> |
fix ZTS build
/PHP_5_3/ext/iconv/iconv.c
|
| 34aa59b |
|
25-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added two new rows to MINFO that describes iconv library info.
/PHP_5_3/ext/iconv/iconv.c
|
| 764df05 |
|
11-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
*** empty log message ***
/PHP_5_3/ext/iconv/iconv.c
|
| adbdd71 |
|
11-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed possible compile-time failure
/PHP_5_3/ext/iconv/iconv.c
|
| 03b3478 |
|
11-Oct-2002 |
Derick Rethans <derick@php.net> |
- Style polizei :)
/PHP_5_3/ext/iconv/iconv.c
|
| d2f9949 |
|
11-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Reformatted. # Still bad?
/PHP_5_3/ext/iconv/iconv.c
|
| 1a86768 |
|
11-Oct-2002 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added ICONV_IMPL and ICONV_VERSION constants. @- Added ICONV_IMPL and ICONV_VERSION constants to iconv extension to @ indicate which iconv implementation is used. (Moriyoshi)
/PHP_5_3/ext/iconv/iconv.c
|
| 69cc473 |
|
07-Sep-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed errno hanlding. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp>
/PHP_5_3/ext/iconv/iconv.c
|
| 38ef35e |
|
04-Sep-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed undefiend referece at build time. Fixed transilit test script. Make fixes available on Windows. Patch by Yoshimori Koizumi<readjust@deneb.freemail.ne.jp>
/PHP_5_3/ext/iconv/iconv.c
|
| 4b7ad81 |
|
08-Aug-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Forgot this one. Fix build
/PHP_5_3/ext/iconv/iconv.c
|
| 7498f56 |
|
06-Aug-2002 |
Marko Karppinen <markonen@php.net> |
Updated proto to match the function (fix compile bustage on osx)
/PHP_5_3/ext/iconv/iconv.c
|
| 6c094c3 |
|
05-Aug-2002 |
Marcus Boerger <helly@php.net> |
ws fix
/PHP_5_3/ext/iconv/iconv.c
|
| dd8ec2d |
|
05-Aug-2002 |
Marcus Boerger <helly@php.net> |
-fix one warning -send Content-Type Header with charset
/PHP_5_3/ext/iconv/iconv.c
|
| 7409f1c |
|
19-Jul-2002 |
Derick Rethans <derick@php.net> |
Unify error messages
/PHP_5_3/ext/iconv/iconv.c
|
| 7892e41 |
|
13-Jul-2002 |
foobar <sniper@php.net> |
Kill compiler warning
/PHP_5_3/ext/iconv/iconv.c
|
| 2e77bb3 |
|
11-Jul-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fix #16069. Patch by Moriyoshi Koizumi <readjust@deneb.freemail.ne.jp> @ Made iconv() work well with libiconv or libgconv. (Moriyoshi, Yasuo)
/PHP_5_3/ext/iconv/iconv.c
|
| 4330c0d |
|
28-Jun-2002 |
Derick Rethans <derick@php.net> |
- Fix for bug #18039
/PHP_5_3/ext/iconv/iconv.c
|
| 817750b |
|
28-Apr-2002 |
foobar <sniper@php.net> |
ws fix
/PHP_5_3/ext/iconv/iconv.c
|
| 3b75b60 |
|
19-Apr-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Remove warnings
/PHP_5_3/ext/iconv/iconv.c
|
| 8dd6272 |
|
10-Apr-2002 |
Wez Furlong <wez@php.net> |
fix warning
/PHP_5_3/ext/iconv/iconv.c
|
| d533371 |
|
21-Mar-2002 |
foobar <sniper@php.net> |
- Fixed bug #16165 again. We check libc for iconv functions only if no path is given for --with-iconv. # I hope this is the last time.
/PHP_5_3/ext/iconv/iconv.c
|
| 350de12 |
|
20-Mar-2002 |
Sascha Schumann <sas@php.net> |
Expand the variables in PHP_EXPAND_BUILD_VARS. 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.
/PHP_5_3/ext/iconv/iconv.c
|
| d5b1a4f |
|
11-Mar-2002 |
Markus Fischer <mfischer@php.net> |
- Slightly unify error/warning messages. - Switch to zend_parse_parameters(). - Fix whitespaces.
/PHP_5_3/ext/iconv/iconv.c
|
| bbe42d7 |
|
10-Mar-2002 |
Markus Fischer <mfischer@php.net> |
- Fix crash in iconv_set_encoding(). [Closes #15799]
/PHP_5_3/ext/iconv/iconv.c
|
| 79330dc |
|
06-Mar-2002 |
Derick Rethans <derick@php.net> |
- Fix build with ZTS
/PHP_5_3/ext/iconv/iconv.c
|
| 9981d06 |
|
02-Mar-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Improved iconv usage with libc's iconv. No overrun. More efficient memory allocation. Hopefully, all bugs reported for iconv will be resolved when users are using libc iconv. @Improved iconv with libc's iconv
/PHP_5_3/ext/iconv/iconv.c
|
| 98861da |
|
28-Feb-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fix iconv. Patch by (itai@siftology.com)
/PHP_5_3/ext/iconv/iconv.c
|
| 8b7b813 |
|
20-Feb-2002 |
Derick Rethans <derick@php.net> |
- Fix for bug #15628 (for real now :)
/PHP_5_3/ext/iconv/iconv.c
|
| cddd256 |
|
20-Feb-2002 |
Derick Rethans <derick@php.net> |
- Fix for bug #15638
/PHP_5_3/ext/iconv/iconv.c
|
| 53d349a |
|
01-Feb-2002 |
Yasuo Ohgaki <yohgaki@php.net> |
Fixed bug with encodings that has 0 byte in strings. Patch by <itai@siftology.com> Fixed possible problem with encodings that a char can be larger than 4 bytes.
/PHP_5_3/ext/iconv/iconv.c
|
| 5f8a57e |
|
13-Dec-2001 |
Rui Hirokawa <hirokawa@php.net> |
added mbstring to maintainers list.
/PHP_5_3/ext/iconv/iconv.c
|
| 3893351 |
|
11-Dec-2001 |
Sebastian Bergmann <sebastian@php.net> |
Update headers.
/PHP_5_3/ext/iconv/iconv.c
|
| 4fdf886 |
|
22-Oct-2001 |
foobar <sniper@php.net> |
Fixed bug: #12443
/PHP_5_3/ext/iconv/iconv.c
|
| 6892520 |
|
11-Oct-2001 |
Stig Bakken <ssb@php.net> |
* zend_module_entry change: apino, debug and zts are moved first, see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
/PHP_5_3/ext/iconv/iconv.c
|
| 78747bd |
|
09-Sep-2001 |
Derick Rethans <derick@php.net> |
- Don't wrap lines... this is annoying while coding.
/PHP_5_3/ext/iconv/iconv.c
|
| d7d89bc |
|
19-Aug-2001 |
foobar <sniper@php.net> |
ws
/PHP_5_3/ext/iconv/iconv.c
|
| f6f6c4d |
|
11-Aug-2001 |
Zeev Suraski <zeev@php.net> |
Whitespace
/PHP_5_3/ext/iconv/iconv.c
|
| d87cc97 |
|
28-Jul-2001 |
Zeev Suraski <zeev@php.net> |
Redesigned thread safety mechanism - nua nua
/PHP_5_3/ext/iconv/iconv.c
|
| b79aa09 |
|
20-Jul-2001 |
Sascha Schumann <sas@php.net> |
Fix last two instances of using ext/standard/php_output.h
/PHP_5_3/ext/iconv/iconv.c
|
| 81e2cf0 |
|
06-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
Fix folding and clean up some extensions
/PHP_5_3/ext/iconv/iconv.c
|
| 25c3a3a |
|
05-Jun-2001 |
Rasmus Lerdorf <rasmus@php.net> |
vim-6 does folding - clean up a bunch of missing folding tags plus some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
/PHP_5_3/ext/iconv/iconv.c
|
| 67f2331 |
|
27-May-2001 |
foobar <sniper@php.net> |
Per Sterling's request I'm committing this. This works fine for me now. (I'm using external iconv libs)
/PHP_5_3/ext/iconv/iconv.c
|
| 1beda9e |
|
24-May-2001 |
Stig Bakken <ssb@php.net> |
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
/PHP_5_3/ext/iconv/iconv.c
|
| 93e7521 |
|
04-May-2001 |
Rui Hirokawa <hirokawa@php.net> |
added status parameter to output handler in ext/iconv.
/PHP_5_3/ext/iconv/iconv.c
|
| 65cccf0 |
|
19-Apr-2001 |
Andi Gutmans <andi@php.net> |
- WS
/PHP_5_3/ext/iconv/iconv.c
|
| 3bd5696 |
|
29-Mar-2001 |
Wez Furlong <wez@php.net> |
Fixed leak in php_iconv_string. Also returns FAILURE on failure, rather than -1
/PHP_5_3/ext/iconv/iconv.c
|
| 0688fee |
|
15-Mar-2001 |
Daniel Beulshausen <dbeu@php.net> |
fix win32 build
/PHP_5_3/ext/iconv/iconv.c
|
| f3c9c8d |
|
10-Mar-2001 |
Rui Hirokawa <hirokawa@php.net> |
initialized some strings in global variable structure.
/PHP_5_3/ext/iconv/iconv.c
|
| f901783 |
|
26-Feb-2001 |
Rui Hirokawa <hirokawa@php.net> |
ob_iconv_handler changed to use for text data only.
/PHP_5_3/ext/iconv/iconv.c
|
| eb6ba01 |
|
26-Feb-2001 |
Andi Gutmans <andi@php.net> |
- Fix copyright notices with 2001
/PHP_5_3/ext/iconv/iconv.c
|
| 6f1ca9d |
|
31-Jan-2001 |
Daniel Beulshausen <dbeu@php.net> |
make iconv compile under win32 using libiconv # http://clisp.cons.org/~haible/packages-libiconv.html
/PHP_5_3/ext/iconv/iconv.c
|
| c61a557 |
|
14-Jan-2001 |
Rui Hirokawa <hirokawa@php.net> |
added iconv_get_encoding and supported initialization from php.ini
/PHP_5_3/ext/iconv/iconv.c
|
| 8d5d205 |
|
09-Jan-2001 |
Egon Schmid <eschmid@php.net> |
Sorry, two lines are enough.
/PHP_5_3/ext/iconv/iconv.c
|
| 6aef38f |
|
09-Jan-2001 |
Egon Schmid <eschmid@php.net> |
Fixed protos.
/PHP_5_3/ext/iconv/iconv.c
|
| 4e035d0 |
|
09-Jan-2001 |
Rui Hirokawa <hirokawa@php.net> |
move iconv related functions to separate iconv extension.
/PHP_5_3/ext/iconv/iconv.c
|