> On the PHP Bug board, I managed to find that it was to do with the > Apache configuration settings, namely, you should put > > AddType application/x-httpd-php .php .php3 > > instead of; > > <FilesMatch "\.php$"> > SetOutputFilter PHP > </FilesMatch> > > in the httpd.conf file. > > This took ages to find and was only posted within that last few days > on the PHP bug board, hope it helps you with your elusive first POST > variable.
Whow, thanks man. It works like a webserver should work. All my problems are gone, even the huge POST problem I've had (bug #19263). Grtz Erwin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

