Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4.3.8 patches. | Ilia Alshanetsky | 2004-07-13 | 1 | -0/+1 |
| | |||||
* | MFH: Fix problem getting return value from stored procedure when it returns ↵ | Frank M. Kromann | 2004-04-20 | 1 | -1/+4 |
| | | | | multiple results | ||||
* | MFH: Fix for #27764. Get return value from a stored procedure not returning ↵ | Frank M. Kromann | 2004-03-30 | 1 | -3/+1 |
| | | | | any result sets | ||||
* | MFH: Fix for #27743. Make sure Money types are converted and returned correct | Frank M. Kromann | 2004-03-29 | 1 | -2/+8 |
| | |||||
* | MFH Fix for #26589. Crash when selecting many columns of type Money | Frank M. Kromann | 2004-03-19 | 1 | -2/+19 |
| | |||||
* | MFH: Fix for #27594. Comuted columns does not return a column source | Frank M. Kromann | 2004-03-15 | 1 | -2/+6 |
| | |||||
* | set freed pointer to null to avoid reuse | Frank M. Kromann | 2003-12-02 | 1 | -0/+2 |
| | |||||
* | Fix for bug #25817 | Frank M. Kromann | 2003-11-17 | 1 | -7/+4 |
| | | | | | Check for a return value from a stored procedure right after fetching rows | ||||
* | MFH: Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql). | Ilia Alshanetsky | 2003-10-15 | 1 | -0/+2 |
| | |||||
* | Compiler warning fixes. | Ilia Alshanetsky | 2003-08-28 | 1 | -4/+4 |
| | |||||
* | MFH: Removed unused variables. | Ilia Alshanetsky | 2003-07-23 | 1 | -2/+1 |
| | |||||
* | MFH: Fixed bug #24752 (Unhandled "uniqueidentifier" field type) | Ilia Alshanetsky | 2003-07-23 | 1 | -0/+14 |
| | |||||
* | Change fetch functions and protos so they make more sense. | Frank M. Kromann | 2003-07-03 | 1 | -7/+11 |
| | | | | | fetch_row or fetch_assoc should not take the optional parameter | ||||
* | Updating email address | Frank M. Kromann | 2003-06-14 | 1 | -1/+1 |
| | |||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -22/+22 |
| | |||||
* | Fix for bug 23402. Crash when mssql?bind was used incorrectly | Frank M. Kromann | 2003-05-21 | 1 | -0/+1 |
| | |||||
* | Fixing bit support. Bug #23324 | Frank M. Kromann | 2003-04-30 | 1 | -0/+2 |
| | |||||
* | MFH: No c++ comments | foobar | 2003-03-14 | 1 | -2/+2 |
| | |||||
* | Bug #20426. Convert SMALLDATETIME correct | Frank M. Kromann | 2003-02-11 | 1 | -4/+18 |
| | |||||
* | - Whitespace fixes | Derick Rethans | 2003-02-09 | 1 | -2/+1 |
| | |||||
* | cleanup variable initializations | Frank M. Kromann | 2003-02-09 | 1 | -10/+3 |
| | |||||
* | Fixing coredump when no php.ini file is used | Frank M. Kromann | 2003-02-09 | 1 | -0/+3 |
| | |||||
* | Bug #21707 problem with real | Frank M. Kromann | 2003-02-09 | 1 | -0/+5 |
| | |||||
* | MFH | Frank M. Kromann | 2003-01-12 | 1 | -31/+34 |
| | |||||
* | MFH | Frank M. Kromann | 2003-01-12 | 1 | -10/+20 |
| | |||||
* | MFH | Frank M. Kromann | 2003-01-09 | 1 | -19/+47 |
| | |||||
* | MFH | Frank M. Kromann | 2003-01-08 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 |
| | |||||
* | MFH | Frank M. Kromann | 2002-12-18 | 1 | -8/+20 |
| | |||||
* | MFH | Frank M. Kromann | 2002-12-03 | 1 | -33/+33 |
| | | | | | # Changed php_error() to php_error_docref() | ||||
* | MFH | Frank M. Kromann | 2002-12-03 | 1 | -72/+73 |
| | | | | | | # Bug #19370 # Allow stored procedures to return multiple results. | ||||
* | MFH | Frank M. Kromann | 2002-12-03 | 1 | -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 Kadribasic | 2002-12-03 | 1 | -16/+17 |
| | | | | | | Fix crash when certan stored procedures was called. This caused the free_result function to free memory not yet allocated. | ||||
* | fix bug # 17497 | Sterling Hughes | 2002-10-28 | 1 | -1/+1 |
| | | | | | (fix by: ddb@bitxtender.de) | ||||
* | Unify error messages | Derick Rethans | 2002-06-26 | 1 | -35/+35 |
| | |||||
* | Adding ini setting for max_procs | Frank M. Kromann | 2002-06-10 | 1 | -0/+2 |
| | |||||
* | Fixing the mssql_query to handle multiple results correct if the first ↵ | Frank M. Kromann | 2002-05-15 | 1 | -3/+5 |
| | | | | result does not return any data. | ||||
* | Fixing hanfling of data type REAL. | Frank M. Kromann | 2002-05-14 | 1 | -15/+21 |
| | | | | | Remove extra bytes allocated by emalloc calls | ||||
* | Allow the MSSQL extension to use NT authentication | Frank M. Kromann | 2002-05-09 | 1 | -4/+10 |
| | |||||
* | Minor change to allocated lengths for dates | Frank M. Kromann | 2002-03-19 | 1 | -8/+2 |
| | |||||
* | - Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR | Andi Gutmans | 2002-03-12 | 1 | -1/+1 |
| | |||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Making error handling thread safe. Thanks to Paco Ortiz <fjortiz@comunet.es> | Frank M. Kromann | 2002-01-03 | 1 | -3/+3 |
| | |||||
* | proto fix | Hartmut Holzgraefe | 2001-12-17 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-06 | 1 | -1/+1 |
| | |||||
* | added mssql_fetch_assoc() to be more mysql conform | Harald Radi | 2001-12-02 | 1 | -1/+10 |
| | | | | | 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. Kromann | 2001-10-29 | 1 | -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. Kromann | 2001-10-23 | 1 | -14/+44 |
| | | | | | | | 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 Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) |