summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Expand)AuthorAgeFilesLines
* 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 result...Frank M. Kromann2002-05-151-3/+5
* Fixing hanfling of data type REAL.Frank M. Kromann2002-05-142-16/+23
* 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
* 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-232-15/+46
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* 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 isn'...Jeroen van Wolffelaar2001-09-251-112/+112
* - 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
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-3/+0
* More TSRMLS_FETCH annihilation (Zend compatibility patch)Zeev Suraski2001-07-301-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-302-5/+5
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-282-74/+21
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
* ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)Thies C. Arntzen2001-07-111-2/+2
* Nuke zval_resetZeev Suraski2001-07-111-2/+2
* var_reset -> ZVAL_RESETZeev Suraski2001-07-111-2/+2
* Optimizing the mssql_execute function.Frank M. Kromann2001-07-051-50/+4
* Adding new function to convert from binary to GUID formatFrank M. Kromann2001-06-282-3/+74
* - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))Andi Gutmans2001-06-191-1/+1
* Fixing the return type of numeric data to be numericFrank M. Kromann2001-06-131-19/+32
* Fixing memory leak.Frank M. Kromann2001-06-052-62/+559
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* updating the win32 readmeFrank M. Kromann2001-05-141-10/+3
* Minor change to the way string lengths are calculated and space alocated.Frank M. Kromann2001-05-091-6/+6
* Getting rid of memset.Frank M. Kromann2001-05-091-15/+5
* Fixing the use of compatibility mode. When the flag is off the system should ...Frank M. Kromann2001-05-081-2/+2
* Fixing the use of compatibility_mode setting in php.ini.Frank M. Kromann2001-05-081-10/+27
* - Optimizer the previous patch a bit by nuking memset()Andi Gutmans2001-05-011-7/+7
* Adding support for BINARY, VARBINARY and IMAGE column types.Frank M. Kromann2001-05-011-1/+32
* Changed emailFrank M. Kromann2001-03-132-3/+3
* Adding a new function mssql_next_result() allowing the query to return more t...Frank M. Kromann2001-03-092-148/+133
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* Fixed some protos.Egon Schmid2001-01-271-3/+3