php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #45461 php_svn.dll missing in "official" release and incompatible in snap
Submitted: 2008-07-08 16:42 UTC Modified: 2008-07-08 17:09 UTC
From: jan at ecotech dot se Assigned:
Status: Not a bug Package: Dynamic loading
PHP Version: 5.2.6 OS: Windows Vista
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: jan at ecotech dot se
New email:
PHP Version: OS:

 

 [2008-07-08 16:42 UTC] jan at ecotech dot se
Description:
------------
The PECL-extension php_svn.dll is missing in the "official" PECL 5.2.6 zip file provided on the download-page http://www.php.net/downloads.php.

I then downloaded it from the 5.2 snap (http://snaps.php.net/win32/pecl5.2-win32-200807081630.zip) where it is included...

BUT

It seems to be incompatible with the 5.2.6 release since it wont load on startup. I have tried and reproduced the error on:

- Windows XP, Apache/2.2.9
- Windows Vista, Apache/2.2.6
- Windows 2003 Server, Apache/2.2.9





Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2008-07-08 17:09 UTC] scottmac@php.net
It was missing from the 5.2.6 release because at that time it required SVN 1.4, i've since sorted this so only 1.3 is required.

The reason its not working from the snapshot is that its linking against APR 0.9 which is designed for Apache 2.0, hence the error.

If you use it from CLI it will work fine. Bugs for PECL extensions should be reported at http://pecl.php.net/svn
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Jun 10 19:01:35 2024 UTC