Re: [PHP4BETA] POST bug - php4 with cyrillic letters

[email protected] (Rasmus Lerdorf) Wed, 14 Jun 2000 07:53:01 -0700 (PDT)
Newsgroups php.version4
Message-ID <[email protected]>
This doesn't sound like a plausible PHP bug.  File uploads are also POST
requests, and uploading binary files with lots of high-ascii bytes
certainly works fine.

And looking at the code I see nothing that would do this.

-Rasmus

On Wed, 14 Jun 2000, Stanislav Malyshev wrote:

> SP>> There is a stable bug in zend(php) 4.0.0 . When one does POST containing
> SP>> cyrillic letters (I suppose ascii > 128), post body has been cut somewhere
> SP>> around 4K border.
> 
> Can you catch such a post (that doesn't work consistently), entirely with
> headers and post it (if it's less than 4K it would be acceptable)?
> 
> I see you are running Russian Apache. Are you sure this is not some
> interference (what happens when CharsetDisable is On? what happens if you
> use vanilla Apache instead of Russian one? Have you CharsetRecodePost - or
> how is it named - on or off?)
> 
> SP>> Well, it may be feature, but could anybody please tell how to work it
> SP>> around?
> 
> No, it's certainly not a feature.
> 
>