Re: [PHP] Passing non GET/POST request methods to php script do not work on RH based linux

2005-09-30 Thread Yedidia Klein
no one answered me so i'm answering myself php.ini has a directive called allow_webdav_methods that is by default off. changing this directive do not work on php 4.3.2 as written at http://il.php.net/ini.core (didn't really understood what they ment there by This directive does not exist

[PHP] Passing non GET/POST request methods to php script do not work on RH based linux

2005-09-25 Thread Yedidia Klein
I've a simple php script (see below) that write to a file the REQUEST METHOD that was used while calling this script. means that when I use a browser to access this script, it write to the file GET. The problem starts while I try for example to send an OPTIONS request to this script