Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bug #21707 problem with real | Frank M. Kromann | 2003-02-09 | 1 | -0/+5 | |
| | ||||||
* | Removed pointless checks. | Ilia Alshanetsky | 2003-01-30 | 1 | -3/+2 | |
| | ||||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-18 | 1 | -1/+1 | |
| | | | | | | Thanks to Marcus Börger for writing a script that significantly simplifies this process. | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -12/+3 | |
| | ||||||
* | Release skiped results. This will free memory on the server. | Frank M. Kromann | 2003-01-12 | 1 | -31/+34 | |
| | | | | | Make mssql_execute work for stored procedures with and without returning result sets | |||||
* | Fixing copy and paste errors | Frank M. Kromann | 2003-01-10 | 1 | -3/+3 | |
| | ||||||
* | Avoid warnings when running stored procedures returning multiple results | Frank M. Kromann | 2003-01-10 | 1 | -10/+20 | |
| | | | | | | before setting output and return values. Additional results can be skipped by the optional parameter to mssql_execute | |||||
* | Use the correct link when checking for more results on stored procedures | Frank M. Kromann | 2003-01-09 | 1 | -1/+1 | |
| | ||||||
* | Restire BC for mssql_execute(). This will not break the new feature for handling | Frank M. Kromann | 2003-01-09 | 1 | -17/+45 | |
| | | | | | | multiple results from a single stired procedure. Adding mssql_free_statement() | |||||
* | changed from LVAL to RESVAL macro | Frank M. Kromann | 2003-01-09 | 1 | -2/+2 | |
| | ||||||
* | Changed global data type to avoid problems with initialization | Frank M. Kromann | 2003-01-08 | 1 | -1/+1 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 1 | -1/+1 | |
| | ||||||
* | Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms. | Frank M. Kromann | 2002-12-16 | 1 | -8/+20 | |
| | | | | | | This will make the whole MSSAL API available on these platforms. @Allow compilation of mssql extension on *nix. | |||||
* | Changed php_error() to php_error_docref() | Frank M. Kromann | 2002-12-03 | 1 | -33/+33 | |
| | ||||||
* | Bug #19370 | Frank M. Kromann | 2002-12-03 | 1 | -72/+73 | |
| | | | | | Allow stored procedures to return multiple results. | |||||
* | Bug #17593 | Frank M. Kromann | 2002-12-03 | 1 | -0/+2 | |
| | | | | | Make sure any pending data is released from the server when freeing the result | |||||
* | Allocating enough memory to hold values. | Frank M. Kromann | 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) | |||||
* | Fixing Win32 build...after the last macro convertions. | Frank M. Kromann | 2001-09-26 | 1 | -14/+14 | |
| | ||||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -112/+112 | |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | |||||
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -3/+1 | |
| | ||||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 | |
| | ||||||
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -0/+1 | |
| | ||||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -5/+4 | |
| | ||||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+2 | |
| | ||||||
* | Fixing build after implementing the new TSRM structure! | Frank M. Kromann | 2001-07-30 | 1 | -26/+11 | |
| | ||||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -11/+8 | |
| | ||||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -3/+0 | |
| | ||||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 | |
| | ||||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 1 | -1/+1 | |
| | | | | the way | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -63/+20 | |
| | ||||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -1/+1 | |
| | | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it... | |||||
* | ZVAL_BOOL(v,0) -> ZVAL_FALSE(v) | Thies C. Arntzen | 2001-07-11 | 1 | -2/+2 | |
| | ||||||
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -2/+2 | |
| |