Hi All,

I'm not sure if this is a bug or not:

Using MSSQL Server 2000 on WinNT / IIS (all fully patched).
PHP 4.2.0 using ini_set('mssql.datetimeconvert',0)

Date fields get returned with an extra character on the end output from
var_dump (or any other output):

string(20) "2002-08-06 11:45:02@"
-------------------------------^ Extra character seems to be ASCII 00 (I've
placed an @ sign there so that it will show up in email clients!)

This is obviously mucking about with other date related functions.

Any ideas?

Regards,
Jeremy Coates
-- 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to