History log of /PHP-8.3/ext/odbc/php_odbc.c (Results 226 – 250 of 389)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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 ;).


# 19b25ca5 07-Jan-2003 Dan Kalowsky

Version tag for future move to PECL


# b89d9db7 07-Jan-2003 Dan Kalowsky

Reverting last change as it really doesn't fix longreadlen problems in all
cases.


# 86b99ffc 06-Jan-2003 Dan Kalowsky

Patch for bug #19349


# b588e105 06-Jan-2003 Dan Kalowsky

Correction for bug #21279


# b506f5c8 31-Dec-2002 Sebastian Bergmann

Bump year.


Revision tags: php-4.3.0, php-4.3.0RC4, RELEASE_1_0b3, php-4.3.0RC3, php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 7d74a72d 31-Oct-2002 Dan Kalowsky

Patch for windows DSN less connection #20086 (by john@johnandlouise.com)


Revision tags: php-4.3.0pre2
# 2909e5c9 24-Oct-2002 Sascha Schumann

centralize #include "build-defs.h" and drop (sometimes inconsistent) other
instances


Revision tags: RELEASE_1_0b1, php-4.3.0pre1, MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003, RELEASE_0_91, php-4.3.0dev_zend2_alpha3, php-4.2.3, php-4.2.3RC2, php-4.2.3RC1
# 161e2799 14-Aug-2002 Dan Kalowsky

Silencing a compilier warning on windows


12345678910>>...16