Hannes Magnusson
c6f9556f37
Fix the test in 5.4 and trunk.
...
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.
2011-09-05 11:07:38 +00:00
Matteo Beccati
953b10c59c
Fixed test. Apparently it was already fixed on PHP_5_3 98% of the cases and
...
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.
2011-08-31 22:38:20 +00:00
Felipe Pena
23e438594d
- Make usage of new PHP_FE_END macro
2011-07-25 11:42:53 +00:00
Felipe Pena
927bf09c29
- Year++
2011-01-01 02:19:59 +00:00
Pierre Joye
aea6771d19
- add phpize support for windows, need a nmake install for now (nmake devel-pkg version is coming), works exactly the same as on unix, or should :)
2010-12-13 18:43:10 +00:00
Ilia Alshanetsky
d506ce8d94
Fixed bug #51250 (iconv_mime_decode() does not ignore malformed Q-encoded words)
2010-12-01 14:03:36 +00:00
Ilia Alshanetsky
523da85c11
Fixed bug #53304 (quot_print_decode does not handle lower-case hex digits)
2010-11-25 21:38:06 +00:00
Patrick Allaert
817776d1b9
- Fixed tests not passing under windows because of the directory separator
...
difference (thanks Eyal Teutsch for reporting)
2010-11-08 09:29:15 +00:00
Adam Harvey
5f9956397f
Fixed bug #52941 (The 'iconv_mime_decode_headers' function is skipping
...
headers).
2010-09-30 11:04:21 +00:00
Ilia Alshanetsky
06c460c995
Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used).
2010-08-19 12:27:13 +00:00
Adam Harvey
73ddb79613
Fix for bug #48289 (iconv_mime_encode() quoted-printable scheme is broken).
...
Thanks to Hiroaki Kawai for the original patch.
2010-05-04 11:56:59 +00:00
Jani Taskinen
af49e58f51
- Reverted r296062 and r296065
2010-03-12 10:28:59 +00:00
Jani Taskinen
06f072cb5e
MFH: Improved / fixed output buffering (Michael Wallner)
2010-03-11 10:24:29 +00:00
Kalle Sommer Nielsen
62f087df75
Rename the HAVE_LIBICONV_IN_LIBICONV macro to ICONV_ALIASED_LIBICONV, making it less cryptic
2010-03-08 15:51:08 +00:00
Kalle Sommer Nielsen
b961634c5a
Fix linking of iconv on Windows
2010-03-08 14:04:35 +00:00
Moriyoshi Koizumi
8481fd7c3b
- Fixed bug #49267 (linking fails for iconv)
2010-03-05 09:12:13 +00:00
Rasmus Lerdorf
fcf1058d6b
Fix bug #43314
...
Assume worst case all-encoded case here
2010-03-01 23:49:01 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Jani Taskinen
f0c1cd512f
- ws
2009-12-23 21:06:26 +00:00
Jani Taskinen
50a24392e9
- Fix tests assuming wrong ini options and extensions that might not be there
2009-11-30 20:31:52 +00:00
Zoe Slattery
1c98e49afd
Test from 2009 testfest
2009-08-26 17:17:58 +00:00
Rasmus Lerdorf
7e32cc59f7
Give this test more headroom since it needs to allocate a 90M block
2009-08-02 23:08:21 +00:00
Rasmus Lerdorf
ee01362c98
Get rid of this platform-specific test
2009-07-28 14:56:08 +00:00
andy wharmby
642b84cd83
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.
2009-06-13 12:17:42 +00:00
andy wharmby
092562b263
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit.
2009-06-12 18:57:09 +00:00
andy wharmby
c48a3ddea8
New iconv extension tests. Tested on Windows, Linux and Linux 64 bit
2009-06-12 17:16:01 +00:00
Moriyoshi Koizumi
6e265a738e
- Add a new test for the additional delimiter of the encoding conversion filter
2009-05-14 19:06:20 +00:00
Moriyoshi Koizumi
cc547c86df
- Update the test as newer libc gets the bogus input through rather than
...
rejecting it.
2009-05-14 19:02:38 +00:00
Moriyoshi Koizumi
d8a22d0b05
- 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.
2009-03-17 05:31:04 +00:00
Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
2008-12-31 11:15:49 +00:00
Felipe Pena
fc2fb50d09
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-11-17 11:28:01 +00:00
Felipe Pena
7a37fa2d6b
- Revert ZEND_BEGIN_ARG_INFO change
2008-11-02 21:19:39 +00:00
Felipe Pena
df10005563
- MFH: Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro
2008-10-24 14:35:40 +00:00
Arnaud Le Blanc
d69dfa4b9f
MFH: initialize optional vars
2008-10-21 22:08:38 +00:00
Nuno Lopes
8a77e55566
clean some dead code (with static analysis help)
2008-09-23 15:18:26 +00:00
Pierre Joye
4ef36bc364
- MFH: update lib detection and does not enable it when lib/headers are missing
2008-07-06 16:59:13 +00:00
Antony Dovgal
a894ab2a00
MFH
2008-05-21 15:03:20 +00:00
Dmitry Stogov
240fa244c3
Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)
2008-01-30 09:41:12 +00:00
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
2007-12-31 07:17:19 +00:00
Antony Dovgal
550b617be1
MFH: detect IBM iconv implementation and use correct encoding names
2007-12-04 11:27:25 +00:00
Antony Dovgal
e60e9ae5c8
MFH: initialize correct variable
2007-11-01 19:13:39 +00:00
Yiduo (David) Wang
4b4d634cb9
MFH: Added macros for managing zval refcounts and is_ref statuses
2007-10-07 05:22:07 +00:00
Dmitry Stogov
6c810b0d4c
Improved memory usage by movig constants to read only memory. (Dmitry, Pierre)
2007-09-27 18:00:48 +00:00
Antony Dovgal
84195223ec
MFH: fix coverity issue #412
2007-09-27 09:18:50 +00:00
Antony Dovgal
366c113156
MFH: plug leak on error (coverity issue #407 )
2007-09-21 13:37:30 +00:00
Stanislav Malyshev
7985002fc6
better fix for iconv_substr
2007-09-20 22:35:24 +00:00
Stanislav Malyshev
c70e307e77
fix potential overflow (Mattias Bengtsson)
2007-09-20 21:55:14 +00:00
Stanislav Malyshev
f7e4ff1054
one more test
2007-09-19 00:49:02 +00:00
Stanislav Malyshev
2fe9599880
limit iconv parameter sizes - workaround for glibc bug
2007-09-19 00:30:52 +00:00
Stanislav Malyshev
15a715ae73
add length tests for iconv functions
2007-09-19 00:18:01 +00:00