[PHP-DEV] Re: Problems with 301 redirects

2006-11-06 Thread dAniel hAhler
[EMAIL PROTECTED] wrote: > header("Location: http://...",false,301); This works here with PHP 5.1.7-dev and 5.2.1-dev and mod_fastcgi. Have you tried just that line? Without any HTTP/-header? -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsu

Re: [PHP-DEV] Re: __autoloading and functions

2006-09-10 Thread dAniel hAhler
Marcus Boerger wrote: > it hasbeendiscussed and the conclusion is that it isfar too much of a > slowdown for every function call and thus we are not going to implement > it. Maybe a dump question, but wouldn't it get considered only, AFTER PHP has found that the function does not exist? So, it

[PHP-DEV] PHP5-CVS and Apache2/mod_fastcgi (was: RE: [PHP-DEV] PHP 5.1.3, IIS & FastCGI)

2006-05-03 Thread dAniel hAhler
Dmitry Stogov wrote: > It should be already fixed in CVS. > Please check. I've just built current CVS, but it does not work with Apache2 as fastcgi: it times out! See http://bugs.php.net/bug.php?id=37205 - which you've onced fixed, but where another problem occured. -- PHP Internals - PHP Runt

[PHP-DEV] [PATCH] Parse "-d / --define" for php-cgi / php-fastcgi

2006-04-12 Thread dAniel hAhler
Hello, please find attached a tiny patch to parse "-d" and "--define" command line arguments for fastcgi/cgi sapi. This allows overriding php.ini defaults in a very convient way in the wrapper script that gets usually used (at least in a fastcgi/suexec setup). The patch is against PHP_5_1, beca