Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Use new infrastructure. | Zeev Suraski | 2003-08-03 | 1 | -2/+1 | |
| | | | | | There are bound to be some messups, please report build/runtime bugs! | |||||
* | Removed unused variables. | Ilia Alshanetsky | 2003-07-23 | 1 | -2/+1 | |
| | ||||||
* | Fixed bug #24752 (Unhandled "uniqueidentifier" field type) | Ilia Alshanetsky | 2003-07-23 | 2 | -0/+17 | |
| | | | | | Original Patch By: s.sonnenberg[at]coolspot.de | |||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | proto fixes | Andrey Hristov | 2003-06-12 | 1 | -22/+22 | |
| | ||||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 2 | -6/+6 | |
| | ||||||
* | 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 | |
| | ||||||
* | No c++ comments | foobar | 2003-03-14 | 1 | -2/+2 | |
| | ||||||
* | Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings. | foobar | 2003-03-07 | 1 | -10/+10 | |
| | | | | | | # Intentionally left out any 'alias' for it, this way 3rd party extension # maintainers will really NOTICE the change. | |||||
* | 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 | |
| | ||||||
* | MFB | Frank M. Kromann | 2003-02-09 | 2 | -5/+4 | |
| | ||||||
* | Bug #21707 problem with real | Frank M. Kromann | 2003-02-09 | 2 | -1/+6 | |
| | ||||||
* | 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 | |||||
* | Adding extended checks for where FreeTDS is installed | Frank M. Kromann | 2003-01-09 | 1 | -5/+31 | |
| | ||||||
* | 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 | 2 | -17/+46 | |
| | | | | | | 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 | 2 | -5/+6 | |
| | ||||||
* | Making the mssql extension work when build as a shared object | Frank M. Kromann | 2003-01-07 | 1 | -0/+1 | |
| | ||||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 | |
| | ||||||
* | - Align mssql comment and clarify DBA handler selection | Derick Rethans | 2002-12-30 | 1 | -1/+1 | |
| | ||||||
* | Fixing WIn32 build after adding support for FreeTDS | Frank M. Kromann | 2002-12-16 | 1 | -1/+1 | |
| | ||||||
* | Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms. | Frank M. Kromann | 2002-12-16 | 3 | -10/+88 | |
| | | | | | | 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 | 2 | -72/+74 | |
| | | | | | 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 | 2 | -0/+3 | |
| | ||||||
* | 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 | 2 | -16/+23 | |
| | | | | | Remove extra bytes allocated by emalloc calls | |||||
* | Allow the MSSQL extension to use NT authentication | Frank M. Kromann | 2002-05-09 | 2 | -4/+11 | |
| | ||||||
* | 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 | 2 | -2/+2 | |
| | ||||||
* | 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 | 2 | -4/+4 | |
| | ||||||
* | proto fixes | Hartmut Holzgraefe | 2001-12-06 | 1 | -1/+1 | |
| |