If you use a local Windows XAMPP Server V1.7 with svn 4.2.2, and have APACHE Server Crashes then read the following.
ref: http://drupal.org/node/390518
<quote>
Problem solved. Turns out this is a bug in XAMPP 1.7.0 PHP and the fix is already there.
To fix the problem:
in "xampp\apache\bin"
copy libmysql_5.0.51a.dll libmysql.dll
in "xampp\php"
copy libmysql_5.0.51a.dll libmysql.dll
in "xampp\php\ext"
copy php_mysql_5.0.51a.dll php_mysql.dll
copy php_mysqli_5.0.51a.dll php_mysqli.dll
Note: you may want to rename the original file before copy so you have something to go back to just in case.
<unquote>
Brian
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you use a local Windows XAMPP Server V1.7 with svn 4.2.2, and have APACHE Server Crashes then read the following.
ref: http://drupal.org/node/390518
<quote>
Problem solved. Turns out this is a bug in XAMPP 1.7.0 PHP and the fix is already there.
To fix the problem:
in "xampp\apache\bin"
copy libmysql_5.0.51a.dll libmysql.dll
in "xampp\php"
copy libmysql_5.0.51a.dll libmysql.dll
in "xampp\php\ext"
copy php_mysql_5.0.51a.dll php_mysql.dll
copy php_mysqli_5.0.51a.dll php_mysqli.dll
Note: you may want to rename the original file before copy so you have something to go back to just in case.
<unquote>
Brian
Also an XAMPP Upgrade to 1.7.1 was released today.
Veit