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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: kehchen at cyber-village dot net
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 20:01:46 2025 UTC