"Hojjat A. M.Rezaei" in php.pecl.dev (Mon, 10 Feb 2014 12:05:53 +0330): >php_svn.dll is not working on iis, could i ask you please fix it?
I have got no time right now, but maybe Pierre can take a look at http://phpdev.toolsforresearch.com/SVN.zip Pierre: if you unzip that to a \SVN directory on any Windows drive and open a VC9 command prompt, running \SVN\buildvc9.bat should do the trick. Take a look at the start of that batch file: it symlinks to a openssl directory with compiled out32 and out32dll directories. SVN has sone problems with OpenSSL 0.9.8y, so for testing purposes you might try 1.0.1e. For OpenSSL 0.9.8y, try \SVN\buildvc9_098y.bat. A zip of my \OpenSSL dirs is here: http://phpdev.toolsforresearch.com/OpenSSL.zip For runnning the tests at the end of the batch files some path changes for Python might be needed. My python27.dll has been moved to D:\Python (together the other Python 2.7 files). >From Pecl's SVN config.w32 you will have to remove the lines containing neon (not needed anymore by SVN), libsvn_ra_dav-1.lib (nobody has it) and intl3_svn.lib (no native language support). Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
