History log of /PHP-7.3/ext/mysqli/mysqli.c (Results 76 – 100 of 318)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-5.6.0RC2, php-5.4.30, php-5.5.14
# 46117aff 19-Jun-2014 Xinchen Hui

Fixed releasing of hash_key


# b7b5fa11 19-Jun-2014 Xinchen Hui

Fixed MySQLi built with mysqlnd


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

Fixed error messages


Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4
# 6e733870 03-Jun-2014 Dmitry Stogov

Avoid useless merge


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

Various bug fixes (now 17 tests fails, it is 11 in trunk)


# 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
# 17d027ed 30-Apr-2014 Dmitry Stogov

Split IS_BOOL into IS_FALSE and IS_TRUE


Revision tags: php-5.5.12, php-5.4.28, php-5.4.28RC1, php-5.5.12RC1
# 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
# eaf44ec3 07-Apr-2014 Nikita Popov

Remove some usages of hashtable internals


Revision tags: php-5.4.27, php-5.5.11, 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, php-5.6.0alpha2
# f4cfaf36 10-Feb-2014 Dmitry Stogov

Use better data structures (incomplete)


Revision tags: 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, 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
# bb6d7491 16-Jul-2013 Anatol Belski

fix TS build


# d3a4af4d 16-Jul-2013 Johannes Schlüter

Make zval2myslqnd implementations aware of inheritance


Revision tags: 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
# 15b554cd 27-Apr-2013 Xinchen Hui

Also fixed bug #64726 in 5.3


# 8f5a534b 27-Apr-2013 Xinchen Hui

Fixed bug #64726 (Segfault when calling fetch_object on a use_result and DB pointer has closed)


Revision tags: 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
# 0da369ae 08-Feb-2013 Andrey Hristov

Add the constants needed for mysqli_commit(), _rollback() and
begin_transaction()


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


Revision tags: php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


# 0a7395e0 01-Jan-2013 Xinchen Hui

Happy New Year


12345678910>>...13