Frank M. Kromann
1dd6e3ab61
Adding missing defines and lib/include paths
2003-12-03 06:50:19 +00:00
Frank M. Kromann
305d2a3948
oops. this should be with and not enable
2003-12-03 00:22:40 +00:00
Frank M. Kromann
de96d34adb
Adding mssql config file for the new build system
2003-12-03 00:17:04 +00:00
Frank M. Kromann
a7e2f95247
set freed pointer to null to avoid reuse
2003-12-02 18:38:30 +00:00
Frank M. Kromann
02ea233faa
MFB: Fix for bug #25817
...
Check for a return value from a stored procedure right after fetching rows
Replace code with some Z_ macros
2003-11-17 20:56:53 +00:00
Ilia Alshanetsky
fff7c6098b
Fixed bug #25777 (Do not rtrim() of text fields fetched from mssql)
2003-10-15 03:31:29 +00:00
Ilia Alshanetsky
9c82b1fa75
Fixed compiler warnings.
2003-08-31 20:45:51 +00:00
Zeev Suraski
8767205afa
Fix Win32 linkage problems
2003-08-31 12:41:53 +00:00
Andrey Hristov
b2eb454171
format string fixes
2003-08-28 21:00:24 +00:00
Ilia Alshanetsky
06da1b95db
Fixed typo.
2003-08-18 11:18:41 +00:00
Ilia Alshanetsky
93bcd55eaf
emalloc -> safe_emalloc
2003-08-12 00:58:52 +00:00
Zeev Suraski
538d58dd5f
Use new infrastructure.
...
There are bound to be some messups, please report build/runtime bugs!
2003-08-03 17:44:39 +00:00
Ilia Alshanetsky
3a9e5400c6
Removed unused variables.
2003-07-23 16:54:34 +00:00
Ilia Alshanetsky
1a1826903b
Fixed bug #24752 (Unhandled "uniqueidentifier" field type)
...
Original Patch By: s.sonnenberg[at]coolspot.de
2003-07-23 16:53:26 +00:00
Frank M. Kromann
d77e8393cd
Change fetch functions and protos so they make more sense.
...
fetch_row or fetch_assoc should not take the optional parameter
2003-07-03 16:53:04 +00:00
Frank M. Kromann
60d161a382
Updating email address
2003-06-14 03:35:16 +00:00
Andrey Hristov
864f217e20
proto fixes
2003-06-12 10:08:26 +00:00
James Cox
f68c7ff249
updating license information in the headers.
2003-06-10 20:04:29 +00:00
Frank M. Kromann
03c56a5a1f
Fix for bug 23402. Crash when mssql?bind was used incorrectly
2003-05-21 00:08:10 +00:00
Frank M. Kromann
c843ec8c6c
Fixing bit support. Bug #23324
2003-04-30 21:52:37 +00:00
foobar
4a244a3889
No c++ comments
2003-03-14 17:49:44 +00:00
foobar
3c9155e0cb
Renamed OnUpdateInt -> OnUpdateLong to prevent further misunderstandings.
...
# Intentionally left out any 'alias' for it, this way 3rd party extension
# maintainers will really NOTICE the change.
2003-03-07 05:15:28 +00:00
Frank M. Kromann
08b788dd44
Bug #20426 . Convert SMALLDATETIME correct
2003-02-11 01:24:07 +00:00
Derick Rethans
f35f5f56c4
- Whitespace fixes
2003-02-09 12:15:05 +00:00
Frank M. Kromann
da56457eec
cleanup variable initializations
2003-02-09 09:39:53 +00:00
Frank M. Kromann
9c161984a8
Fixing coredump when no php.ini file is used
2003-02-09 08:33:40 +00:00
Frank M. Kromann
eca4eb4522
MFB
2003-02-09 07:50:56 +00:00
Frank M. Kromann
62d42c2425
Bug #21707 problem with real
2003-02-09 07:18:02 +00:00
Ilia Alshanetsky
453368afdf
Removed pointless checks.
2003-01-30 02:33:16 +00:00
Ilia Alshanetsky
aebb39b014
Changed php_error to php_error_docref.
...
Thanks to Marcus Börger for writing a script that significantly simplifies
this process.
2003-01-18 21:31:11 +00:00
Ilia Alshanetsky
e2868b5788
Removed pointless memory allocation checks.
2003-01-18 19:41:56 +00:00
Frank M. Kromann
874cddd4ae
Release skiped results. This will free memory on the server.
...
Make mssql_execute work for stored procedures with and without returning result sets
2003-01-12 06:28:41 +00:00
Frank M. Kromann
16cda12728
Fixing copy and paste errors
2003-01-10 19:33:31 +00:00
Frank M. Kromann
c2e7158712
Avoid warnings when running stored procedures returning multiple results
...
before setting output and return values.
Additional results can be skipped by the optional parameter to mssql_execute
2003-01-10 19:23:36 +00:00
Frank M. Kromann
8e0535bcd5
Adding extended checks for where FreeTDS is installed
2003-01-09 22:35:16 +00:00
Frank M. Kromann
b33fe2b2c6
Use the correct link when checking for more results on stored procedures
2003-01-09 08:19:41 +00:00
Frank M. Kromann
6660f8ae4e
Restire BC for mssql_execute(). This will not break the new feature for handling
...
multiple results from a single stired procedure.
Adding mssql_free_statement()
2003-01-09 08:00:07 +00:00
Frank M. Kromann
392e5013b4
changed from LVAL to RESVAL macro
2003-01-09 02:44:44 +00:00
Frank M. Kromann
7cd7cad1b5
Changed global data type to avoid problems with initialization
2003-01-08 23:19:54 +00:00
Frank M. Kromann
1638ddd4c2
Making the mssql extension work when build as a shared object
2003-01-07 05:19:48 +00:00
Sebastian Bergmann
b506f5c8f8
Bump year.
2002-12-31 16:08:15 +00:00
Derick Rethans
e76d0043da
- Align mssql comment and clarify DBA handler selection
2002-12-30 08:55:21 +00:00
Frank M. Kromann
e93a1a92ec
Fixing WIn32 build after adding support for FreeTDS
2002-12-16 22:44:08 +00:00
Frank M. Kromann
5664a358fa
Allow the native MSSQL extension to be compiled with FreeTDS on *nix platforms.
...
This will make the whole MSSAL API available on these platforms.
@Allow compilation of mssql extension on *nix.
2002-12-16 22:26:49 +00:00
Frank M. Kromann
686010e050
Changed php_error() to php_error_docref()
2002-12-03 19:19:15 +00:00
Frank M. Kromann
13b6390df7
Bug #19370
...
Allow stored procedures to return multiple results.
2002-12-03 18:57:04 +00:00
Frank M. Kromann
5eaf2d10e7
Bug #17593
...
Make sure any pending data is released from the server when freeing the result
2002-12-03 18:04:35 +00:00
Frank M. Kromann
679d645738
Allocating enough memory to hold values.
...
Fix crash when certan stored procedures was called. This caused the free_result function to free memory not yet allocated.
2002-12-03 05:56:39 +00:00
Sterling Hughes
4ba703577b
fix bug # 17497
...
(fix by: ddb@bitxtender.de )
2002-10-28 20:16:24 +00:00
Derick Rethans
e7d006fa31
Unify error messages
2002-06-26 08:32:25 +00:00
Frank M. Kromann
509c606dbc
Adding ini setting for max_procs
2002-06-10 19:31:29 +00:00
Frank M. Kromann
7ca89cedf7
Fixing the mssql_query to handle multiple results correct if the first result does not return any data.
2002-05-15 18:07:17 +00:00
Frank M. Kromann
8d4097b29c
Fixing hanfling of data type REAL.
...
Remove extra bytes allocated by emalloc calls
2002-05-14 23:57:43 +00:00
Frank M. Kromann
f0141f965f
Allow the MSSQL extension to use NT authentication
2002-05-09 20:37:45 +00:00
Frank M. Kromann
f6ec73d37f
Minor change to allocated lengths for dates
2002-03-19 23:00:17 +00:00
Andi Gutmans
c8e7db984c
- Allow duality between Engine 1 & 2 using ZEND_STANDARD_CLASS_DEF_PTR
2002-03-12 20:18:01 +00:00
Sebastian Bergmann
90613d2282
Maintain headers.
2002-02-28 08:29:35 +00:00
Frank M. Kromann
5d0ac50c8b
Making error handling thread safe. Thanks to Paco Ortiz <fjortiz@comunet.es>
2002-01-03 23:08:21 +00:00
Hartmut Holzgraefe
f0c0b88fdd
proto fix
2001-12-17 20:06:29 +00:00
Sebastian Bergmann
38933514e1
Update headers.
2001-12-11 15:32:16 +00:00
Hartmut Holzgraefe
250aded265
proto fixes
2001-12-06 17:51:48 +00:00
Harald Radi
8d8f148d98
added mssql_fetch_assoc() to be more mysql conform
...
changed mssql_fetch_array() back to its default behaviour (MSSQL_BOTH)
2001-12-02 21:10:15 +00:00
Frank M. Kromann
75b32c64ff
Reset the error (or message) from the server when calling fetch_row functions.
...
If the user conected and changed the database the message from the change was reported
when the user checked the error function after a failed fetch.
This cased problems in PEAR/DB.
If the fetch fails for other resons than a fetch after the last row, the message from the server will still be reported.
2001-10-29 23:41:15 +00:00
Frank M. Kromann
991e30668f
Patch for correct handling of DATETIME values.
...
The patch is implemented with a parameter in php.ini controling if
datetime values are converted with the new or the old method.
Thanks to Michael Bretterklieber <mbretter@jawa.at>
2001-10-23 16:34:52 +00:00
Stig Bakken
689252082c
* zend_module_entry change: apino, debug and zts are moved first,
...
see README.EXTENSIONS file for upgrade help.
@Introduced extension version numbers (Stig)
2001-10-11 23:33:59 +00:00
Frank M. Kromann
b77c39ea65
Fixing Win32 build...after the last macro convertions.
2001-09-26 03:43:34 +00:00
Jeroen van Wolffelaar
c033288573
Back-substitute for Z_* macro's. If it breaks some extension (the script isn't optimal, it parses for example var->zval.value incorrect) please let me know.
2001-09-25 21:58:48 +00:00
Andi Gutmans
9a3d4e736c
- More ZE2 fixes
2001-08-13 16:13:25 +00:00
Sascha Schumann
23b9300fd1
more tsrm cleanup
2001-08-06 03:50:52 +00:00
Sascha Schumann
373b3e101e
more tsrm cleanup -- output.c is not doing any fetches anymore
2001-08-05 15:55:43 +00:00
Zeev Suraski
aa1772ca72
More TSRMLS_FETCH annihilation
2001-07-31 05:44:11 +00:00
Zeev Suraski
d76cf1da18
More TSRMLS_FETCH work
2001-07-31 04:53:54 +00:00
Frank M. Kromann
7020cccef9
Fixing build after implementing the new TSRM structure!
2001-07-30 17:27:08 +00:00
Zeev Suraski
c43806f415
Zend compatibility patch
2001-07-30 08:24:42 +00:00
Zeev Suraski
797a079a95
More TSRMLS_FETCH work, and a bit of cleanup
2001-07-30 06:18:13 +00:00
Zeev Suraski
7b1c400631
More TSRMLS_FETCH annihilation (Zend compatibility patch)
2001-07-30 04:58:07 +00:00
Zeev Suraski
1c25b8dd53
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
2001-07-30 01:56:43 +00:00
Zeev Suraski
d87cc976e1
Redesigned thread safety mechanism - nua nua
2001-07-28 11:36:37 +00:00
Zeev Suraski
fe6f8712a4
- Get rid of ELS_*(), and use TSRMLS_*() instead.
...
- 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...
2001-07-27 10:16:41 +00:00
Thies C. Arntzen
0ef0f8e32b
ZVAL_BOOL(v,0) -> ZVAL_FALSE(v)
2001-07-11 12:42:25 +00:00
Zeev Suraski
66d94bc655
Nuke zval_reset
2001-07-11 11:39:10 +00:00
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
dcdd6d2b05
updating the win32 readme
2001-05-14 21:03:38 +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
Daniel Beulshausen
7357ee8fa4
rename php_mssql70.dll to php_mssql.dll, as we have only one mssql extension
2001-01-22 19:15:32 +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
Hartmut Holzgraefe
1f6878e912
2nd step towards auto-credits
2000-11-20 10:33:33 +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
Daniel Beulshausen
b6f0d041f9
deleted a few unnecceasary defines and added the Release_TS_Inline path to the libpath
2000-08-24 17:48:30 +00:00
Frank M. Kromann
53a3f074ab
Adding howto file for MS SQL
2000-08-18 22:24:27 +00:00
Sascha Schumann
16017f6d78
Change header protection macros to conform to standard.
...
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.
2000-07-02 23:46:51 +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
Frank M. Kromann
2c5c26f205
making MSSQL module compile with new directory structure
2000-06-12 20:16:07 +00:00
Andi Gutmans
2b0a8049db
- Update module project files to include:
...
- HAVE_MODULE=1
- ZEND_WIN32
- PHP_WIN32
- COMPILE_DL_MODULE
- ZTS=1
2000-06-10 09:00:31 +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
Sascha Schumann
0236982d6d
s/COMPILE_DL/COMPILE_DL_EXTNAME/ for Windows build files.
2000-05-23 09:22:01 +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
7c9435e741
Removing invalid readme file
2000-04-23 10:54:44 +00:00
Frank M. Kromann
662280560f
moving pointers to header and library files to match php_build structure
2000-04-23 10:52:49 +00:00
Frank M. Kromann
12e319b091
Moving output modules
2000-04-21 12:26:42 +00:00
Zeev Suraski
0b8369196b
A few .dsp fixes
2000-04-20 22:52:37 +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
6062f199d9
Fixing up TS-modes. Non TS-modes will bee added later
2000-02-16 21:20:10 +00:00
Frank M. Kromann
b770a07e9c
Fixing up TS-modes. Non TS-modes will bee added later
2000-02-16 21:18:47 +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
4d2b0715d1
libzend -> Zend
1999-12-19 21:02:54 +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
62ed6e2c06
Project changed to allow compilation for MS SQL 6.5 or 7.0
1999-11-22 19:01:00 +00:00
Frank M. Kromann
3581f0d037
Fixing the use of mssql.textsize in pconnect()
1999-11-10 19:58:07 +00:00