summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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-131-2/+2
* Adding a new function mssql_next_result() allowing the query to return more t...Frank M. Kromann2001-03-091-148/+131
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fixed some protos.Egon Schmid2001-01-271-3/+3
* Fixing wrong return value when executing statements not returning a record set.Frank M. Kromann2001-01-041-1/+1
* Changed presentation of default values for textsize and textlimit in phpinfo().Frank M. Kromann2000-11-301-7/+21
* Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be used...Frank M. Kromann2000-11-291-25/+15
* Fixing wring resource handle returned from mssql_query().Frank M. Kromann2000-11-291-3/+2
* Adding new functions, mssql_affected_rows and mssql_fetch_batch.Frank M. Kromann2000-11-211-26/+110
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Fixing bug #6000Frank M. Kromann2000-10-201-0/+1
* Fixing bug #6000Frank M. Kromann2000-10-201-6/+7
* Fixing bug in mssql_fetch_object() and mssql_close()Frank M. Kromann2000-10-201-2/+8
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+9
* Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes w...Frank M. Kromann2000-08-311-0/+5
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* @- Fixed an initialization problem in the MS-SQL problem that could causeZeev Suraski2000-06-121-5/+5
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-22/+22
* some protos where missing proto keywordHartmut Holzgraefe2000-05-231-2/+2
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-2/+2
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Fixing init problem for Zval's in mssql_queryFrank M. Kromann2000-04-201-5/+5
* minor optimizationFrank M. Kromann2000-04-171-6/+8
* Fixing compilation errors in MSSQL moduleFrank M. Kromann2000-04-151-5/+5
* phpinfo() prettyingColin Viebrock2000-04-061-5/+7
* Description differs between version 3 and 4.Egon Schmid2000-03-281-34/+28
* Couple of thangs:Sterling Hughes2000-03-281-62/+149
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
* the pipe is breaking all the timeZeev Suraski2000-02-191-2/+2
* Fixing compile and link with current cvs.Frank M. Kromann2000-02-131-90/+109
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-051-20/+0
* - MS-SQL fixZeev Suraski2000-01-171-39/+41
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-13/+13
* More cleanup...Zeev Suraski1999-12-171-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* Fixing the use of mssql.textsize in pconnect()Frank M. Kromann1999-11-101-14/+6
* Adding MS SQL Server module for Win32Frank M. Kromann1999-11-031-0/+1429