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
 [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: Tue Apr 16 23:01:30 2024 UTC