From:             nkolman at freemail dot hu
Operating system: Windows XP
PHP version:      4.3.2RC1
PHP Bug Type:     Apache2 related
Bug description:  PHP does not get webdav methods

What I did:
I run PHP as an Apache (2.0.44) module. For a specific directory I set in
the .htaccess file:
php_value always_populate_raw_post_data 1
php_value allow_webdav_methods 1 

What I expected to happen:
I wanted to handle all WebDAV http methods (e.g.: OPTIONS) in my PHP
script in that directory.

What happened:
I do not receive the OPTIONS method from Apache when a WebDAV request is
done from any WebDAV enabled application (e.g.: Ms Word).
-- 
Edit bug report at http://bugs.php.net/?id=22704&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22704&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22704&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22704&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22704&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22704&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22704&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22704&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22704&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22704&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22704&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22704&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22704&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22704&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22704&r=gnused

Reply via email to