ID: 9349
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Description: Coding problem in mod_dav module
Sorry! Finally found the early report regarding this problem. It was in BugID: 7943
The URL is:
http://bugs.php.net/bugs.php?id=7943
Regards,
KC
Previous Comments:
---------------------------------------------------------------------------
[2001-02-20 02:29:11] [EMAIL PROTECTED]
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
---------------------------------------------------------------------------
Full Bug description available at: http://bugs.php.net/?id=9349
--
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]