Zeev Suraski
d70ce7be27
var_reset -> ZVAL_RESET
2001-07-11 09:39:09 +00:00
Frank M. Kromann
37cd3e026c
Optimizing the mssql_execute function.
2001-07-05 19:17:33 +00:00
Frank M. Kromann
a98efcda76
Adding new function to convert from binary to GUID format
2001-06-28 16:59:17 +00:00
Andi Gutmans
c977f29862
- Use ALLOC_HASHTABLE() instead of emalloc(sizeof(HashTable))
2001-06-19 16:03:35 +00:00
Frank M. Kromann
a86a08cc06
Fixing the return type of numeric data to be numeric
2001-06-13 17:00:32 +00:00
Frank M. Kromann
f8a697e2e8
Fixing memory leak.
...
Fixing mssql_pconnect to work with ISAPI
Adding MSSQL_NUM, MSSQL_ASSOC and MSSQL_BOTH so the extension will be more compatible with MySQL
2001-06-05 21:09:50 +00:00
Stig Bakken
1beda9ee1e
* include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)
2001-05-24 10:07:29 +00:00
Frank M. Kromann
5258141db8
Minor change to the way string lengths are calculated and space alocated.
2001-05-09 19:18:04 +00:00
Frank M. Kromann
90243d2cf0
Getting rid of memset.
2001-05-09 16:20:34 +00:00
Frank M. Kromann
8a030b9809
Fixing the use of compatibility mode. When the flag is off the system should return correct PHP types (default) when the flag is on strings will be returned for all data types.
2001-05-08 19:24:14 +00:00
Frank M. Kromann
aaebbecdcf
Fixing the use of compatibility_mode setting in php.ini.
...
Nuking trailing spaces when returning a string.
2001-05-08 18:10:25 +00:00
Andi Gutmans
4cef5e78d3
- Optimizer the previous patch a bit by nuking memset()
2001-05-01 18:13:59 +00:00
Frank M. Kromann
e8949d7781
Adding support for BINARY, VARBINARY and IMAGE column types.
...
Thanks to Brad LaFountain.
2001-05-01 18:01:08 +00:00
Frank M. Kromann
0981778351
Changed email
2001-03-13 16:33:39 +00:00
Frank M. Kromann
4230bdd3ed
Adding a new function mssql_next_result() allowing the query to return more than one result.
...
This can be done with a stored procedure or by sending more than one select to the server.
2001-03-09 23:37:56 +00:00
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
2001-02-26 06:11:02 +00:00
Egon Schmid
35524d3a73
Fixed some protos.
2001-01-27 19:48:58 +00:00
Frank M. Kromann
2c3f424e01
Fixing wrong return value when executing statements not returning a record set.
2001-01-04 17:29:50 +00:00
Frank M. Kromann
6cdc90bae3
Changed presentation of default values for textsize and textlimit in phpinfo().
...
the value -1 means "Server default"
2000-11-30 22:24:00 +00:00
Frank M. Kromann
20490db03f
Removed old version 6.5 code. Clinet Libraries for SQL Server 7.0 can be used with version 6,5.
...
Minor changes to use som Zend macros to define globals.
2000-11-29 22:06:47 +00:00
Frank M. Kromann
5cb6b6c667
Fixing wring resource handle returned from mssql_query().
...
The error was introduced when adding mssql_fetch_batch().
2000-11-29 17:08:22 +00:00
Frank M. Kromann
649c59b731
Adding new functions, mssql_affected_rows and mssql_fetch_batch.
...
Added optional paramter to mssql_query, batchsize used minimize the memery usage during select of large datasats.
2000-11-21 03:09:16 +00:00
Andrei Zmievski
f1dcb32c9f
Use zend_register_list_destructors_ex() instead.
2000-10-25 17:44:02 +00:00
Frank M. Kromann
4682a3fe95
Fixing bug #6000
...
Return the full content for datetime colums
Make the same fix for smalldatetime
2000-10-20 20:58:57 +00:00
Frank M. Kromann
2c874f745d
Fixing bug #6000
...
Return the full content for datetime colums
2000-10-20 20:49:35 +00:00
Frank M. Kromann
a2cb42039f
Fixing bug in mssql_fetch_object() and mssql_close()
2000-10-20 19:55:03 +00:00
Andrei Zmievski
7b4983c8f8
Mega-patch to get better resource information for modules.
...
* 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)
2000-10-20 18:25:16 +00:00
Frank M. Kromann
be78a31e2b
Attemt to fix a lot of bug reports (5582,5614,5633,60,6181,6202) on crashes with php and mssql server.
2000-08-31 19:25:31 +00:00
Sascha Schumann
0c03253635
Stop including dl/phpdl.h.
2000-06-24 15:36:04 +00:00
Zeev Suraski
1f0049158a
@- Fixed an initialization problem in the MS-SQL problem that could cause
...
@ a crash in mssql_query() (Zeev)
2000-06-12 21:39:51 +00:00
Andi Gutmans
3701bc4207
- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch
2000-06-05 19:47:54 +00:00
Hartmut Holzgraefe
7a0855aeb5
some protos where missing proto keyword
2000-05-23 22:19:29 +00:00
Sascha Schumann
4686a3b50e
Use #ifdef COMPILE_DL_EXTNAME solely.
2000-05-23 09:33:51 +00:00
Zeev Suraski
e043439ff6
Update the license with the new clause 6
2000-05-18 15:34:45 +00:00
Sascha Schumann
fe50664d4d
#if COMPILE_DL
...
becomes
#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
2000-05-02 00:44:35 +00:00
Sascha Schumann
0d383d9373
Replace the various get_module() functions with a uniform
...
ZEND_GET_MODULE(name) macro.
2000-05-02 00:30:36 +00:00
Frank M. Kromann
ba37ae2c0b
Fixing init problem for Zval's in mssql_query
2000-04-20 15:49:56 +00:00
Frank M. Kromann
d5bfb21f2f
minor optimization
2000-04-17 19:54:50 +00:00
Frank M. Kromann
9e601aaea7
Fixing compilation errors in MSSQL module
2000-04-15 19:30:45 +00:00
Colin Viebrock
a7c8bfb9fb
phpinfo() prettying
2000-04-06 21:07:44 +00:00
Egon Schmid
27e5c89b21
Description differs between version 3 and 4.
2000-03-28 17:03:32 +00:00
Sterling Hughes
a4de43fe87
Couple of thangs:
...
1. We've got protos!
2. The second half of the script is now most Zendiferous.
2000-03-28 01:38:50 +00:00
Stig Bakken
d02fe90b00
Change extension names in all extensions' zend_module_entry to their
...
directory name.
2000-03-06 18:44:01 +00:00
Zeev Suraski
86fa2aade2
the pipe is breaking all the time
2000-02-19 23:41:32 +00:00
Frank M. Kromann
7fa7c8a8e3
Fixing compile and link with current cvs.
2000-02-13 19:06:51 +00:00
Zeev Suraski
39cb8fe0ac
Fix PostgreSQL startup routine in thread-safe mode
2000-02-05 17:26:35 +00:00
Zeev Suraski
df138c2e2f
- MS-SQL fix
...
- Fix a crash bug in session_register()
2000-01-17 22:41:59 +00:00
Sascha Schumann
43ae2bffbb
Happy Y2K patch! Happy new year (or the new millennium, depending on whether
...
you start counting at 0 or 1).
2000-01-01 01:32:05 +00:00
Zeev Suraski
a1ad2872ee
- The tree compiles again
1999-12-18 22:40:35 +00:00
Zeev Suraski
66f5e50050
More cleanup...
1999-12-17 21:13:15 +00:00
Sascha Schumann
5b983c944f
Clean up php3.*\.h files. The files itself are renamed, and references in all
...
.*\.[ch] files were changed. There is a slight chance that my script missed
a few changes, please correct them manually.
1999-12-04 19:19:57 +00:00
Frank M. Kromann
3581f0d037
Fixing the use of mssql.textsize in pconnect()
1999-11-10 19:58:07 +00:00
Frank M. Kromann
e5ca107a3d
Adding MS SQL Server module for Win32
1999-11-03 20:35:58 +00:00