History log of /PHP-5.5/ext/sybase_ct/php_sybase_ct.c (Results 76 – 100 of 172)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.0.0RC4, php-5.0.0, php-4.3.8
# e5cfb1d0 10-Jul-2004 Andi Gutmans

- Better stability during premature shutdown of request startup


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
# 8eac9134 21-May-2004 Timm Friebe

- Fixed bug #28354


# e489d93a 18-May-2004 Edin Kadribasic

TSRM fix


# 425ae989 16-May-2004 Timm Friebe

- Fixed auto-conversion from long to double when LONG_MAX /
LONG_MIN where overflown


Revision tags: php-5.0.0RC2, php-5.0.0RC2RC2
# fb252100 16-Apr-2004 Uwe Schindler

set Sybase default APPNAME to ("PHP " PHP_VERSION)


Revision tags: 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
# 104f2b5f 15-Feb-2004 Timm Friebe

- Fixed bug #26407 (Result set fetching broken around transactions)


# e0c7f10e 15-Feb-2004 Timm Friebe

- Changed initialization of function arguments to message handler
# Hopefully fixes bug #27157 (Compile Failure on Solaris 8), user does
# not know how to use patch and therefore couldn't ver

- Changed initialization of function arguments to message handler
# Hopefully fixes bug #27157 (Compile Failure on Solaris 8), user does
# not know how to use patch and therefore couldn't verify this works.

show more ...


Revision tags: php-5.0.0b4, php-5.0.0b4RC1, php-4.3.5RC2, RELEASE_1_3b6
# 35409efd 25-Jan-2004 Timm Friebe

@- Added ability to define a message handler not only globally, but also
@ per connection (Timm)
@- Made sybct.login_timeout changeable at runtime (Timm)
@- Added ini option sybct.packet

@- Added ability to define a message handler not only globally, but also
@ per connection (Timm)
@- Made sybct.login_timeout changeable at runtime (Timm)
@- Added ini option sybct.packet_size which lets you control the packet
@ size (Timm)

show more ...


Revision tags: php_ibase_before_split
# 4cb85d4b 24-Jan-2004 Timm Friebe

@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
@ parameters" (Timm)
@- Fixed memory leak in sybase_set_message_handler() (Timm)
# Fixed bug with large numerics c

@- Fixed bug #22403 "PHP crashes when executing a sql procedure without
@ parameters" (Timm)
@- Fixed memory leak in sybase_set_message_handler() (Timm)
# Fixed bug with large numerics correctly (initial fix in r. 1.76 failed
# for MAX_LONG + 1, for example)

show more ...


# 348abec2 18-Jan-2004 Timm Friebe

- Fixed compiler warnings (int format, long int arg)


# f4983c0d 17-Jan-2004 foobar

- Renamed all *php4* files to *php5*, changed all php4/PHP4 to php5/PHP5


Revision tags: 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, BEFORE_HANDLERS_RESHUFFLE, RELEASE_1_3b2, php-4.3.4RC1, RELEASE_0_7
# 2811f929 28-Aug-2003 foobar

MFB


Revision tags: php-4.3.3, php-4.3.3RC4
# 93bcd55e 12-Aug-2003 Ilia Alshanetsky

emalloc -> safe_emalloc


Revision tags: RELEASE_0_5_3, php-4.3.3RC3, RELEASE_0_5_2, RELEASE_1_2b5, BEFORE_ARG_INFO, php-4.3.3RC2, php-5.0.0b1, php-4.3.3RC1
# f68c7ff2 10-Jun-2003 James Cox

updating license information in the headers.


Revision tags: BEFORE_FD_REAPPLY, php-4.3.2, php-4.3.2RC4, BEFORE_FD_REVERT, php-4.3.2RC3, RELEASE_0_9b, SPL_ALPHA, php-4.3.2RC2, RELEASE_0_6, RELEASE_0_5, init, php-4.3.2RC1
# 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.


Revision tags: php-4.3.1
# 453368af 30-Jan-2003 Ilia Alshanetsky

Removed pointless checks.


Revision tags: PHP_5_0_dev_before_13561_fix, PHP_4_3_before_13561_fix
# 6bf2ce34 22-Jan-2003 Ilia Alshanetsky

Removed non-needed code.


# 2b121d0b 15-Jan-2003 Ilia Alshanetsky

Various corrections.


# 299614ae 15-Jan-2003 Ilia Alshanetsky

Newer parameter parsing API.


# c4088ce2 11-Jan-2003 Ilia Alshanetsky

Do not 'convert' double columns to integers after the 1st row in the result
set.


# 48f2ad47 11-Jan-2003 Ilia Alshanetsky

Fixed handling of NUMERIC type, when it contains numbers that could
potentially exceed the interger limit.


# 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
# b9fa1813 07-Dec-2002 Timm Friebe

- Fixed three memory leaks
- Fixed segfault with sybase_unbuffered_query() and unfetched resultsets


Revision tags: php-4.3.0RC2, RELEASE_1_0b2, BEFORE_RENAMING, php-4.3.0RC1
# 9a275e27 12-Nov-2002 Edin Kadribasic

Fixed ZTS build and removed an unused variable.


1234567