History log of /PHP-7.3/ext/mysqli/mysqli_api.c (Results 226 – 250 of 370)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


# a5acdfc5 29-Dec-2005 Georg Richter

Fix for bug #35517:
added missing unsigned flag for result buffer
fixed returncode in mysql_stmt_fetch for data truncation


# eea08af6 23-Dec-2005 Andrey Hristov

fix small memory leak which emerged two days ago


# f7c77f0f 23-Dec-2005 Stefan Esser

Beware of format strings...


Revision tags: php-5.1.2RC1
# 1c0971f3 22-Dec-2005 Andrey Hristov

fix for bug# 35759
(mysqli_stmt_bind_result() makes huge allocation when column empty)
#this shows some leaks now, which has to be investigated but closes the
#bug report.


Revision tags: RELEASE_1_1_1, RELEASE_1_1, RELEASE_1_0, RELEASE_2_0_2
# c23052d6 01-Dec-2005 Andrey Hristov

fix compile failure on Windows - Microsoft hasn't heard of long long :)


# 4ec16344 30-Nov-2005 Andrey Hristov

add a test case
fix incorrect handling of unsigned bigint.
optimize handling of unsigned int


# a8c04639 30-Nov-2005 Andrey Hristov

fix more leaks. handle better unknown type (4.1.x connected to 5.0.x
incompatibility)


# c230f7de 30-Nov-2005 Andrey Hristov

fix a crash and a leak.
4.1.15 (client) -> 5.x (server) because of the incompatibility because of
decimal in the protocol binding may fail. Don't close the statement in
that case because

fix a crash and a leak.
4.1.15 (client) -> 5.x (server) because of the incompatibility because of
decimal in the protocol binding may fail. Don't close the statement in
that case because subsequent ->execute() will crash or any other function
that will try to use already freed (and in debug mode thrashed) pointer.
#probably more problems exist because of the 4.1.x -> 5.x protocol
#incompatibility

show more ...


Revision tags: php-5.1.1, php-5.1.0, php-4.4.2RC1, RELEASE_0_9_3, php-5.1.0RC6, php-5.1.0RC5, RELEASE_2_0_1
# 00a9f063 08-Nov-2005 Andrey Hristov

on 32bit platform if the column is UNSIGNED INT(11) and the value
is greater than 2^31-1 then convert to string. on 64bit this is of no
problem because there long inside zval is big enough to

on 32bit platform if the column is UNSIGNED INT(11) and the value
is greater than 2^31-1 then convert to string. on 64bit this is of no
problem because there long inside zval is big enough to keep unsigned
int(11)

show more ...


Revision tags: RELEASE_1_0RC2, php-4.4.1, php-5.1.0RC4, RELEASE_0_9_2, RELEASE_0_9_1, php-5.1.0RC3
# b343aa99 15-Oct-2005 Georg Richter

fixed an error in mysqli_fetch_fields (function returns NULL instead of array
when row_number > num_fields).
Thanks to Marc Deslisle and phpMyAdmin team for the report.


Revision tags: php-5.1.0RC2
# 062626d0 10-Oct-2005 Antony Dovgal

use proper macros and vars instead of strlen()


# 410e106a 10-Oct-2005 Antony Dovgal

fix #34810 (mysqli::init() and others use wrong $this pointer without checks)


12345678910>>...15