Ilia Alshanetsky
a532eefe29
Fixed bogus char
2010-08-22 18:17:19 +00:00
Ilia Alshanetsky
e9735b92a4
Fixed bug #52599 (iconv output handler outputs incorrect content type when flags are used).
2010-08-19 12:27:13 +00:00
Felipe Pena
e3fdf31b0b
- Fixed bug #52211 (iconv() returns part of string on error)
2010-07-01 01:11:08 +00:00
Michael Wallner
11d24c1593
* implement new output API, fixing some bugs and implementing some feature
...
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.
2010-05-31 10:29:43 +00:00
Adam Harvey
5c5fd74fdb
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
Rob Richards
0a34d10783
revert change #298288 : Remove old dsp/dsw/makefile files
2010-04-28 14:41:51 +00:00
Kalle Sommer Nielsen
518a17e7bf
Remove old dsp/dsw/makefile files, these arent used by the build system anymore and are barely updated nor available for all extensions
2010-04-21 23:36:49 +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
Ilia Alshanetsky
c8a694eb45
Avoid strlen()
2007-05-19 17:52:30 +00:00
Antony Dovgal
1f65545121
fix test names
2007-05-07 18:03:01 +00:00
foobar
0d5a13ddda
MFH
2007-05-05 19:26:39 +00:00
Antony Dovgal
5088614ea1
synchronize iconv_substr() behavior with substr()
...
no MFB so far, since substr() changes are not MFBed either
2007-03-12 19:34:26 +00:00