summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
Commit message (Collapse)AuthorAgeFilesLines
* Adding a new function mssql_next_result() allowing the query to return more ↵Frank M. Kromann2001-03-091-148/+131
| | | | | | | than one result. This can be done with a stored procedure or by sending more than one select to the server.
* - 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
| | | | | the value -1 means "Server default"
* Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be ↵Frank M. Kromann2000-11-291-25/+15
| | | | | | | used with version 6,5. Minor changes to use som Zend macros to define globals.
* Fixing wring resource handle returned from mssql_query().Frank M. Kromann2000-11-291-3/+2
| | | | | The error was introduced when adding mssql_fetch_batch().
* Adding new functions, mssql_affected_rows and mssql_fetch_batch.Frank M. Kromann2000-11-211-26/+110
| | | | | Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats.
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
|
* Fixing bug #6000Frank M. Kromann2000-10-201-0/+1
| | | | | | | Return the full content for datetime colums Make the same fix for smalldatetime
* Fixing bug #6000Frank M. Kromann2000-10-201-6/+7
| | | | | Return the full content for datetime colums
* 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
| | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei)
* Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes ↵Frank M. Kromann2000-08-311-0/+5
| | | | with php and mssql server.
* 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
| | | | | @ a crash in mssql_query() (Zeev)
* - 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
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* 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
| | | | | | 1. We've got protos! 2. The second half of the script is now most Zendiferous.
* Change extension names in all extensions' zend_module_entry to theirStig Bakken2000-03-061-1/+1
| | | | | directory name.
* 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
| | | | | - Fix a crash bug in session_register()
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
| | | | | you start counting at 0 or 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
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* 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