Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded string copy. | Yasuo Ohgaki | 2014-03-27 | 2 | -38/+137 |
| | | | | | Allow to set ''(empty string values) internal/input/output_encoding for better compatibility. i.e. Runtime INI value changes. More compliance to the RFC. Improve/add encoding handling tests. i.e. Rather than set encoding automagic way, detect it. | ||||
* | Add missing E_DEPRECATED error for https://wiki.php.net/rfc/default_encoding | Yasuo Ohgaki | 2014-03-12 | 8 | -0/+21 |
| | |||||
* | Implement RFC https://wiki.php.net/rfc/default_encoding | Yasuo Ohgaki | 2014-02-13 | 4 | -38/+134 |
| | |||||
* | Bump year | Xinchen Hui | 2014-01-03 | 2 | -2/+2 |
| | |||||
* | Fix long-standing visual pain point: the misalignment of './configure help' ↵ | Christopher Jones | 2013-08-06 | 1 | -1/+1 |
| | | | | | | text. Whitespace changes and a couple of grammar fixes. | ||||
* | Happy New Year | Xinchen Hui | 2013-01-01 | 2 | -2/+2 |
| | |||||
* | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-10-10 | 9 | -0/+0 |
|\ | |||||
| * | Remove executable permission on phpt | Xinchen Hui | 2012-10-10 | 9 | -0/+0 |
| | | |||||
* | | fix bug #55042 - erealloc without updating pointer | Stanislav Malyshev | 2012-05-30 | 1 | -62/+66 |
| | | |||||
* | | Merge branch 'PHP-5.3' into PHP-5.4 | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.3: Replace $Revision$ with $Id$ in keyword expansion enable files Enable $Id$ expansion for files with the $Revision$ keyword Conflicts: ext/mysqlnd/mysqlnd.h | ||||
| * | Replace $Revision$ with $Id$ in keyword expansion enable files | David Soria Parra | 2012-03-20 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
| * | Fix the test in 5.4 and trunk. | Hannes Magnusson | 2011-09-05 | 1 | -1/+1 |
| | | | | | | | | | | | | older libraries will emmit error here, while new won't. So lets just suppress it rather then making the test uselessly fail for random people. | ||||
| * | Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and | Matteo Beccati | 2011-08-31 | 1 | -7/+7 |
| | | | | | | | | | | | | | | the fix wasn't ported to trunk/PHP_5_4. However the very same test was failing on my FreeBSD 6.2 box, that appears to also decode the "ks_c_5601-1987" parts, so I've made the test more generic. | ||||
| * | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
| * | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
| * | - add phpize support for windows, need a nmake install for now (nmake ↵ | Pierre Joye | 2010-12-13 | 1 | -0/+1 |
| | | | | | | | | devel-pkg version is coming), works exactly the same as on unix, or should :) | ||||
| * | Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) | Ilia Alshanetsky | 2010-12-01 | 2 | -2/+31 |
| | | |||||
| * | Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits) | Ilia Alshanetsky | 2010-11-25 | 1 | -0/+13 |
| | | |||||
| * | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -1/+1 |
| | | | | | | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
| * | Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping | Adam Harvey | 2010-09-30 | 2 | -6/+74 |
| | | | | | | | | | | headers). | ||||
| * | Fixed bug #52599 (iconv output handler outputs incorrect content type when ↵ | Ilia Alshanetsky | 2010-08-19 | 1 | -1/+7 |
| | | | | | | | | flags are used). | ||||
| * | Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). | Adam Harvey | 2010-05-04 | 2 | -1/+23 |
| | | | | | | | | | | Thanks to Hiroaki Kawai for the original patch. | ||||
* | | - Year++ | Felipe Pena | 2012-01-01 | 2 | -2/+2 |
| | | |||||
* | | - missing --SKIPIF-- | Pierre Joye | 2011-09-06 | 1 | -0/+1 |
| | | |||||
* | | - add skipif | Pierre Joye | 2011-09-06 | 1 | -0/+3 |
| | | |||||
* | | Fix the test in 5.4 and trunk. | Hannes Magnusson | 2011-09-05 | 1 | -3/+1 |
| | | | | | | | | | | | | older libraries will emmit error here, while new won't. So lets just suppress it rather then making the test uselessly fail for random people. | ||||
* | | Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and | Matteo Beccati | 2011-08-31 | 1 | -7/+7 |
| | | | | | | | | | | | | | | the fix wasn't ported to trunk/PHP_5_4. However the very same test was failing on my FreeBSD 6.2 box, that appears to also decode the "ks_c_5601-1987" parts, so I've made the test more generic. | ||||
* | | fix failing tests | Stanislav Malyshev | 2011-08-01 | 2 | -2/+4 |
| | | |||||
* | | - Make usage of new PHP_FE_END macro | Felipe Pena | 2011-07-25 | 1 | -1/+1 |
| | | |||||
* | | - remove magic quotes support, functions are kept (see the NEWS entry for ↵ | Pierre Joye | 2011-07-22 | 1 | -1/+0 |
| | | | | | | | | the details) for BC reasons but do not allow to set enable MQ, missing tests changes in 5.4 | ||||
* | | - Year++ | Felipe Pena | 2011-01-01 | 2 | -2/+2 |
| | | |||||
* | | - add PHP_INSTALL_HEADERS to all parts (core&exts) exposing headers, ↵ | Pierre Joye | 2010-12-11 | 1 | -0/+1 |
| | | | | | | | | generate the install-headers cmd | ||||
* | | Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words) | Ilia Alshanetsky | 2010-12-01 | 2 | -2/+31 |
| | | |||||
* | | Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits) | Ilia Alshanetsky | 2010-11-25 | 1 | -0/+13 |
| | | |||||
* | | - Fixed tests not passing under windows because of the directory separator | Patrick Allaert | 2010-11-08 | 1 | -1/+1 |
| | | | | | | | | | | difference (thanks Eyal Teutsch for reporting) | ||||
* | | Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping | Adam Harvey | 2010-09-30 | 2 | -6/+74 |
| | | | | | | | | | | headers). | ||||
* | | Fixed bogus char | Ilia Alshanetsky | 2010-08-22 | 1 | -1/+1 |
| | | |||||
* | | Fixed bug #52599 (iconv output handler outputs incorrect content type when ↵ | Ilia Alshanetsky | 2010-08-19 | 1 | -2/+9 |
| | | | | | | | | flags are used). | ||||
* | | - Fixed bug #52211 (iconv() returns part of string on error) | Felipe Pena | 2010-07-01 | 2 | -1/+17 |
| | | |||||
* | | * implement new output API, fixing some bugs and implementing some feature | Michael Wallner | 2010-05-31 | 1 | -62/+67 |
| | | | | | | | | | | | | | | | | | | | | | | requests--let's see what I can dig out of the bugtracker for NEWS-- and while crossing the road: * implemented new zlib API * fixed up ext/tidy (what was "s&" in zend_parse_parameters() supposed to do?) Thanks to Jani and Felipe for pioneering. | ||||
* | | Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken). | Adam Harvey | 2010-05-04 | 2 | -1/+23 |
| | | | | | | | | | | Thanks to Hiroaki Kawai for the original patch. | ||||
* | | revert change #298288: Remove old dsp/dsw/makefile files | Rob Richards | 2010-04-28 | 1 | -0/+107 |
| | | |||||
* | | Remove old dsp/dsw/makefile files, these arent used by the build system ↵ | Kalle Sommer Nielsen | 2010-04-21 | 1 | -107/+0 |
|/ | | | | anymore and are barely updated nor available for all extensions | ||||
* | - Reverted r296062 and r296065 | Jani Taskinen | 2010-03-12 | 1 | -86/+83 |
| | |||||
* | MFH: Improved / fixed output buffering (Michael Wallner) | Jani Taskinen | 2010-03-11 | 1 | -83/+86 |
| | |||||
* | Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making ↵ | Kalle Sommer Nielsen | 2010-03-08 | 3 | -3/+3 |
| | | | | it less cryptic | ||||
* | Fix linking of iconv on Windows | Kalle Sommer Nielsen | 2010-03-08 | 1 | -0/+1 |
| | |||||
* | - Fixed bug #49267 (linking fails for iconv) | Moriyoshi Koizumi | 2010-03-05 | 2 | -1/+2 |
| | |||||
* | Fix bug #43314 | Rasmus Lerdorf | 2010-03-01 | 1 | -1/+1 |
| | | | | | Assume worst case all-encoded case here |