php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #3588 function called with too many parameters
Submitted: 2000-02-23 11:03 UTC Modified: 2000-07-20 20:14 UTC
From: zeekamotay at hotmail dot com Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 4.0 Beta 4 Patch Level 1 OS: RH 6.1
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: zeekamotay at hotmail dot com
New email:
PHP Version: OS:

 

 [2000-02-23 11:03 UTC] zeekamotay at hotmail dot com
sapi/apache/mod_php4.c, line 667, reads:

return send_php(r, 0, 0, conf->dav_script);

... it should read:

return send_php(r, 0, conf->dav_script);

(I think.)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-03-12 11:11 UTC] sas at cvs dot php dot net
DAV support is broken. Moving report to feature request.
 [2000-07-20 20:14 UTC] sterling at cvs dot php dot net
the DAV module is currently not supported with PHP.
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Thu Jun 25 01:00:02 2026 UTC