summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
Commit message (Expand)AuthorAgeFilesLines
* 4.3.8 patches.Ilia Alshanetsky2004-07-131-0/+1
* MFH: Fix problem getting return value from stored procedure when it returns m...Frank M. Kromann2004-04-201-1/+4
* MFH: Fix for #27764. Get return value from a stored procedure not returning a...Frank M. Kromann2004-03-301-3/+1
* MFH: Fix for #27743. Make sure Money types are converted and returned correctFrank M. Kromann2004-03-291-2/+8
* MFH Fix for #26589. Crash when selecting many columns of type MoneyFrank M. Kromann2004-03-191-2/+19
* MFH: Fix for #27594. Comuted columns does not return a column sourceFrank M. Kromann2004-03-151-2/+6
* set freed pointer to null to avoid reuseFrank M. Kromann2003-12-021-0/+2
* Fix for bug #25817Frank M. Kromann2003-11-171-7/+4
* MFH: Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql).Ilia Alshanetsky2003-10-151-0/+2
* Compiler warning fixes.Ilia Alshanetsky2003-08-281-4/+4
* MFH: Removed unused variables.Ilia Alshanetsky2003-07-231-2/+1
* MFH: Fixed bug #24752 (Unhandled "uniqueidentifier" field type)Ilia Alshanetsky2003-07-231-0/+14
* Change fetch functions and protos so they make more sense.Frank M. Kromann2003-07-031-7/+11
* Updating email addressFrank M. Kromann2003-06-141-1/+1
* proto fixesAndrey Hristov2003-06-121-22/+22
* Fix for bug 23402. Crash when mssql?bind was used incorrectlyFrank M. Kromann2003-05-211-0/+1
* Fixing bit support. Bug #23324Frank M. Kromann2003-04-301-0/+2
* MFH: No c++ commentsfoobar2003-03-141-2/+2
* Bug #20426. Convert SMALLDATETIME correctFrank M. Kromann2003-02-111-4/+18
* - Whitespace fixesDerick Rethans2003-02-091-2/+1
* cleanup variable initializationsFrank M. Kromann2003-02-091-10/+3
* Fixing coredump when no php.ini file is usedFrank M. Kromann2003-02-091-0/+3
* Bug #21707 problem with realFrank M. Kromann2003-02-091-0/+5
* MFHFrank M. Kromann2003-01-121-31/+34
* MFHFrank M. Kromann2003-01-121-10/+20
* MFHFrank M. Kromann2003-01-091-19/+47
* MFHFrank M. Kromann2003-01-081-1/+1
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHFrank M. Kromann2002-12-181-8/+20
* MFHFrank M. Kromann2002-12-031-33/+33
* MFHFrank M. Kromann2002-12-031-72/+73
* MFHFrank M. Kromann2002-12-031-0/+2
* MFH: Allocating enough memory to hold values.Edin Kadribasic2002-12-031-16/+17
* fix bug # 17497Sterling Hughes2002-10-281-1/+1
* Unify error messagesDerick Rethans2002-06-261-35/+35
* Adding ini setting for max_procsFrank M. Kromann2002-06-101-0/+2
* Fixing the mssql_query to handle multiple results correct if the first result...Frank M. Kromann2002-05-151-3/+5
* Fixing hanfling of data type REAL.Frank M. Kromann2002-05-141-15/+21
* Allow the MSSQL extension to use NT authenticationFrank M. Kromann2002-05-091-4/+10
* Minor change to allocated lengths for datesFrank M. Kromann2002-03-191-8/+2
* - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTRAndi Gutmans2002-03-121-1/+1
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* Making error handling thread safe. Thanks to Paco Ortiz <fjortiz@comunet.es>Frank M. Kromann2002-01-031-3/+3
* proto fixHartmut Holzgraefe2001-12-171-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixesHartmut Holzgraefe2001-12-061-1/+1
* added mssql_fetch_assoc() to be more mysql conformHarald Radi2001-12-021-1/+10
* Reset the error (or message) from the server when calling fetch_row functions.Frank M. Kromann2001-10-291-3/+15
* Patch for correct handling of DATETIME values.Frank M. Kromann2001-10-231-14/+44
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2