Page 1 of 1

PHP gives error about intl3_svn.dll file

PostPosted: 28. May 2007 22:09
by Snoopy.pa30
Have XAMPP 1.6.1. Installed and working fine until...

I need to use PHP, and I get an error saying that it could not find/load intl3_svn.dll. It suggested a re-install.

I found another reference suggesting to remove the php_svn.dl from the php.ini file.

I removed (commented it out) it and it seems to be working.

Can anyone tell me what the php_svn is, why it is needed or not?

Thanks in Advance

PostPosted: 29. May 2007 12:22
by Wiedmann
Can anyone tell me what the php_svn is,

http://pecl.php.net/package/svn

Link

PostPosted: 29. May 2007 13:37
by Snoopy.pa30
Wiedman,

Thanks for the link.

Sounds Ominous.... Subversion..... although Revision control seems to reduce the impact.

So, Wiedman, do you know why this is in version 1.6.1 and why it is not working properly?

Did I do something wrong on the installation?

Is it a bug?

Is it something that XAMPP can fix, or does it have to go back to PHP folks?

Do you know why the php_svn.dll is the thing to comment out in the php.ini file, yet the original error message referenced intl3_svn.dll?

More questions than answers, but others may be having the same problem.

Thanks in advance.

PostPosted: 18. July 2007 17:14
by CoolPlayer
It seems that this is a bug in the 1.6.2-Installer.

Copy the following files from %xampp%\apache\bin\ to %xampp%\php:
intl3_svn.dll
libdb43.dll
libapr.dll
libaprutil.dll
libapriconv.dll

Than PHP-CLI/CGI runs wich full functionality. PEAR runs without errors, too.

%xampp% = C:\xampp\ for example...

Greetings from Freiburg im Breisgau/Germany