WinXP + Apache +PHP5 + MySQL + phpMyAdmin安装全功略(1) WinXP sp1 + apache2.0.47 + PHP5.0.0b1 + mysql-4.0.14 + phpMyAdmin-2.5.3-rc1 安装全功略 I finally got this to work, so I will post my findings here.
//PHP 5 : Windows build needs a MySQL DLL //PHP 5.0 doesn't come with mysql support... You have to get the librariesyourself... //I think u can get them from mysql.com
// PHP 5 Beta 2 //The file php_mysql.dll comes with these snapshots, as well as a new version of libmySQL.dll, //so I suggest a full upgrade to Beta 2 instead of just extracting php_mysql.dll for use with Beta 1.
如若想支持更多模块,,搜索: ;Windows Extensions ;Note that MySQL and ODBC support is now built in, so no dll is needed for it. ; 下面都用分号在前面注释掉了支持的扩展模块,如果你想PHP支持某个模块,请将前面的“;”去掉即可