From: [EMAIL PROTECTED]
Operating system: Linux 2.2.18 (Redhat)
PHP version: 4.0.4pl1
PHP Bug Type: Compile Failure
Bug description: Coding problem in mod_dav module
There are 3 problems when enable the mod_dav module:
1. undefine data type "request_rec" in "ext/dav/php_dav.h"
possible solution:
add "#include <httpd.h>"
2. parsing error in "ext/dav/dav.c" line 153
reason: an extra ";" at the end of line
possible solution:
Remove the ";" at the end of line
3. wrong arguement in "sapi/apache/mod_php4.c" line 749
reason: "send_php" only take 3 args but the code give 4
possible solution:
Remove the extra arg ", 0"
Regards,
KC Lau
--
Edit Bug report at: http://bugs.php.net/?id=9349&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]