History log of /PHP-7.4/ext/odbc/php_odbc.c (Results 176 – 200 of 347)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 29b9d262 28-Aug-2003 foobar

typofix


# 0347ca91 27-Aug-2003 Dan Kalowsky

Committing a patch for IBM DB2 BLOB support submitted by Clara Liu
(clara@zealworks.com).
# I haven't had time to completely test this patch, a few users have stated
# that it works well

Committing a patch for IBM DB2 BLOB support submitted by Clara Liu
(clara@zealworks.com).
# I haven't had time to completely test this patch, a few users have stated
# that it works well for them and a few others want to test with windows
# builds, hence the submission.

show more ...


Revision tags: php-4.3.3, php-4.3.3RC4
# e6b916cb 14-Aug-2003 Ilia Alshanetsky

Fixed bug #25081 (odbc_fetch_array() may mangle numeric fields).


# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


# 7f5dc67b 11-Aug-2003 foobar

Fix compile warning


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5
# 538d58dd 03-Aug-2003 Zeev Suraski

Use new infrastructure.

There are bound to be some messups, please report build/runtime bugs!


Revision tags: BEFORE_ARG_INFO, php-4.3.3RC2
# a1d8121b 11-Jul-2003 Dan Kalowsky

Fix for bug #22897


Revision tags: php-5.0.0b1, php-4.3.3RC1
# 89341462 16-Jun-2003 Andrey Hristov

proto fixes
#my head hurts now. no more fixes today ;)


# 60d161a3 14-Jun-2003 Frank M. Kromann

Updating email address


# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


# 93567278 31-May-2003 foobar

MFB


Revision tags: BEFORE_FD_REAPPLY
# ded4aadd 30-May-2003 Ilia Alshanetsky

Fixed bug #23898 (Proper handling of NULLs in odbc_result, odbc_fetch_into
and odbc_result_all)


Revision tags: php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b
# 20d88e4c 02-May-2003 foobar

- Fixed bug #22580 (ext/odbc compile failure with dbmaker)


Revision tags: SPL_ALPHA
# 6fc4f3a2 30-Apr-2003 Wez Furlong

Fix memory leak in odbc_fetch_(array|object).
Enable those functions for IBM DB2.


Revision tags: php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init
# 0e6fca4f 18-Mar-2003 Stig Bakken

* email address change


Revision tags: php-4.3.2RC1
# 68e36864 12-Mar-2003 Ilia Alshanetsky

Fixed spprintf() usage.
Fixed compiler warnings.


# 3c9155e0 07-Mar-2003 foobar

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.


# c5053e0f 04-Mar-2003 Ilia Alshanetsky

Fixed bug #22437.


Revision tags: php-4.3.1
# 0a18a9d7 16-Feb-2003 Wez Furlong

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file de

A add much more useful select(2) implementation than is provided by
windows sockets. The winsock implementation will only work with sockets;
our implementation works with sockets and file descriptors.
By association, stream_select() will now operate correctly with files, pipes and sockets.

This change required linking against the winsock2 library. In terms of
compatibility, only older versions of windows 95 do not have winsock2
installed by default. It is available as a redistributable file, and is most likely installed by any OS patches (eg: Internet Explorer) applied by the user.

Also, add a win32 compatible pipe test when opening a stream from a pipe. This test will only work on NT, win2k and XP platforms. Without this test, interleaved fread() and select() calls would cause the read buffer to be clobbered. I will be working on a fix for this issue for win9x.

show more ...


# cba812ef 07-Feb-2003 Dan Kalowsky

MFB


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# b48d7097 24-Jan-2003 Dan Kalowsky

Patch for bug #21844


# aebb39b0 18-Jan-2003 Ilia Alshanetsky

Changed php_error to php_error_docref.

Thanks to Marcus Börger for writing a script that significantly simplifies
this process.


# e2868b57 18-Jan-2003 Ilia Alshanetsky

Removed pointless memory allocation checks.


# ae8f64e3 16-Jan-2003 Dan Kalowsky

Adding in test ability for WIndows to fetch_objects


# ac3e8601 08-Jan-2003 Ilia Alshanetsky

Version is char ;).


12345678910>>...14