Derick Rethans wrote:
> derickTue May 1 16:07:37 2007 UTC
> http://cvs.php.net/viewvc.cgi/php-src/ext/mcrypt/mcrypt.c?r1=1.77.4.7.4.2&r2=1.77.4.7.4.3&diff_format=u
> Index: php-src/ext/mcrypt/mcrypt.c
> diff -u php-src/ext/mcrypt/mcrypt.c:1.77.4.7.4.2
> php-src/ext/mcrypt/mcrypt.
Uwe Schindler wrote:
> What we need is:
> 2) a function to simply set the status code without changing anything other.
There's a (external) function:
http://php.net/manual/en/function.http-send-status.php
...and for the unlucky:
header("Dummy:", true, $status_code);
But if your patch makes sen
> -Original Message-
> From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, May 01, 2007 2:22 AM
> To: Oliver Block
> Cc: internals@lists.php.net
> Subject: Re: [PHP-DEV] Setting HTTP results code vs. HTTP type
>
> Oliver Block wrote:
> > Am Dienstag, 1. Mai 2007 01:49 schrieb R
Am Dienstag, 1. Mai 2007 02:22 schrieb Rasmus Lerdorf:
> Oliver Block wrote:
> And note that I only said it was fine to respond
> with a 1.1 reply, that doesn't mean it is fine to send an encoding the
> client doesn't support.
Well.
Regards,
Oliver
--
PHP Internals - PHP Runtime Development Ma
Edin Kadribasic schrieb:
Hi,
I was adding some new capabilities to our snaps generator so now we can
also provide the pecl bundle and the installer for the windows
distribution. (details and links at
http://edin.dk/archives/37-New-Snapshot-Capabilities.html)
If you have any suggestions on h
Uwe Schindler wrote:
* Some scripts use header('HTTP/1.0 301 Moved Permanently'). Problem here:
You must supply a HTTP version (this seems to be a problem in Apache), and
This is not necessarily a problem with Apache, it is just a problem in
the current implementation as far as I can tell. If
> - Update the PHP header() documentation to mention this. I was also
> thinking that supporting/documenting header(null, true, 404); or the
> like would be nice for people who only want to set the return code and
> leave the HTTP type unchanged.
I think this would bet he best approach, to give th