History log of /PHP-5.6/ext/odbc/php_odbc.h (Results 51 – 75 of 81)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1
# fbbaf5b5 28-Dec-2000 Dan Kalowsky

it seems one section was missing the HAVE_SOLID_30 section...


Revision tags: php-4.0.4REL, php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4, php-4.0.4RC3
# 3e2ddd1e 17-Nov-2000 Dan Kalowsky

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

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)

show more ...


# 2f5f83f5 30-Oct-2000 Derick Rethans

- Added the two constants mentioned in bug #6097
# I did not test it, because I don't have access to an Adabase RDBMS


# e8861e6d 17-Oct-2000 Andreas Karajannis

Added support for SAP DB


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# ca1b12c5 29-Sep-2000 Dan Kalowsky

corrected lines for Solid 2.3 systems after some advice from users, please test...


Revision tags: php-4.0.2
# bee5b60a 22-Aug-2000 Dan Kalowsky

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 correcte

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

show more ...


Revision tags: PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE
# 83513d95 24-Jul-2000 David Croft

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 alr

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.

show more ...


Revision tags: PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 81ded022 06-Jul-2000 Stig Bakken

Applied DBMaker patch by Jeffrey Lin <clin@lion.syscom.com.tw>


# 16017f6d 02-Jul-2000 Sascha Schumann

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

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.

show more ...


# 5f81cba5 30-Jun-2000 Dan Kalowsky

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 correct

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.

show more ...


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# e50b33c2 28-May-2000 Andreas Karajannis

Cosmetic changes.


Revision tags: php-4.0.0
# f4357f32 11-May-2000 Andreas Karajannis

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

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

show more ...


Revision tags: php-4.0RC2, PHP-4.0-RC1
# 773d0560 13-Mar-2000 Andreas Karajannis

odbc_close() and odbc_close_all() working again


# 355eda0c 12-Mar-2000 Leo Baschy

remove recent patch to _close_odbc_conn calling _free_odbc_result


# db33bb8f 09-Mar-2000 Leo Baschy

_close_odbc_conn calls _free_odbc_result if possible


# 1e1e162e 23-Feb-2000 Sascha Schumann

Define SQL_SUCCEEDED for Solid.

PR: #3383


# 324391bc 23-Feb-2000 Andreas Karajannis

uodbc now uses zend's reference system. The crashes on request shutdown should be gone.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1, BEFORE_SAPI_POST_PATCH_17_FEB_2000, BEFORE_SAPIFICATION_FEB_10_2000, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 0ab3cda8 02-Jan-2000 Andreas Karajannis

Statements get closed before connection shutdown.
Disabled fetching all errors for Adabas.


# f5bf9676 31-Dec-1999 Sascha Schumann

Fix linking problems with iODBC. This is from the Adabas section, so
this might work for iODBC.


# 7c88c6fc 30-Dec-1999 Andreas Karajannis

Replaced some ODBC 3 stuff to be backwards compatible to ODBC 2


Revision tags: PRE_ISSET_TYPE, PRE_LIBZEND_TO_ZEND
# fb1c77bd 17-Dec-1999 Zeev Suraski

- Made PHP_VERSION and PHP_OS work again
- More php3_ cleanup
@- Restored the PHP_VERSION and PHP_OS constants (Zeev)


Revision tags: PRE_RETURN_REF_MERGE, RETURN_REF_BP
# 4bd855e6 11-Dec-1999 Andreas Karajannis

Don't include functions not supported by Solid


Revision tags: PRE_RETURN_REF_PATCH
# 2df67b7c 30-Nov-1999 Nick Gorham

Added check in the ODBC module that a connection is still valid before
reuse in a persistent connection.


# bd8b285a 29-Nov-1999 Stig Bakken

@Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)
Added DBMaker support (patch by Pax Tsai <paxtsai@lion.syscom.com.tw>)


Revision tags: ZO_B1, ZEND_OPTIMIZER_B1, php-4.0b3, PRE_USED_RETURN_VALUE_PATCH, php-4.0b3_RC5, php-4.0b3_RC4
# fd056d0c 09-Nov-1999 Stig Bakken

Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
#The Solid support still does not link, though (looks like a side-effect of
#the way the Solid libs are named and our stu

Clean up ODBC HAVE_XXX symbols, compile fixes for OpenLink and Solid.
#The Solid support still does not link, though (looks like a side-effect of
#the way the Solid libs are named and our stubborn friend libtool).
#This can wait until after 4.0b3.

show more ...


1234