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
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: 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: Tue Jun 16 04:00:01 2026 UTC