php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9349 Coding problem in mod_dav module
Submitted: 2001-02-20 02:29 UTC Modified: 2001-02-20 02:38 UTC
From: kehchen at cyber-village dot net Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: Linux 2.2.18 (Redhat)
Private report: No CVE-ID: None
 [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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-20 02:38 UTC] kehchen at cyber-village dot net
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
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 13:01:29 2024 UTC