| 0dc9820 |
|
18-Mar-2013 |
Michael M Slusarz <slusarz@curecanti.org> |
Move unsigned char declaration to top of block
/PHP_5_4/ext/standard/filters.c
|
| d9c034e |
|
18-Mar-2013 |
Michael M Slusarz <slusarz@curecanti.org> |
trailing ws
/PHP_5_4/ext/standard/filters.c
|
| b5b0a53 |
|
25-Feb-2013 |
Michael M Slusarz <slusarz@curecanti.org> |
Fix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace Second attempt: need to use lookaheadto determine whether to encode ws
/PHP_5_4/ext/standard/filters.c
|
| 600d6de |
|
07-Feb-2013 |
Michael M Slusarz <slusarz@curecanti.org> |
Fix #64166: quoted-printable-encode stream filter incorrectly discarding whitespace If trailing whitespace on a line is detected, mark the linebreak as a soft linebreak.
/PHP_5_4/ext/standard/filters.c
|
| 0a7395e |
|
01-Jan-2013 |
Xinchen Hui <laruence@php.net> |
Happy New Year
/PHP_5_4/ext/standard/filters.c
|
| 4e19825 |
|
01-Jan-2012 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_4/ext/standard/filters.c
|
| 020cfc3 |
|
23-Nov-2011 |
Dmitry Stogov <dmitry@php.net> |
Fixed bug #48216 (PHP Fatal error: SOAP-ERROR: Parsing WSDL: Extra content at the end of the doc, when server uses chunked transfer encoding with spaces after chunk size)
/PHP_5_4/ext/standard/filters.c
|
| ad0666e |
|
24-May-2011 |
Felipe Pena <felipe@php.net> |
- Fixed bug #50363 (Invalid parsing in convert.quoted-printable-decode filter) Patch by: slusarz at curecanti dot org
/PHP_5_4/ext/standard/filters.c
|
| 0203cc3 |
|
01-Jan-2011 |
Felipe Pena <felipe@php.net> |
- Year++
/PHP_5_4/ext/standard/filters.c
|
| 68e0e88 |
|
28-Apr-2010 |
Pierre Joye <pajoye@php.net> |
- fix possible Dechunking Filter Buffer Overflow
/PHP_5_4/ext/standard/filters.c
|
| 9ba1e81 |
|
03-Jan-2010 |
Sebastian Bergmann <sebastian@php.net> |
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
/PHP_5_4/ext/standard/filters.c
|
| b89985a |
|
23-Jul-2009 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed bug #49014 (dechunked filter broken when serving more than 8192 bytes in a chunk) # Original patch by andreas dot streichardt at globalpark dot com
/PHP_5_4/ext/standard/filters.c
|
| 679c629 |
|
16-Apr-2009 |
Dmitry Stogov <dmitry@php.net> |
- Added "dechunk" filter which can decode HTTP responces with chunked transfer-encoding. HTTP streams use this filter automatically in case "Transfer-Encoding: chunked" header presents in responce. It's possible to disable this behaviour using "http"=>array("auto_decode"=>0) in stream context - Fixed bug #47021 (SoapClient stumbles over WSDL delivered with "Transfer-Encoding: chunked")
/PHP_5_4/ext/standard/filters.c
|
| 08659c2 |
|
31-Dec-2008 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 3 of 3.
/PHP_5_4/ext/standard/filters.c
|
| d1dded8 |
|
31-Dec-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump copyright year, 2 of 2.
/PHP_5_4/ext/standard/filters.c
|
| 6723ed1 |
|
30-Sep-2007 |
Jani Taskinen <jani@php.net> |
MFH: Nuked ending dots from error messages
/PHP_5_4/ext/standard/filters.c
|
| 4223aa4 |
|
01-Jan-2007 |
Sebastian Bergmann <sebastian@php.net> |
MFH: Bump year.
/PHP_5_4/ext/standard/filters.c
|
| 731b68f |
|
04-Sep-2006 |
Nuno Lopes <nlopess@php.net> |
fix gcc warning
/PHP_5_4/ext/standard/filters.c
|
| 5b5e7a4 |
|
01-Jun-2006 |
Ilia Alshanetsky <iliaa@php.net> |
Fixed compiler warning
/PHP_5_4/ext/standard/filters.c
|
| 0675e5e |
|
01-Jun-2006 |
Antony Dovgal <tony2001@php.net> |
MFH: nuke unused variable
/PHP_5_4/ext/standard/filters.c
|
| 3ef8817 |
|
17-Apr-2006 |
Sara Golemon <pollita@php.net> |
MFH(r-1.55) Fix 'soft line break' handling in convert.quoted-printable-decode
/PHP_5_4/ext/standard/filters.c
|
| 82d5901 |
|
18-Jan-2006 |
Antony Dovgal <tony2001@php.net> |
MFH: couple of pedantic fixes: "static" should be first
/PHP_5_4/ext/standard/filters.c
|
| f113090 |
|
12-Jan-2006 |
Marcus Boerger <helly@php.net> |
- Add stream filter 'consumed'
/PHP_5_4/ext/standard/filters.c
|
| 5bd9322 |
|
01-Jan-2006 |
foobar <sniper@php.net> |
bump year and license version
/PHP_5_4/ext/standard/filters.c
|
| e7925c9 |
|
20-Oct-2005 |
Antony Dovgal <tony2001@php.net> |
MFH: use proper constants
/PHP_5_4/ext/standard/filters.c
|
| d696f11 |
|
25-Sep-2005 |
Ilia Alshanetsky <iliaa@php.net> |
MFH: Fixed bug #34321 (Possible crash in filter code).
/PHP_5_4/ext/standard/filters.c
|
| 23e671a |
|
03-Aug-2005 |
foobar <sniper@php.net> |
- Bumber up year
/PHP_5_4/ext/standard/filters.c
|
| e87fe59 |
|
20-Jul-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Cleanups.
/PHP_5_4/ext/standard/filters.c
|
| e25a206 |
|
20-Jul-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
oops...
/PHP_5_4/ext/standard/filters.c
|
| c210c68 |
|
20-Jul-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- Add more null checks.
/PHP_5_4/ext/standard/filters.c
|
| 3e026f0 |
|
20-Jul-2004 |
Moriyoshi Koizumi <moriyoshi@php.net> |
- pemalloc() might return NULL.
/PHP_5_4/ext/standard/filters.c
|
| d40e78a |
|
16-Jul-2004 |
Sara Golemon <pollita@php.net> |
convert.* filters not consuming buckets_in on PSFS_FLUSH_*
/PHP_5_4/ext/standard/filters.c
|
| dbeb415 |
|
08-Jan-2004 |
Andi Gutmans <andi@php.net> |
- A belated happy holidays and PHP 5
/PHP_5_4/ext/standard/filters.c
|
| b6c0003 |
|
08-Dec-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fix a convert filters bug that occurs when multiple buckets are coming in.
/PHP_5_4/ext/standard/filters.c
|
| 436a071 |
|
28-Aug-2003 |
Sascha Schumann <sas@php.net> |
fix format strings
/PHP_5_4/ext/standard/filters.c
|
| 6a7dde2 |
|
28-Aug-2003 |
Sascha Schumann <sas@php.net> |
kill warnings
/PHP_5_4/ext/standard/filters.c
|
| f68c7ff |
|
10-Jun-2003 |
James Cox <imajes@php.net> |
updating license information in the headers.
/PHP_5_4/ext/standard/filters.c
|
| 2a31fa0 |
|
16-Apr-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed memleak
/PHP_5_4/ext/standard/filters.c
|
| 6dd17c3 |
|
16-Apr-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added missing sanity check
/PHP_5_4/ext/standard/filters.c
|
| 49b43ad |
|
16-Apr-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Changed stream filter factory to be capable of accepting a zval as a parameter instead of a string
/PHP_5_4/ext/standard/filters.c
|
| 9bdc869 |
|
05-Mar-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a small leak in the convert filter code
/PHP_5_4/ext/standard/filters.c
|
| da0d5a1 |
|
02-Mar-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed my silly mistake in the filter code
/PHP_5_4/ext/standard/filters.c
|
| 14db9ea |
|
24-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed string.strip_tags filter so it reflects the change on php_strip_tags
/PHP_5_4/ext/standard/filters.c
|
| 69113a3 |
|
19-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added string.strip_tags filter.
/PHP_5_4/ext/standard/filters.c
|
| 6389a79 |
|
18-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed memory leaks on conversion failure.
/PHP_5_4/ext/standard/filters.c
|
| 8793a78 |
|
18-Feb-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Revived convert filter codes
/PHP_5_4/ext/standard/filters.c
|
| 32165a5 |
|
18-Feb-2003 |
Wez Furlong <wez@php.net> |
Implement new filter API, stage 1. This breaks user-space filters (for the time being), and those weird convert.* filters in ext/standard/filters.c The filters stack has been separated into one chain for read and one chain for write. The user-space stream_filter_append() type functions currently only operate on the read chain. They need extending to work with the write chain too.
/PHP_5_4/ext/standard/filters.c
|
| 3d8e54f |
|
19-Jan-2003 |
Ilia Alshanetsky <iliaa@php.net> |
Changed php_error to php_error_docref.
/PHP_5_4/ext/standard/filters.c
|
| f71ef5e |
|
17-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a quoted printable decoder so that it would conform to RFC2045.
/PHP_5_4/ext/standard/filters.c
|
| f94cbfe |
|
17-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Significant speed enhancements. I was underestimating the power of recent CPUs :)
/PHP_5_4/ext/standard/filters.c
|
| 93481ce |
|
16-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Finally fixed a qp encoder bug that line break characters that appear exactly at the end of the chunk lost in the output. # I bet no more problems will occur in quoted-printable encoder. # But I recognised the counterpart is still buggy due to RFC2045-incompliance.
/PHP_5_4/ext/standard/filters.c
|
| fdf0768 |
|
15-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a qp encoder bug that the constructor sometimes fails if line-breaking mode is off.
/PHP_5_4/ext/standard/filters.c
|
| e5c5412 |
|
14-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Added a new option "force-encode-first" to the quoted-printable encoder as per Wez's request. If enabled, the encoder forcefully does qp tranformation on every first character of lines in incoming stream.
/PHP_5_4/ext/standard/filters.c
|
| a0be48c |
|
14-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed small memory leak that occurs when the invalid line length is passed to the qprint ctor.
/PHP_5_4/ext/standard/filters.c
|
| 121e625 |
|
14-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed quoted-printable encoder so that it produces RFC2045 complicant output. As per this specification requirement, the constructor now accepts three options: binary (boolean), line-len (uint), line-break-chars (string).
/PHP_5_4/ext/standard/filters.c
|
| 78f527e |
|
13-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a silly segfault bug caused by lack of strict type checking
/PHP_5_4/ext/standard/filters.c
|
| ab71e2c |
|
13-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
. Implemented a common filter parameter parsing function. # For example "base64-encode.line-break-chars=--,base64-decode.blah=foobar" # will be parsed and splitted into a zval array as # array(2) { # ["base64-encode"]=> # array(1) { # ["line-break-chars"]=> # string(2) "--" # } # ["base64-decode"]=> # array(1) { # ["blah"] => # string(6) "foobar" # } # } . Added automatic line-breaking feature for base64 encode filter. This can be turned on by putting a option entry "base64-encode.line-length" to the filter parameters.
/PHP_5_4/ext/standard/filters.c
|
| 1fec8e3 |
|
12-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed a bug of the base64 decoder that a sequence of intervening characters that are supposed to be ignored by the decoder cause output corruption.
/PHP_5_4/ext/standard/filters.c
|
| a88173b |
|
12-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed infinite loop bug when an invalid quoted-printable escape sequence appears in the streem.
/PHP_5_4/ext/standard/filters.c
|
| b1e8631 |
|
12-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Fixed error msg format so it correctly reports the actual filter name
/PHP_5_4/ext/standard/filters.c
|
| aa41ab2 |
|
12-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
. Updated quoted-printable filter by a neater implementation. . Changed emalloc family functions to pemalloc ones for persistent filters. . Changed base64 and quoted-printable filter names to "convert.base64-encode", "convert.base64-decode", "convert.quoted-printable-encode", and "convert.quoted-printable-decode" respectively for the consistency that may be requested later.
/PHP_5_4/ext/standard/filters.c
|
| 59393ef |
|
08-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Reimplemented base64 filter to use iconv()-like facility for flexibility. # I'm leaving the code dirty & ugly prior to the discussion.
/PHP_5_4/ext/standard/filters.c
|
| b064810 |
|
07-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Instances should not be freed in dtor()...
/PHP_5_4/ext/standard/filters.c
|
| b86a4ed |
|
07-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Made error msg format more consistent
/PHP_5_4/ext/standard/filters.c
|
| eed5a6b |
|
07-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Implemented quoted-printable stream filter
/PHP_5_4/ext/standard/filters.c
|
| 00a36a0 |
|
07-Jan-2003 |
Moriyoshi Koizumi <moriyoshi@php.net> |
Implemented string.base64 stream filter @- Implemented string.base64 stream filter. (Moriyoshi)
/PHP_5_4/ext/standard/filters.c
|
| 999d989 |
|
06-Jan-2003 |
Sara Golemon <pollita@php.net> |
Added string.toupper and string.tolower filters and generalized non-op filter methods
/PHP_5_4/ext/standard/filters.c
|
| 0ab3a13 |
|
01-Jan-2003 |
Sebastian Bergmann <sebastian@php.net> |
Fix warnings.
/PHP_5_4/ext/standard/filters.c
|
| 97a0102 |
|
01-Jan-2003 |
Wez Furlong <wez@php.net> |
Tidy up
/PHP_5_4/ext/standard/filters.c
|
| f58628c |
|
01-Jan-2003 |
Wez Furlong <wez@php.net> |
Move rot13 filter into a new filters.c source file. Tidy up some other filter related code. # win32 -> someone please add user_filters.c and filters.c to the .dsp
/PHP_5_4/ext/standard/filters.c
|