History log of /PHP-5.5/ext/odbc/php_odbc.c (Results 201 – 225 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


# 1b7bfe5b 16-Apr-2000 Nick Gorham

Removed unnecessary FAR's (I am assuming we don't need to work under
16 bit windows). They break several ODBC builds.


# a7c8bfb9 06-Apr-2000 Colin Viebrock

phpinfo() prettying


Revision tags: PHP-4.0-RC1
# 50a2574e 14-Mar-2000 Andi Gutmans

- ELS are passed to internal functions


# 773d0560 13-Mar-2000 Andreas Karajannis

odbc_close() and odbc_close_all() working again


# bb09ee95 12-Mar-2000 Sascha Schumann

Use sprintf everywhere and define sprintf to php_sprintf, if sprintf is broken.


# caeaaf4d 12-Mar-2000 Sascha Schumann

Fix build on systems which lack snprintf or vsnprintf.

PR: #3786


# 355eda0c 12-Mar-2000 Leo Baschy

remove recent patch to _close_odbc_conn calling _free_odbc_result


# 9dca788c 11-Mar-2000 Andi Gutmans

- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
There are 2-3 third-party libs in PHP which use DEBUG and I left them
this way (primary example is pcrelib).
- Please test

- Don't define DEBUG anymore. Everyone should use PHP_DEBUG.
There are 2-3 third-party libs in PHP which use DEBUG and I left them
this way (primary example is pcrelib).
- Please test things and Andrei, can you check that pcrelib stopped
printing the warning messages?

show more ...


# db33bb8f 09-Mar-2000 Leo Baschy

_close_odbc_conn calls _free_odbc_result if possible


1234567891011