summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* DBFLT4 is not defined in FreeTDS. Needed for real data typesFrank M. Kromann2003-02-091-1/+2
|
* Fixing autodetect of FreeTDSFrank M. Kromann2003-02-091-4/+2
|
* Bug #21707 problem with realFrank M. Kromann2003-02-092-1/+6
|
* MFHFrank M. Kromann2003-01-121-31/+34
|
* MFHFrank M. Kromann2003-01-121-10/+20
|
* MFHFrank M. Kromann2003-01-091-5/+31
|
* MFHFrank M. Kromann2003-01-092-19/+48
|
* MFHFrank M. Kromann2003-01-082-5/+6
|
* MFHFrank M. Kromann2003-01-071-0/+1
|
* MFH: Bump year.Sebastian Bergmann2002-12-312-2/+2
|
* - MFH: Align mssql comment and clarify DBA handler selectionDerick Rethans2002-12-301-1/+1
|
* This commit was manufactured by cvs2svn to create branch 'PHP_4_3'.SVN Migration2002-12-181-0/+27
|
* MFHFrank M. Kromann2002-12-182-10/+61
|
* MFHFrank M. Kromann2002-12-031-33/+33
| | | | | # Changed php_error() to php_error_docref()
* MFHFrank M. Kromann2002-12-032-72/+74
| | | | | | # Bug #19370 # Allow stored procedures to return multiple results.
* MFHFrank M. Kromann2002-12-031-0/+2
| | | | | | # Bug #17593 # Make sure any pending data is released from the server when freeing the result
* MFH: Allocating enough memory to hold values.Edin Kadribasic2002-12-031-16/+17
| | | | | | Fix crash when certan stored procedures was called. This caused the free_result function to free memory not yet allocated.
* fix bug # 17497Sterling Hughes2002-10-281-1/+1
| | | | | (fix by: ddb@bitxtender.de)
* Unify error messagesDerick Rethans2002-06-261-35/+35
|
* Adding ini setting for max_procsFrank M. Kromann2002-06-102-0/+3
|
* Fixing the mssql_query to handle multiple results correct if the first ↵Frank M. Kromann2002-05-151-3/+5
| | | | result does not return any data.
* Fixing hanfling of data type REAL.Frank M. Kromann2002-05-142-16/+23
| | | | | Remove extra bytes allocated by emalloc calls
* Allow the MSSQL extension to use NT authenticationFrank M. Kromann2002-05-092-4/+11
|
* 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-282-2/+2
|
* 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-112-4/+4
|
* proto fixesHartmut Holzgraefe2001-12-061-1/+1
|
* added mssql_fetch_assoc() to be more mysql conformHarald Radi2001-12-022-1/+11
| | | | | changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH)
* Reset the error (or message) from the server when calling fetch_row functions.Frank M. Kromann2001-10-291-3/+15
| | | | | | | | If the user conected and changed the database the message from the change was reported when the user checked the error function after a failed fetch. This cased problems in PEAR/DB. If the fetch fails for other resons than a fetch after the last row, the message from the server will still be reported.
* Patch for correct handling of DATETIME values.Frank M. Kromann2001-10-232-15/+46
| | | | | | | The patch is implemented with a parameter in php.ini controling if datetime values are converted with the new or the old method. Thanks to Michael Bretterklieber <mbretter@jawa.at>
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* Fixing Win32 build...after the last macro convertions.Frank M. Kromann2001-09-261-14/+14
|
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-112/+112
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - More ZE2 fixesAndi Gutmans2001-08-131-3/+1
|
* more tsrm cleanupSascha Schumann2001-08-061-1/+1
|
* more tsrm cleanup -- output.c is not doing any fetches anymoreSascha Schumann2001-08-051-0/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-5/+4
|
* More TSRMLS_FETCH workZeev Suraski2001-07-311-4/+2
|
* Fixing build after implementing the new TSRM structure!Frank M. Kromann2001-07-301-26/+11
|
* Zend compatibility patchZeev Suraski2001-07-301-11/+8
|