History log of /PHP-8.1/ext/mysqli/mysqli_nonapi.c (Results 101 – 125 of 264)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 090c3e87 10-Apr-2014 Andrey Hristov

Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6

Conflicts:
ext/mysqli/tests/mysqli_begin_transaction.phpt


# 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
# d2ab7458 20-Mar-2014 Andrey Hristov

Merge branch 'PHP-5.5' into PHP-5.6


# 41b4b84d 20-Mar-2014 Andrey Hristov

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

Revision tags: php-5.5.11RC1, php-5.4.27RC1, php-5.5.10, php-5.4.26, php-5.6.0alpha3, php-5.4.26RC1, php-5.5.10RC1, 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

Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28
# ceb1b7e2 04-Dec-2013 Andrey Hristov

Merge branch 'PHP-5.4' into PHP-5.5


# 86aad979 04-Dec-2013 Andrey Hristov

Fix loss of precision

Revision tags: 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, php-5.3.27
# 631bb27d 03-Jul-2013 Johannes Schlüter

Merge branch 'PHP-5.4' into PHP-5.5

Conflicts:
Zend/acinclude.m4


# 0265c2d9 03-Jul-2013 Johannes Schlüter

Make sure result is initilized

Practically this could only be an issue when overriding mysqlnd from
an extension, but makes static analysis happy

Revision tags: 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, 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
# 64a2a8a7 22-Feb-2013 Andrey Hristov

relax the check

# 1643d4ed 22-Feb-2013 Andrey Hristov

Add some parameter checks

Revision tags: 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, 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

Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1
# 093d1195 30-Nov-2012 Xinchen Hui

Merge branch 'PHP-5.4' into PHP-5.5


# b6898195 30-Nov-2012 Xinchen Hui

Merge branch 'PHP-5.3' into PHP-5.4


# 40fabf68 30-Nov-2012 Xinchen Hui

Fixed bug #63398 (Segfault when polling closed link)

Revision tags: php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# 571b46bf 25-Sep-2012 andrey

Add SHA256 authentication support - password hashing to mysqlnd
Automatic switchover to SSL with plain-text password is not part of this

Revision tags: php-5.3.17, php-5.4.7, php-5.4.7RC1
# 2af7a768 22-Aug-2012 Xinchen Hui

Merge branch 'PHP-5.4'


# 4e561055 22-Aug-2012 Xinchen Hui

Merge branch 'PHP-5.3' into PHP-5.4


# e5bdd2c0 22-Aug-2012 Xinchen Hui

Fixed bug #62885 (mysqli_poll - Segmentation fault)

Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15, php-5.3.15RC1, php-5.4.5RC1, php-5.3.14, php-5.4.4, php-5.3.14RC2, php-5.4.4RC2, php-5.3.14RC1, php-5.4.4RC1, php-5.3.13, php-5.4.3, php-5.4.2, php-5.3.12
# 52259508 03-May-2012 andrey

Remove support for local infile handler in mysqli from 5.5

This removes the following functions from the API:
mysqli_set_local_infile_default()
mysqli_set_local_infile_handler()

Remove support for local infile handler in mysqli from 5.5

This removes the following functions from the API:
mysqli_set_local_infile_default()
mysqli_set_local_infile_handler()

Using these functions is known to be lead to stability problems in
mysqli. It was only enabled when compiling against libmysql. mysqlnd
doesn't have this support for local infile. However, with mysqlnd it can
be emulated by using stream handlers like in:

$c->query("LOAD DATA LOCAL INFILE "http://example.com/import.csv" INTO ...")
All available protocols, as well as user implemented ones can be added.

show more ...

1234567891011