Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing Win32 build...after the last macro convertions. | Frank M. Kromann | 2001-09-26 | 1 | -14/+14 |
| | |||||
* | Back-substitute for Z_* macro's. If it breaks some extension (the script ↵ | Jeroen van Wolffelaar | 2001-09-25 | 1 | -112/+112 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | - More ZE2 fixes | Andi Gutmans | 2001-08-13 | 1 | -3/+1 |
| | |||||
* | more tsrm cleanup | Sascha Schumann | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | more tsrm cleanup -- output.c is not doing any fetches anymore | Sascha Schumann | 2001-08-05 | 1 | -0/+1 |
| | |||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -5/+4 |
| | |||||
* | More TSRMLS_FETCH work | Zeev Suraski | 2001-07-31 | 1 | -4/+2 |
| | |||||
* | Fixing build after implementing the new TSRM structure! | Frank M. Kromann | 2001-07-30 | 1 | -26/+11 |
| | |||||
* | Zend compatibility patch | Zeev Suraski | 2001-07-30 | 1 | -11/+8 |
| | |||||
* | More TSRMLS_FETCH work, and a bit of cleanup | Zeev Suraski | 2001-07-30 | 1 | -3/+0 |
| | |||||
* | More TSRMLS_FETCH annihilation (Zend compatibility patch) | Zeev Suraski | 2001-07-30 | 1 | -1/+1 |
| | |||||
* | Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵ | Zeev Suraski | 2001-07-30 | 2 | -5/+5 |
| | | | | the way | ||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 2 | -74/+21 |
| | |||||
* | - Get rid of ELS_*(), and use TSRMLS_*() instead. | Zeev Suraski | 2001-07-27 | 1 | -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. Arntzen | 2001-07-11 | 1 | -2/+2 |
| | |||||
* | Nuke zval_reset | Zeev Suraski | 2001-07-11 | 1 | -2/+2 |
| | |||||
* | var_reset -> ZVAL_RESET | Zeev Suraski | 2001-07-11 | 1 | -2/+2 |
| | |||||
* | Optimizing the mssql_execute function. | Frank M. Kromann | 2001-07-05 | 1 | -50/+4 |
| | |||||
* | Adding new function to convert from binary to GUID format | Frank M. Kromann | 2001-06-28 | 2 | -3/+74 |
| | |||||
* | - Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable)) | Andi Gutmans | 2001-06-19 | 1 | -1/+1 |
| | |||||
* | Fixing the return type of numeric data to be numeric | Frank M. Kromann | 2001-06-13 | 1 | -19/+32 |
| | |||||
* | Fixing memory leak. | Frank M. Kromann | 2001-06-05 | 2 | -62/+559 |
| | | | | | | 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 Bakken | 2001-05-24 | 1 | -0/+4 |
| | |||||
* | updating the win32 readme | Frank M. Kromann | 2001-05-14 | 1 | -10/+3 |
| | |||||
* | Minor change to the way string lengths are calculated and space alocated. | Frank M. Kromann | 2001-05-09 | 1 | -6/+6 |
| | |||||
* | Getting rid of memset. | Frank M. Kromann | 2001-05-09 | 1 | -15/+5 |
| | |||||
* | Fixing the use of compatibility mode. When the flag is off the system should ↵ | Frank M. Kromann | 2001-05-08 | 1 | -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. Kromann | 2001-05-08 | 1 | -10/+27 |
| | | | | | Nuking trailing spaces when returning a string. | ||||
* | - Optimizer the previous patch a bit by nuking memset() | Andi Gutmans | 2001-05-01 | 1 | -7/+7 |
| | |||||
* | Adding support for BINARY, VARBINARY and IMAGE column types. | Frank M. Kromann | 2001-05-01 | 1 | -1/+32 |
| | | | | | Thanks to Brad LaFountain. | ||||
* | Changed email | Frank M. Kromann | 2001-03-13 | 2 | -3/+3 |
| | |||||
* | Adding a new function mssql_next_result() allowing the query to return more ↵ | Frank M. Kromann | 2001-03-09 | 2 | -148/+133 |
| | | | | | | | 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 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 |
| | |||||
* | Fixed some protos. | Egon Schmid | 2001-01-27 | 1 | -3/+3 |
| | |||||
* | rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extension | Daniel Beulshausen | 2001-01-22 | 1 | -22/+22 |
| | |||||
* | Fixing wrong return value when executing statements not returning a record set. | Frank M. Kromann | 2001-01-04 | 1 | -1/+1 |
| | |||||
* | Changed presentation of default values for textsize and textlimit in phpinfo(). | Frank M. Kromann | 2000-11-30 | 1 | -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. Kromann | 2000-11-29 | 3 | -104/+21 |
| | | | | | | | 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. Kromann | 2000-11-29 | 1 | -3/+2 |
| | | | | | The error was introduced when adding mssql_fetch_batch(). | ||||
* | Adding new functions, mssql_affected_rows and mssql_fetch_batch. | Frank M. Kromann | 2000-11-21 | 2 | -29/+119 |
| | | | | | Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats. | ||||
* | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 |
| | |||||
* | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 |
| | |||||
* | Fixing bug #6000 | Frank M. Kromann | 2000-10-20 | 1 | -0/+1 |
| | | | | | | | Return the full content for datetime colums Make the same fix for smalldatetime | ||||
* | Fixing bug #6000 | Frank M. Kromann | 2000-10-20 | 1 | -6/+7 |
| | | | | | Return the full content for datetime colums | ||||
* | Fixing bug in mssql_fetch_object() and mssql_close() | Frank M. Kromann | 2000-10-20 | 1 | -2/+8 |
| | |||||
* | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -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. Kromann | 2000-08-31 | 1 | -0/+5 |
| | | | | with php and mssql server. | ||||
* | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -6/+6 |
| | | | | the libpath | ||||
* | Adding howto file for MS SQL | Frank M. Kromann | 2000-08-18 | 2 | -0/+46 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 |
| | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. |