"PECL Announce" in php.pecl.dev (Mon, 16 Dec 2019 02:18:08 +0000): >The new PECL package svn-2.0.3 (beta) has been released at >https://pecl.php.net/. > >Release notes >------------- >PHP 7 compatility > >Changes: > #75206 - support for PHP7 by at mitani at gmail dot com > >Package Info >------------- >Bindings for the Subversion revision control system, providing a method for >manipulating > a working copy or repository with PHP. > >Related Links >------------- >Package home: https://pecl.php.net/package/svn > Changelog: https://pecl.php.net/package-changelog.php?package=svn > Download: https://pecl.php.net/get/svn-2.0.3.tgz
Interesting. With a few changes in config.w32 this compiles as well on Windows: 1. Remove the line with libsvn_ra_dav-1.lib (nobody has it) 2. Remove the line with neon (not needed anymore by SVN) 3. Remove the lines with libintl.h and intl3_svn.lib (no NLS) 4. Remove the line with libdb43.lib or change it to a higher version if you have it (I have libdb61.lib + libdb61.dll) Proof: https://phpdev.toolsforresearch.com/php-7.4.1RC1-nts-Win32-vc15-x64.htm https://phpdev.toolsforresearch.com/php-7.4.1RC1-nts-Win32-vc15-x64.zip -- Jan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php