|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-07-16 16:14 UTC] aaron at aarondm dot com
[2009-12-21 10:13 UTC] php at mike2k dot com
[2009-12-21 11:22 UTC] php at mike2k dot com
[2010-01-07 12:36 UTC] undicizeri at gmail dot com
[2010-07-20 11:51 UTC] tom dot lawton at kondor dot co dot uk
[2011-06-30 04:55 UTC] Fr33z3m4n at gmx dot net
[2011-09-14 17:40 UTC] me at abiusx dot com
[2012-02-18 19:10 UTC] blyxx86 at gmail dot com
[2016-10-15 23:11 UTC] kalle@php.net
-Status: Open
+Status: Wont fix
[2016-10-15 23:11 UTC] kalle@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Dec 01 20:00:01 2025 UTC |
Description: ------------ When trying to query a table, with a column whos type is 'smalldatetime', the code will result in a 500 Internal Error Reproduce code: --------------- Create table with the following columns ---------------------------------------- MY_TABLE ---------------------------------------- |(int) ID | (smalldatetime) MY_EXAMPLE | ---------------------------------------- Run: $result = mssql_query("SELECT MY_EXAMPLE FROM MY_TABLE"); When you run that, you will get a: 500 Internal Server Error On ArchLinux/Windows Expected result: ---------------- No 500 Internal Server Error. Should be able to query the database with no problems Actual result: -------------- 500 Internal Server Error