summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create branch 'PHP_5'.PHP-5SVN Migration2003-02-271-2208/+0
* 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
* Bug #21707 problem with realFrank M. Kromann2003-02-091-0/+5
* Removed pointless checks.Ilia Alshanetsky2003-01-301-3/+2
* Changed php_error to php_error_docref.Ilia Alshanetsky2003-01-181-1/+1
* Removed pointless memory allocation checks.Ilia Alshanetsky2003-01-181-12/+3
* Release skiped results. This will free memory on the server.Frank M. Kromann2003-01-121-31/+34
* Fixing copy and paste errorsFrank M. Kromann2003-01-101-3/+3
* Avoid warnings when running stored procedures returning multiple resultsFrank M. Kromann2003-01-101-10/+20
* Use the correct link when checking for more results on stored proceduresFrank M. Kromann2003-01-091-1/+1
* Restire BC for mssql_execute(). This will not break the new feature for handlingFrank M. Kromann2003-01-091-17/+45
* changed from LVAL to RESVAL macroFrank M. Kromann2003-01-091-2/+2
* Changed global data type to avoid problems with initializationFrank M. Kromann2003-01-081-1/+1
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.Frank M. Kromann2002-12-161-8/+20
* Changed php_error() to php_error_docref()Frank M. Kromann2002-12-031-33/+33
* Bug #19370Frank M. Kromann2002-12-031-72/+73
* Bug #17593Frank M. Kromann2002-12-031-0/+2
* Allocating enough memory to hold values.Frank M. Kromann2002-12-031-16/+17
* fix bug # 17497Sterling Hughes2002-10-281-1/+1
* Unify error messagesDerick Rethans2002-06-261-35/+35
* Adding ini setting for max_procsFrank M. Kromann2002-06-101-0/+2
* 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-141-15/+21
* Allow the MSSQL extension to use NT authenticationFrank M. Kromann2002-05-091-4/+10
* 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-281-1/+1
* 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-111-2/+2
* proto fixesHartmut Holzgraefe2001-12-061-1/+1
* added mssql_fetch_assoc() to be more mysql conformHarald Radi2001-12-021-1/+10
* 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-231-14/+44
* * 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