History log of /PHP-7.4/ext/mysqli/mysqli_api.c (Results 226 – 250 of 382)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 8b9b553a 05-Oct-2007 Andrey Hristov

Import mysqlnd
Patch ext/mysql and ext/mysqli to support mysqlnd


Revision tags: BEFORE_IMPORT_OF_MYSQLND_IN_5_3, RELEASE_1_2_2
# 09fbf87a 06-Sep-2007 Andrey Hristov

Fixed leaks with multiple connects using one mysqli object.
HEAD will be fixed during the next mysqlnd merge

Fixed failing test for bug38710, 5.0 version is bad, 5.1 is ok.


# 649152ca 05-Sep-2007 Andrey Hristov

Fixed bug #42378 (mysqli_stmt_bind_result memory exhaustion)
Fixed regression of bug 38710. Already fixed in HEAD.
#HEAD will be fixed when doing the next merge from svn


Revision tags: RELEASE_1_2_4, RELEASE_1_2_1, php-5.2.4, RELEASE_1_5, php-5.2.4RC3, php-5.2.4RC2, php-5.2.4RC1, BEFORE_REAL_IMPORT_OF_MYSQLND
# 38ae7f47 24-Jul-2007 Andrey Hristov

Fix build with latest 5.1 sources where gptr is no more.


Revision tags: BEFORE_IMPORT_OF_MYSQLND
# e1f22285 28-Jun-2007 Andrey Hristov

Remove dot at the end of the message


# b925a924 18-Jun-2007 Stanislav Malyshev

Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir
or safe_mode is active


Revision tags: php-5.2.3, RELEASE_1_4, php-5.2.3RC1, RELEASE_1_2_0, php-4.4.7, php-5.2.2, php-5.2.2RC2, RELEASE_1_1_0, php-4.4.7RC1, php-5.2.2RC1, RELEASE_1_0_1
# 6e460bab 08-Mar-2007 Stanislav Malyshev

fix crash/leak in bug #38710


Revision tags: php-4.4.6
# 50ea2676 24-Feb-2007 Marcus Boerger

- Avoid sprintf, even when checked copy'n'paste or changes lead to errors


Revision tags: php-4.4.6RC1, php-4.4.5, php-5.2.1, RELEASE_1_0_0RC1, php-4.4.5RC2, php-5.2.1RC4, php-5.2.1RC3, php-4.4.5RC1, php-5.2.1RC2
# 4223aa4d 01-Jan-2007 Sebastian Bergmann

MFH: Bump year.


Revision tags: php-5.2.1RC1, php-5.2.0, php-5.2.0RC6, php-5.2.0RC5
# 3611a3de 02-Oct-2006 Hannes Magnusson

Fix protos


# 67d2992f 29-Sep-2006 Georg Richter

MFH: fixed error message


Revision tags: php-5.2.0RC4, php-5.2.0RC3, php-5.1.6, php-5.2.0RC2, php-5.1.5, php-4.4.4, php-4.4.4RC1, php-5.1.5RC1
# 305f5976 04-Aug-2006 Ilia Alshanetsky

Improved fix for bug #37671


Revision tags: php-4.4.3, php-5.2.0RC1
# 8a35e9d0 12-Jul-2006 Antony Dovgal

fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris)


Revision tags: php-4.4.3RC2
# 63a658ee 04-Jun-2006 Ilia Alshanetsky

Fixed bug #37671 (MySQLi extension fails to recognize BIT column).


Revision tags: BEFORE_NEW_OUTPUT_API
# 10ed7a1e 29-May-2006 Georg Richter

Fix for bug #37620


Revision tags: php-4.4.3RC1
# ac97b77e 10-May-2006 Andrey Hristov

Don't allocate 2 chunks of memory when one can fit. Reduces memory
fragmentation. There is one more place that fragments memory but it will
complicate the ongoing Unicode upgrade of mysqli so

Don't allocate 2 chunks of memory when one can fit. Reduces memory
fragmentation. There is one more place that fragments memory but it will
complicate the ongoing Unicode upgrade of mysqli so leaving it away for now.

show more ...


# 818d2b7a 08-May-2006 Andrey Hristov

tweaks and optimizations
#tested on 32b and 64b


Revision tags: php-5.1.4, RELEASE_1_0_3, php-5.1.3, php-5.1.2, RELEASE_1_3, php-5.1.3RC3
# 0944a471 05-Apr-2006 Georg Richter

fixed bigint conversion on windows platforms


Revision tags: php-5.1.3RC2
# 0b023272 26-Mar-2006 Andrey Hristov

kill the left unused variable


# dfd5b4fb 26-Mar-2006 Andrey Hristov

remove unnecessary memcpy, cast directly


# b3a437fc 24-Mar-2006 Georg Richter

Fix for bug #36802 (server crashes with invalid/not opened connections)
Added status to mysqli_resource:
MYSQLI_STATUS_UNKNOWN
MYSQLI_STATUS_CLEARE

Fix for bug #36802 (server crashes with invalid/not opened connections)
Added status to mysqli_resource:
MYSQLI_STATUS_UNKNOWN
MYSQLI_STATUS_CLEARED (for future use)
MYSQLI_STATUS_INITIALIZED (after mysqli_init and mysqli_stmt_init)
MYSQLI_STATUS_VALID (for valid objects)
removed valid flag
changed MYSQLI_FETCH_RESOURCE
added last parameter __check which specifies the status

show more ...


# 829642a0 14-Mar-2006 Georg Richter

fixed a 64-bit problem reported by Pierre


# e13e2fe9 11-Mar-2006 Georg Richter

fix for MySQL 5.1 (see http://bugs.mysql.com/?id=16144)


Revision tags: php-5.1.3RC1, RELEASE_1_2, RELEASE_0_9_4, RELEASE_1_0_4, php-4.4.2, php-5.1.2RC2, php-4.4.2RC2
# 3a756662 01-Jan-2006 Andrey Hristov

WS


# 5bd93221 01-Jan-2006 foobar

bump year and license version


12345678910>>...16