|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-02-20 02:29 UTC] kehchen at cyber-village dot net
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
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 04:00:02 2025 UTC |
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