采用HTTP验证的时候 $_SERVER["PHP_AUTH_USER"] 的值为空,在CVS中已修复,将在 PHP5.0.1 中发布,若现在就要用到HTTP验证,请下载 snapshot 版:
Please try using this CVS snapshot:
http://snaps.php.net/php5-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php5-win32-latest.zip
另外本人在WIN下编译PHP5的时候发现SQLITE不能编译通过,查了下CVS,也已修复,只需修改 ext/sqlite/libsqlite/src/sqlite.w32.h,在第169行之后插入以下一行代码即可编译通过:
#define SQLITE_NOTADB 26 /* File opened that is not a database file */