History log of /PHP-7.4/ext/mysqli/mysqli_api.c (Results 151 – 175 of 382)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 60327d87 30-Sep-2010 Andrey Hristov

Plug a leak in mysqli when in the same script
a pconn is reused.
Call end_psession earlier - so will mysqlnd and
the plugins free data earlier.


# 77d73b81 30-Sep-2010 Andrey Hristov

Plug a leak in mysqli when in the same script
a pconn is reused.
Call end_psession earlier - so will mysqlnd and
the plugins free data earlier.


# 42fea468 30-Aug-2010 Ulf Wendel

Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().


# f671ad62 30-Aug-2010 Ulf Wendel

Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().


# 67ef7201 20-Aug-2010 Andrey Hristov

Fix for bug #52654 mysqli doesn't install headers with structures it uses


# 27567040 20-Aug-2010 Andrey Hristov

Fix for bug #52654 mysqli doesn't install headers with structures it uses


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# 4637e364 14-Jun-2010 Andrey Hristov

And a fix for MySQL Server which is pre 5.1.23, which doesn't support
preserving of the charset when performing change_user. This is libmysql
only code.


# 83051b1a 14-Jun-2010 Andrey Hristov

And a fix for MySQL Server which is pre 5.1.23, which doesn't support
preserving of the charset when performing change_user. This is libmysql
only code.


# 4a0b4494 01-Jun-2010 Andrey Hristov

defensive programming, check before using a resource


# c7831cbe 01-Jun-2010 Andrey Hristov

defensive programming, check before using a resource


# 4b5666a5 31-May-2010 Ulf Wendel

Fixing mysqli_stmt_attr_set @ libmysql


# f0446ca9 31-May-2010 Ulf Wendel

Fixing mysqli_stmt_attr_set @ libmysql


# 3aa95c59 27-May-2010 Andrey Hristov

Check before use, because mysqlnd can return NULL
and this will crash. However, this can happen only in case of OOM.


# 1228c923 27-May-2010 Andrey Hristov

Check before use, because mysqlnd can return NULL
and this will crash. However, this can happen only in case of OOM.


# d6458c3b 26-May-2010 Andrey Hristov

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated
anymore, which means that NULL will be used consequently by the
functions that fetch the resource and the crash is immediate.

show more ...


# ce682f1b 26-May-2010 Andrey Hristov

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated
anymore, which means that NULL will be used consequently by the
functions that fetch the resource and the crash is immediate.

show more ...


# c91c86b7 18-May-2010 Andrey Hristov

Remove duplicated code.
Use one centralized functions for data extraction.


# 940e64db 18-May-2010 Andrey Hristov

Remove duplicated code.
Use one centralized functions for data extraction.


# 87bac04b 13-May-2010 Andrey Hristov

Better fix for #51605


# 6cefa510 13-May-2010 Andrey Hristov

Better fix for #51605


# 41ad139d 11-May-2010 Andrey Hristov

Fix for bug #51605 (Mysqli zombie links)


# 962aa93e 11-May-2010 Andrey Hristov

Fix for bug #51605 (Mysqli zombie links)


# cb303308 26-Apr-2010 Kalle Sommer Nielsen

Merge safe_mode changes into extensions that are in sync in both branches


# dd8e59da 26-Apr-2010 Kalle Sommer Nielsen

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_

Removed safe_mode
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore

show more ...


# 45b68feb 21-Apr-2010 Felipe Pena

- Fix mem. leak


12345678910>>...16