php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9149 syntax error
Submitted: 2001-02-07 10:13 UTC Modified: 2001-02-14 13:54 UTC
From: jeanm at informatik dot uni-leipzig dot de Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.4pl1 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jeanm at informatik dot uni-leipzig dot de
New email:
PHP Version: OS:

 

 [2001-02-07 10:13 UTC] jeanm at informatik dot uni-leipzig dot de
file ext/dav/dav.c
has a syntax error ( wrong place for ";" ) in 
line 143
PHP_RSHUTDOWN_FUNCTION(phpdav);
should be
PHP_RSHUTDOWN_FUNCTION(phpdav)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-14 13:54 UTC] sniper@php.net
The dav extension should be rewritten and is not 
going to be included in next release (if nobody comes up with
a new one before release, that is) .

Thank you anyway.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 09:01:27 2024 UTC