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
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: 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

Pull Requests

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 Dec 27 03:01:28 2024 UTC