History log of /PHP-7.4/ext/oci8/oci8.c (Results 251 – 275 of 511)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b0b4b6ef 10-Oct-2004 Antony Dovgal

prevent deadlocks when re-using previously established persistent connection


# 454b9659 28-Sep-2004 Antony Dovgal

fix bug #29652 (number of FD to ocius.msb is growing)
many thanks to Sergei V. Rozinov <S dot Rozinov at sibron dot ru> for testing


Revision tags: 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, php-5.0.1, php-5.0.1RC2, php-4.3.9RC1, php-5.0.1RC1, RELEASE_0_1
# cbd5396c 19-Jul-2004 Antony Dovgal

fix build


# 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
# f6eb507b 15-Jul-2004 Antony Dovgal

fix #29012 (Potential race during first connection) thanks to cjbj at hotmail dot com


Revision tags: php-4.3.8
# 08486a0e 12-Jul-2004 Antony Dovgal

fix #28978 (multiple OCIBindByName on the same placeholder eats memory)


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
# af96ad84 26-Apr-2004 Antony Dovgal

hmm. this comma is supposed to be a semicolon.


Revision tags: 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
# 81f05c18 25-Feb-2004 Ard Biesheuvel

Wordsize fixes


# 7837416c 20-Feb-2004 Antony Dovgal

this should really fix compile failure with gcc 2.96


# 26332c04 20-Feb-2004 foobar

Fix compile failure


# 6e151627 20-Feb-2004 foobar

Only use Z_TYPE* with zvals..


Revision tags: php-4.3.5RC3
# 4127b304 12-Feb-2004 Stig Bakken

* email address update


# f8125ed9 12-Feb-2004 Stig Bakken

* update my email address


Revision tags: php-5.0.0b4, php-5.0.0b4RC1
# d3cd05c9 05-Feb-2004 Antony Dovgal

fix bug #27149
(offset should start with 1)


Revision tags: php-4.3.5RC2
# f1c40a4a 03-Feb-2004 Antony Dovgal

-remove obsolete types
-changes in config.m4 to make oci8 to compile with Oracle 10g
(thanks to cjbj at hotmail dot com for reporting both problems)


# c7699856 02-Feb-2004 Antony Dovgal

add missing alias for ocifreecursor()


# fec01159 02-Feb-2004 Antony Dovgal

fix yet another possible segfault


# fab59356 28-Jan-2004 Antony Dovgal

two fixes:
-oci_lob_load shouldn't reset LOB's length to zero
-Oracle feels bad, but reports no error, when trying to erase LOB with offset bigger than LOB


# 6fe26e96 26-Jan-2004 Antony Dovgal

change to use different allocator (Sascha, thanks =) )


# 83a1eaf7 26-Jan-2004 Antony Dovgal

fix this annoying notice about limited range


# f64928bd 26-Jan-2004 Antony Dovgal

improve debug messages


# 9fcb1dd2 26-Jan-2004 Antony Dovgal

oops =(
forgot these brackets..


# 15f22a57 26-Jan-2004 Antony Dovgal

fix oci_field_type_raw's proto
oci_collection_element_get should return FALSE only if there is no such element and NULL, if it's null


Revision tags: RELEASE_1_3b6, php_ibase_before_split
# dbb29bae 22-Jan-2004 Antony Dovgal

add missing protos
and some minor changes


# 26172609 22-Jan-2004 Antony Dovgal

MFB
oci_lob_save() should be removed indeed, but we're already in feature freeze =(


1...<<1112131415161718192021