History log of /PHP-5.5/ext/odbc/php_odbc.c (Results 76 – 100 of 257)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# acbdbe1e 17-Jan-2005 Antony Dovgal

fix leak appearing when odbc_errormsg() got invalid resource


# f17311c9 13-Jan-2005 Wez Furlong

Add support for ODBCRouter


Revision tags: php-5.0.3, php-4.3.10, SQLITE_4_3_20041227, php-5.0.3RC2, php-4.3.10RC2, php-5.0.3RC1, php-4.3.10RC1, PRE_NEW_VM_GEN_PATCH, php-5.0.2, php-4.3.9, php-5.0.2RC1, php-4.3.9RC3, PRE_ZEND_VM_DISPATCH_PATCH, php-4.3.9RC2
# 206c05dc 13-Aug-2004 Dan Kalowsky

Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correct
some of the behavior found in the odbc_fetch_*() functions. This patch
NEEDS to be tested on MS Access before a releas

Checking in a patch by Dave Lawson (dlawson@masterytech.com) to correct
some of the behavior found in the odbc_fetch_*() functions. This patch
NEEDS to be tested on MS Access before a release is done with it. This
submission is to get it into the daily builds for testing.

show more ...


Revision tags: php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# 56f8195f 19-Jul-2004 Andi Gutmans

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have

- Nuke empty_string. It is a reminanent from the time where RETURN_FALSE()
used to return "" and not bool(false). It's not worth keeping it because
STR_FREE() and zval_dtor() always have to check for it and it slows down
the general case. In addition, it seems that empty_string has been abused
quite a lot, and was used not only for setting zval's but generally in
PHP code instead of "", which wasn't the intention. Last but not least,
nuking empty_string should improve stability as I doubt every place
correctly checked if they are not mistakenly erealloc()'ing it or
calling efree() on it.
NOTE: Some code is probably broken. Each extension maintainer should
check and see that my changes are OK. Also, I haven't had time to touch
PECL yet. Will try and do it tomorrow.

show more ...


Revision tags: php-5.0.0RC4, php-5.0.0
# f20849d1 15-Jul-2004 Dan Kalowsky

Bug 29058 (patch submitted by bug reporter)


Revision tags: php-4.3.8
# 0c72b185 18-Jun-2004 Ilia Alshanetsky

Fixed possible memory leak.


Revision tags: php-5.0.0RC3, php-5.0.0RC3RC2, php-4.3.7, php-5.0.0RC3RC1, php-4.3.7RC1, RELEASE_0_1_1, php-5.0.0RC2, php-5.0.0RC2RC2, php-4.3.6, php-5.0.0RC2RC1, php-4.3.6RC3, php-4.3.6RC2, php-4.3.6RC1, php-4.3.5, php-4.3.5RC4, php-5.0.0RC1, php-5.0.0RC1RC2, php-5.0.0RC1RC1, RELEASE_0_2_0, php-4.3.5RC3, php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6, php_ibase_before_split, php-4.3.5RC1
# dbeb4158 08-Jan-2004 Andi Gutmans

- A belated happy holidays and PHP 5


Revision tags: php-5.0.0b3, php-5.0.0b3RC2, php-5.0.0b3RC1, php-4.3.4, php-4.3.4RC3, php-5.0.0b2, RELEASE_2_0_0RC1, php-5.0.0b2RC1, php-4.3.4RC2, RELEASE_1_3b3
# 4c4d5a02 17-Oct-2003 Ilia Alshanetsky

Fixed formatting issues (patch by: Joe Orton)


Revision tags: BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 8767205a 31-Aug-2003 Zeev Suraski

Fix Win32 linkage problems


# 04bbd9a2 28-Aug-2003 foobar

Revert the patch per Dan\´s request


# 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


1234567891011