History log of /PHP-7.3/ext/mysqli/mysqli_api.c (Results 76 – 100 of 370)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 92a70898 23-Jun-2014 Xinchen Hui

Use zend_string in mysqlnd


Revision tags: php-5.6.0RC1
# edb064e2 11-Jun-2014 Dmitry Stogov

Fixed call to mysqli_init() from an object. (We should find some better fix)


Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# 90cad3de 20-May-2014 Andrey Hristov

Add one more check to skip getting into code that will do nothing


# a4a1fc55 17-May-2014 Xinchen Hui

Fixed signed


Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1
# c057b3f6 11-May-2014 Xinchen Hui

Finish refactoring of MySQLi

a few tests failed due to knew issue, I will disscuss with dmitry later


# 53b93047 11-May-2014 Xinchen Hui

Various bug fixed


# 2402d6cb 11-May-2014 Xinchen Hui

Refactor MySQLi (incompleted, only compilable now)


Revision tags: php-5.6.0beta2, php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# 050d7e38 15-Apr-2014 Dmitry Stogov

Cleanup (1-st round)


# 63791d05 10-Apr-2014 Andrey Hristov

New result fetching mode for mysqlnd, which should use less memory but
implies more memory copy. The old method is still available and can be used.
It stays as default. Choosing the method is

New result fetching mode for mysqlnd, which should use less memory but
implies more memory copy. The old method is still available and can be used.
It stays as default. Choosing the method is through a flag to mysqli_query()/mysqli_real_query()
New mode can be forced with an INI setting, for all extensions that support this mode
(ext/mysql and mysqli, because PDO due to it's architecture can't support it)
The setting is mysqlnd.fetch_data_copy=[0|1]

show more ...


Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11
# 113f2255 20-Mar-2014 Andrey Hristov

Fixes after merge


# 41b4b84d 20-Mar-2014 Andrey Hristov

Emit a warning in case of unallowed characters. Fix another place this
code is used - reuse


# 059bc99d 20-Mar-2014 Andrey Hristov

don't replace with ?, just skip it


# 62ab3af1 19-Mar-2014 Andrey Hristov

fix compilation error


# d63ed101 19-Mar-2014 Andrey Hristov

Fix problem with mysqli_commt()/mysqli_rollback()


Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26
# 9137acc7 27-Feb-2014 Remi Collet

Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closed

Each new mysqli_stmt now increase the refcount of the link object.
So the link is really destroy after all statem

Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closed

Each new mysqli_stmt now increase the refcount of the link object.
So the link is really destroy after all statements.

Only implemented with libmysqlclient, as mysqlnd already implement
this internally.

So, libmysqlclient and mysqlnd have the same behavior.

show more ...


Revision tags: php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1
# 1fd53fd2 15-Feb-2014 Johannes Schlüter

Move static functions further up so they are delared efore being used.


Revision tags: php-5.6.0alpha2, php-5.5.9, php-5.4.25
# 7807d7d0 29-Jan-2014 Andrey Hristov

Add new INI for rollbacking connections put back into the pconn pool
as well a function get the the statistics in easier way than ob_start()
and parsing phpinfo().


Revision tags: php-5.5.9RC1, php-5.4.25RC1, php-5.6.0alpha1, php-5.5.8, php-5.4.24
# c081ce62 03-Jan-2014 Xinchen Hui

Bump year


# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


# c0d060f5 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6
# fd3fa9b5 08-Nov-2013 Xinchen Hui

Fixed Bug #66043 (Segfault calling bind_param() on mysqli)

Although the doc said it is (unsigned int *), but it is ulong* in the
libmysql 5.0 's source codes


Revision tags: php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1
# 9d2dda90 14-May-2013 Andrey Hristov

Fix for Bug #64394 MYSQL_OPT_CAN_HANDLE_EXPIRED_PASSWORDS undeclared when using Connector/C


Revision tags: php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2
# 43ecd8fe 08-Feb-2013 Andrey Hristov

mysqli_savepoint()/mysqli_release_savepoint()


# afacdecd 07-Feb-2013 Andrey Hristov

Add support for begin_transaction in libmysql mode.
Add support for flags and name for commit/rollback in libmysql mode


Revision tags: php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3
# d430b5a4 09-Jan-2013 Andrey Hristov

Add mysqli support - constants and checking in mysqli_options() for the
new constant for password expriration


12345678910>>...15