Sebastian Bergmann
08659c2dcd
MFH: Bump copyright year, 3 of 3.
17 years ago
Patrick van Kleef
1401532e97
- MFH: Fixed code to use ODBC 3.52 datatypes for 64bit systems (bug #43666 )
18 years ago
Sebastian Bergmann
d1dded8751
MFH: Bump copyright year, 2 of 2.
18 years ago
Sebastian Bergmann
4223aa4d5e
MFH: Bump year.
19 years ago
foobar
5bd93221a8
bump year and license version
20 years ago
foobar
23e671a51e
- Bumber up year
21 years ago
foobar
172f3af8ed
- Add support for latest Birdstep
21 years ago
foobar
ccfc46b0aa
- Happy new year and PHP 5 for rest of the files too..
# Should the LICENSE and Zend/LICENSE dates be updated too?
22 years ago
foobar
d862a8ee90
WS fix
23 years ago
James Cox
f68c7ff249
updating license information in the headers.
23 years ago
foobar
20d88e4c34
- Fixed bug #22580 (ext/odbc compile failure with dbmaker)
23 years ago
Wez Furlong
9db67f05e1
UnixODBC also supports the fetch_array() and fetch_object() functions...
23 years ago
Wez Furlong
6fc4f3a2ef
Fix memory leak in odbc_fetch_(array|object).
Enable those functions for IBM DB2.
23 years ago
Stig Bakken
0e6fca4f22
* email address change
23 years ago
Dan Kalowsky
dacf98c86f
typo corrected
23 years ago
Dan Kalowsky
ae8f64e325
Adding in test ability for WIndows to fetch_objects
23 years ago
Sebastian Bergmann
b506f5c8f8
Bump year.
23 years ago
Dan Kalowsky
6b31498d09
The start of adding odbc_data_source() functionality
24 years ago
foobar
748e75774d
- Fixed bug #15803 (and propably others related too, part 2/2)
. Changed the configure/compile so that it doesn't "pollute" the INCLUDES
anymore and thus cause trouble with other extensions which
might use the same header files. (e.g. Informix)
. Separated the #include statements to own file so we don't get any
errors when compiling main/internal_functions.c
24 years ago
foobar
b4f73cc4f9
- Fix more possible bugs (bug #16008 related)
24 years ago
James Cox
0c78c87f34
Changing the Velocis extension to now be called Birdstep, due to a product/company change.
added aliases for Velocis to the birdstep functions.
# testing is both advised and encouraged!
@ The Velocis extension is no
24 years ago
Sebastian Bergmann
90613d2282
Maintain headers.
24 years ago
Sebastian Bergmann
38933514e1
Update headers.
25 years ago
foobar
85e15deabe
These are redefined in the sqltypes.h that comes with unixODBC. PR: #12519
25 years ago
Zeev Suraski
c43806f415
Zend compatibility patch
25 years ago
Zeev Suraski
1c25b8dd53
Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on the way
25 years ago
Zeev Suraski
d87cc976e1
Redesigned thread safety mechanism - nua nua
25 years ago
Dan Kalowsky
746dd9cbe4
Closed off Solid DB access to a function that it doesn't support in 3.0 and less.
Thanks to Eric Veldhuzen
25 years ago
foobar
1e0aaeffe9
Fix bug: #11508
25 years ago
Wenhui Zhang
b6b5039f25
Change for Empress PHP support
25 years ago
Kevin
3cd2c989d3
Fixed compatibility issues in the ODBC extension for the Velocis Database server. Specifically, config.m4 was changed to use the client libraries instead of the serer libraries, and to look for the libs in the $RDSHOME/lin directory ass opposed to the $RDSHOME/bin directory. Makefile.in was changed to use the php_odbc.c file as the source for Velocis support. Other misc changes include a few #defines for some undefined data types and some #ifdefs for unsupported functions.
25 years ago
Frank M. Kromann
f98710c870
Adding a new function odbc_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.
25 years ago
Andi Gutmans
eb6ba01d1c
- Fix copyright notices with 2001
25 years ago
Stig Bakken
fcdf6ac680
@- Added odbc_error() and odbc_errormsg() functions (Stig)
25 years ago
Dan Kalowsky
fbbaf5b5b5
it seems one section was missing the HAVE_SOLID_30 section...
25 years ago
Dan Kalowsky
3e2ddd1edf
Corrected the spelling of verion to version, and cleaned the configuration
code up a bit. Also added in much better (read: tested) support for
Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen,
minor modifications done (by me) to make it non-linux specific.
This commit also creates the HAVE_SOLID_30 define
@ Fixed/created support for Solid 3.0 databases (kalowsky)
@ Fixed support for Solid 2.3 databases (kalowsky)
26 years ago
Derick Rethans
2f5f83f518
- Added the two constants mentioned in bug #6097
# I did not test it, because I don't have access to an Adabase RDBMS
26 years ago
Andreas Karajannis
e8861e6d20
Added support for SAP DB
26 years ago
Dan Kalowsky
ca1b12c5a1
corrected lines for Solid 2.3 systems after some advice from users, please test...
26 years ago
Dan Kalowsky
bee5b60a22
cleaned up the PHP/SOLID integration code, and corrected some minor assumptions on my part for the 3.5 EE systems. also removed a series of warnings on builds within the ODBC functions, and corrected header order. include of the SS_LINUX and SS_FBX defines, needed to make solid headers completely happy with the wchar.h situation.
THIS DOES NOT FIX BUG ID #4615
26 years ago
David Croft
83513d9580
Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.
Added a few RCS $Id$ tags.
# Note: I have avoided changing any .h files if the corresponding .c file
# had not already been changed as I am not sure if there are any legal
# issues here. So some extensions still have PHP 3 headers.
26 years ago
Stig Bakken
81ded022e0
Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>
26 years ago
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.
26 years ago
Dan Kalowsky
5f81cba573
updates for the SolidEE to work for 3.5 with PHP4.0.1. Still causes warning of "integer from pointer used without typecast" but does not seem to effect the final build any. have not found a correction yet. has not shown the SQLParamData bug either, but unknown if it is closed as i was unable to reproduce it.
basically fixed the config.m4 file, and added a #define of HAVE_SOLID_35, due to the solidee 3.5 vs all other solidee systems being drastically different. and solidtech providing no means for testing what version you are using.
does not include fixes for the linux users of glibc2 (automatically assumes libc5). temporary work around, link your /usr/local/solid/lib files from a scll2x23 or scll2x30 to a scllux30 or scllux23 name... suggestions to automate this are welcome.
26 years ago
Andreas Karajannis
e50b33c240
Cosmetic changes.
26 years ago
Andreas Karajannis
f4357f3254
Forcing passing by reference for array in odbc_fetch_into()
Added function odbc_column_scale(), new alias odbc_column_precision for odbc_column_len
Added better description in Prototypes for some functions
26 years ago
Andreas Karajannis
773d0560f2
odbc_close() and odbc_close_all() working again
26 years ago
Leo Baschy
355eda0cf3
remove recent patch to _close_odbc_conn calling _free_odbc_result
26 years ago
Leo Baschy
db33bb8ff6
_close_odbc_conn calls _free_odbc_result if possible
26 years ago
Sascha Schumann
1e1e162e31
Define SQL_SUCCEEDED for Solid.
PR: #3383
26 years ago