Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Plain path passed to PHP_INSTALL_HEADERS needs to have trailing / | foobar | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | Fixed bug #33268 (iconv_strlen() works only with a parameter of < 3 in length) | Ilia Alshanetsky | 2005-06-08 | 1 | -1/+2 |
| | |||||
* | - Added PHP_INSTALL_HEADERS() macro | foobar | 2005-05-07 | 1 | -0/+1 |
| | | | | | | | - Fixed several VPATH build issues - Changed all awk calls to use $AWK - Changed all mkdir calls to use "$php_shtool mkdir" | ||||
* | - Add test case for iconv_mime_encode(). | Moriyoshi Koizumi | 2005-03-23 | 1 | -0/+10 |
| | |||||
* | - Add sanity check in iconv_mime_encode(). Leaving the third parameter | Moriyoshi Koizumi | 2005-03-23 | 1 | -55/+58 |
| | | | | | unspecified would yield bus error. | ||||
* | - Fixed all buildconf warnings + cross-compiling issues | foobar | 2005-02-24 | 1 | -0/+4 |
| | |||||
* | fix Konstantin's last name Chugeuv -> Chuguev | Antony Dovgal | 2005-01-10 | 1 | -2/+2 |
| | |||||
* | - MF43: Install the iconv extension headers to <installpath>/ext/iconv so that | Derick Rethans | 2004-12-06 | 2 | -15/+18 |
| | | | | | external extensions can use them. | ||||
* | Fixed compilation when PHP is built in separate directory. | Ilia Alshanetsky | 2004-11-24 | 1 | -7/+7 |
| | |||||
* | - We need to install the headers too. | Derick Rethans | 2004-11-23 | 1 | -7/+7 |
| | |||||
* | Only dllexport during the compilation of iconv.c | Edin Kadribasic | 2004-11-23 | 2 | -0/+5 |
| | |||||
* | - Export "php_iconv_string()". | Derick Rethans | 2004-11-23 | 2 | -17/+17 |
| | |||||
* | Test was fixed. | Dmitry Stogov | 2004-11-22 | 1 | -1/+1 |
| | |||||
* | Update extensions to use /path/to/$PHP_LIBDIR rather than /path/to/lib | Joe Orton | 2004-11-03 | 1 | -1/+1 |
| | | | | | to support multi-ABI platforms. | ||||
* | fix compile warning | Antony Dovgal | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | Move iconv exports to the iconv extension | Frank M. Kromann | 2004-08-04 | 2 | -0/+9 |
| | |||||
* | - Fix possible leaks / segfaults in persistent filter | Moriyoshi Koizumi | 2004-07-20 | 1 | -13/+48 |
| | |||||
* | - Fix a bug in iconv stream filter that prevents pending buckets from being | Moriyoshi Koizumi | 2004-07-19 | 1 | -13/+13 |
| | | | | | processed on flush operation (same issue pollita fixed several days ago). | ||||
* | - Fixed text. | Derick Rethans | 2004-07-14 | 1 | -1/+1 |
| | |||||
* | - Enable iconv by default | Derick Rethans | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | - Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5 | foobar | 2004-01-17 | 1 | -2/+2 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | - A belated happy holidays and PHP 5 | Andi Gutmans | 2004-01-08 | 1 | -2/+2 |
| | |||||
* | Prevent a character from being wrongly doubled in the buffer. | Moriyoshi Koizumi | 2004-01-06 | 1 | -1/+1 |
| | |||||
* | Just laugh at me :) | Moriyoshi Koizumi | 2003-12-27 | 1 | -1/+1 |
| | |||||
* | - Add missing sanity check. | Moriyoshi Koizumi | 2003-12-27 | 1 | -0/+4 |
| | |||||
* | - Supply some comments. Hope those help when you have to debug this dead beef. | Moriyoshi Koizumi | 2003-12-24 | 1 | -35/+50 |
| | | | | | | | | - 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. | ||||
* | Those are not structures :-) | Moriyoshi Koizumi | 2003-12-23 | 1 | -2/+2 |
| | |||||
* | Fixed compiler warnings. | Ilia Alshanetsky | 2003-12-23 | 1 | -6/+9 |
| | |||||
* | - Fix multibyte handling errors in iconv_mime_encode() when quoted-printable | Moriyoshi Koizumi | 2003-12-22 | 1 | -32/+75 |
| | | | | | | | 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. | ||||
* | export libxml2 and iconv symbols | Rob Richards | 2003-12-08 | 1 | -2/+2 |
| | | | | | extensions no longer link against either of those | ||||
* | Fix iconv stream filter to properly handle multibyte characters that | Moriyoshi Koizumi | 2003-12-08 | 1 | -118/+147 |
| | | | | | span at the alignment of a hunk. | ||||
* | Add missing iconv_close() call | Moriyoshi Koizumi | 2003-12-06 | 1 | -0/+1 |
| | |||||
* | Use Rob's static libxml+libiconv library; new build no longer | Wez Furlong | 2003-12-05 | 1 | -2/+3 |
| | | | | | | | requires libxml2.dll or iconv.dll at runtime. Since we have iconv built in, enable iconv extension by default too. | ||||
* | A trivial implement for dos-like platforms | Moriyoshi Koizumi | 2003-12-05 | 1 | -3/+3 |
| | |||||
* | Add regression test for iconv stream filters | Moriyoshi Koizumi | 2003-12-05 | 2 | -0/+42 |
| | |||||
* | Add a missing marker | Moriyoshi Koizumi | 2003-12-05 | 1 | -0/+1 |
| | |||||
* | fix zts build | Wez Furlong | 2003-12-05 | 2 | -14/+15 |
| | |||||
* | Type-punning is evil. | Moriyoshi Koizumi | 2003-12-04 | 1 | -2/+7 |
| | |||||
* | Add iconv stream filter. | Moriyoshi Koizumi | 2003-12-04 | 1 | -1/+332 |
| | | | | | | | | | | | | # a quick synopsis: # # <?php # stream_filter_append(STDIN, 'convert.iconv.UTF-8/ISO-8859-15'); # # fpassthru(STDIN); # ?> # | ||||
* | This should solve a few problems with static vs. shared builds for ↵ | Wez Furlong | 2003-12-03 | 1 | -1/+0 |
| | | | | | | | extensions (such as mssql) that require certain CFLAGS to be defined, but not pull in other flags that would affect DLL linkage. Also fix the iconv file; MSVC doesn't seem to like the #include SYMBOL syntax. | ||||
* | Add a win32 build script. Not tested, but should work :) | Moriyoshi Koizumi | 2003-12-03 | 1 | -0/+16 |
| | |||||
* | Fix test so it fits the expected behaviour | Moriyoshi Koizumi | 2003-12-02 | 1 | -1/+1 |
| | |||||
* | all '_' (underscores) should be replaced by '\x20' (whitespaces) | Moriyoshi Koizumi | 2003-12-02 | 1 | -1/+1 |
| | | | | | | in encoding. # should I bump API version? | ||||
* | Add regression test for iconv_mime_decode_headers() | Moriyoshi Koizumi | 2003-12-02 | 1 | -0/+89 |
| | |||||
* | Loosen error check. There's no reason to forbid a single '=' occurrence | Moriyoshi Koizumi | 2003-12-01 | 1 | -14/+11 |
| | | | | | | | in an unencoded string. Fix white space handing. Meaningful spaces have got stripped wrongly before this patch. | ||||
* | Allow iconv_mime_decode_headers() to handle multiple occurence of a header. | Moriyoshi Koizumi | 2003-12-01 | 1 | -1/+20 |
| | |||||
* | Update test. | Moriyoshi Koizumi | 2003-12-01 | 1 | -1/+20 |
| | |||||
* | Forgot about this one | Moriyoshi Koizumi | 2003-12-01 | 1 | -0/+1 |
| | |||||
* | Add iconv_mime_decode_headers() to parse multiple MIME headers. | Moriyoshi Koizumi | 2003-12-01 | 1 | -21/+108 |
| | | | | | A few trivial fixes. |