summaryrefslogtreecommitdiff
path: root/ext/mssql
Commit message (Expand)AuthorAgeFilesLines
* - 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
* rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extensionDaniel Beulshausen2001-01-221-22/+22
* 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-293-104/+21
* 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-212-29/+119
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* 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
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-6/+6
* Adding howto file for MS SQLFrank M. Kromann2000-08-182-0/+46
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* 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
* making MSSQL module compile with new directory structureFrank M. Kromann2000-06-121-4/+4
* - Update module project files to include:Andi Gutmans2000-06-101-4/+4
* - 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
* s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.Sascha Schumann2000-05-231-8/+8
* Update the license with the new clause 6Zeev Suraski2000-05-182-4/+4
* #if COMPILE_DLSascha Schumann2000-05-021-2/+2
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* Removing invalid readme fileFrank M. Kromann2000-04-231-10/+0
* moving pointers to header and library files to match php_build structureFrank M. Kromann2000-04-232-11/+13
* Moving output modulesFrank M. Kromann2000-04-211-4/+4
* A few .dsp fixesZeev Suraski2000-04-201-6/+6
* 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-152-9/+9
* 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-192-4/+4
* Fixing up TS-modes. Non TS-modes will bee added laterFrank M. Kromann2000-02-161-4/+4
* Fixing up TS-modes. Non TS-modes will bee added laterFrank M. Kromann2000-02-161-61/+35
* Fixing compile and link with current cvs.Frank M. Kromann2000-02-133-102/+155
* Fix PostgreSQL startup routine in thread-safe modeZeev Suraski2000-02-051-20/+0
* - MS-SQL fixZeev Suraski2000-01-171-39/+41