summaryrefslogtreecommitdiff
path: root/ext/mssql/php_mssql.c
Commit message (Collapse)AuthorAgeFilesLines
...
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 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 ↵Jeroen van Wolffelaar2001-09-251-112/+112
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* - 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 ↵Zeev Suraski2001-07-301-1/+1
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-63/+20
|
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-1/+1
| | | | | | | - Move to the new ts_allocate_id() API This patch is *bound* to break some files, as I must have had typos somewhere. If you use any uncommon extension, please try to build it...
* 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-281-2/+72
|
* - 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-051-61/+542
| | | | | | Fixing mssql_pconnect to work with ISAPI Adding MSSQL_NUM, MSSQL_ASSOC and MSSQL_BOTH so the extension will be more compatible with MySQL
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* 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
| | | | return correct PHP types (default) when the flag is on strings will be returned for all data types.
* Fixing the use of compatibility_mode setting in php.ini.Frank M. Kromann2001-05-081-10/+27
| | | | | Nuking trailing spaces when returning a string.
* - 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
| | | | | Thanks to Brad LaFountain.
* Changed emailFrank M. Kromann2001-03-131-2/+2
|
* 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
|