Wednesday, April 13, 2005

PHP 5 and MSSQL not displaying months

If you have a PHP5 site, and you use the MSSQL driver, and your months are all off by one, add this to your ./configure command: --enable-msdblib. That fixes this problem. It really should be the default, IMHO.

No comments: