I'm running the following code:
$sql= mssql_query("select getdate()");
$res = mssql_fetch_assoc($sql);
and it is returning me the following date:
2015-04-10 32767: 06
The time is 5 digits, does anyone know why?
ps. I've already changed the directive from php.ini
to: mssql.datetimeconvert = Off