Where can I find php_svn.dll

I recently upgraded to PHP 5.3.5 for Windows. I used the subversion extension in previous versions, but php_svn.dll is not included in version 5.3.5. I tried to copy the dll from a previous php installation, but I get this message when I try to start php.

PHP Warning: starting PHP: svn: cannot initialize module
Module compiled with module API = 20060613
PHP compiled with module API = 20090626

I have a site search to download php_svn.dll, but to no avail.

+4
source share
1 answer

Here you go: http://pecl.php.net/package/svn

And can be installed using

pecl install svn 
0
source

Source: https://habr.com/ru/post/1347730/


All Articles