|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-09-29 09:09 UTC] tony2001@php.net
[2006-09-29 15:03 UTC] fmk@php.net
[2006-10-01 22:24 UTC] wiggum24 at gmail dot com
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 19:00:01 2025 UTC |
Description: ------------ Trying to set mssql.datetimeconvert to Off in php.ini doesn't work. phpinfo() reports it as On, and the behaviour of the recordset reflects the same. I've confirmed php is picking up the correct php.ini, and my php.ini contains no errors. Calling ini_set("mssql.datetimeconvert","Off"); before I do the query will set the value and the queries will return correctly. Reproduce code: --------------- No errors, the setting just doesn't apply. Expected result: ---------------- datetimes should appear as: 2006-07-20 16:32:00 Actual result: -------------- datetimes appear as: Jul 20 2006 04:32PM