History log of /PHP-7.2/ext/odbc/php_odbc.c (Results 251 – 275 of 316)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 92fc2093 05-Dec-2000 Stig Bakken

Applied IBM DB2 patch by Walter Franzini <walter@sys-net.it>
@ext/odbc: IBM DB2 patch by Walter Franzini <walter@sys-net.it>


Revision tags: php-4.0.4RC3
# b52648ef 17-Nov-2000 Dan Kalowsky

Missed one section that required the addition of a new HAVE_SOLID_30
This should be correct now.


# 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 ...


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

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_destruc

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)

show more ...


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...


# e048e34e 28-Sep-2000 Frank M. Kromann

Having odbc_tables() and odbc_columns() match the documentation with parameters optionel from the right


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 81ded022 06-Jul-2000 Stig Bakken

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


# b9037f7d 02-Jul-2000 Andi Gutmans

- Make PHP compile again under Windows.
- Please be careful when you make such changes.


# 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
# 0c032536 24-Jun-2000 Sascha Schumann

Stop including dl/phpdl.h.


# 2987d521 15-Jun-2000 Andi Gutmans

- More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions


Revision tags: PRE_EIGHT_BYTE_ALLOC_PATCH
# 022159a6 07-Jun-2000 Zeev Suraski

- Fix Win32 build
- Nuke a warning


# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 2980f7f9 28-May-2000 Andreas Karajannis

Changed parameter naming some function prototypes


# e50b33c2 28-May-2000 Andreas Karajannis

Cosmetic changes.


# 4686a3b5 23-May-2000 Sascha Schumann

Use #ifdef COMPILE_DL_EXTNAME solely.


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

Turn off retrieving the whole error stack


# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


# 07f7b8c1 11-May-2000 Andreas Karajannis

Prototype adapted


# 010f7850 11-May-2000 Andreas Karajannis

Restoring old parameter ordering in odbc_fetch_into()


# 7a3e2ee7 11-May-2000 Egon Schmid

Fixed some typos.


# 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
# fe50664d 02-May-2000 Sascha Schumann

#if COMPILE_DL

becomes

#if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)


# 0d383d93 02-May-2000 Sascha Schumann

Replace the various get_module() functions with a uniform
ZEND_GET_MODULE(name) macro.


1...<<111213