History log of /PHP-8.1/ext/mysqli/mysqli_api.c (Results 251 – 275 of 438)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 5dfd12dd 11-Sep-2009 Ulf Wendel

Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of memory for large BLOB types to avoid data truncation. This fixes the test failure of 005.phpt when using MySQL Client

Stepping back to PHP 5.2.x and earlier logic of allocating even huge pieces of memory for large BLOB types to avoid data truncation. This fixes the test failure of 005.phpt when using MySQL Client
Library (libmysql). The test does pass with mysqlnd because mysqlnd does not have any issues here.

show more ...

# c4c11fd3 11-Sep-2009 Ulf Wendel

Fixing a crash which must have existed since PHP 5.0. At least the crash can be reproduced with PHP 5.0.6. The crash happens only when using the MySQL Client Library (libmysql) - it does not happen

Fixing a crash which must have existed since PHP 5.0. At least the crash can be reproduced with PHP 5.0.6. The crash happens only when using the MySQL Client Library (libmysql) - it does not happen
when using mysqlnd.

show more ...

Revision tags: php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, php-5.2.11RC1
# b312b3af 04-Aug-2009 Jani Taskinen

- Revert bad fix for bug #49122 and only enable this when mysqlnd is used

# 7b411d7c 02-Aug-2009 Jani Taskinen

- Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on compile with --with-mysqli and MySQL 6.0)

Revision tags: php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3
# c1d46eb5 29-May-2009 Andrey Hristov

MFH:Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x

Revision tags: php-5.2.10RC1
# e26710bf 23-May-2009 Kalle Sommer Nielsen

Fixed compiler warning again, uint8_t is only available with mysqlnd. This is not affecting HEAD

# 52f59968 20-May-2009 Ilia Alshanetsky

Fixed build

# f02ebe4a 20-May-2009 Kalle Sommer Nielsen

MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql

Revision tags: php-5.3.0RC2, php-5.3.0RC1, RELEASE_1_3_5, php-5.2.9, php-5.2.9RC3, php-5.2.9RC2, php-5.2.9RC1, php-5.3.0beta1
# 074b0848 22-Jan-2009 Johannes Schlüter

MFH: export mysql_refresh

[DOC] This makes mysql_refresh() as described in
http://dev.mysql.com/doc/refman/6.0/en/mysql-refresh.html
available as mysqli_Refresh() and mys

MFH: export mysql_refresh

[DOC] This makes mysql_refresh() as described in
http://dev.mysql.com/doc/refman/6.0/en/mysql-refresh.html
available as mysqli_Refresh() and mysqli->refresh()
MYSQLI_REFRESH_BACKUP_LOG is only available when linking libmysql 6.0
or mysqlnd

show more ...

# 7d3d47fa 09-Jan-2009 Johannes Schlüter

MFH: Fixed bug #46653

# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.

Revision tags: NEWS, php-5.2.8, BEFORE_HEAD_NS_CHANGES_MERGE, php-5.3.0alpha3, php-5.3.0alpha2, php-5.2.7, php-5.2.7RC5, php-5.2.7RC4, BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# bf20aa12 19-Sep-2008 Andrey Hristov

MFH:Fix for bug#46019 MySQLi::init() leaks memory

Revision tags: php-4.4.9
# e304515d 02-Aug-2008 Felipe Pena

- MFH: Added parameter TSRMLS_DC in zend_is_callable()

Revision tags: php-5.3.0alpha1
# 7833cf9f 25-Jul-2008 Andrey Hristov

MFH: Fixed bug#45019 Segmentation fault with SELECT ? and UNION

Revision tags: php-4.4.9RC1
# 833a2295 17-Jul-2008 Dmitry Stogov

Support for closures

Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1, php-5.2.6
# f4e659d2 24-Apr-2008 Andrey Hristov

Update ext/mysql's and ext/mysqli's tests
Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in
mysqlnd builds as libmysql doesn't support this feature.

# de560f31 16-Apr-2008 Andrey Hristov

MFB: Update CVS from the development tree

Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 6867385d 20-Mar-2008 Andrey Hristov

- Don't modify the variables which are passed for parameter binding.
We need to clone them, if there will be a transformation (convert_to_xxx)
which will change the origin
(bug#4439

- Don't modify the variables which are passed for parameter binding.
We need to clone them, if there will be a transformation (convert_to_xxx)
which will change the origin
(bug#44390 bind_param / bind_result and Object member variables)
- Make mysqlnd more compatible to libmysql, in this case if the execute of
a statement fails set the state of the statement back to PREPARED
- A test case to check the case of a failing statement.

show more ...

# 725b31fc 10-Mar-2008 Andrey Hristov

Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in
one binary

# ff8a3104 08-Mar-2008 Andrey Hristov

Fix a problem with $mysqi->connect() not working with default values.
Fix a leak, bug#39457

Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 1caa85a6 06-Feb-2008 Andrey Hristov

Pconnect working with mysqli_real_connect(). To less failing tests.

Revision tags: php-4.4.8
# 3354b3a4 01-Jan-2008 Hartmut Holzgraefe

fixed binary arithmetic (MF5.2)

# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.

# edee0948 25-Dec-2007 Hartmut Holzgraefe

MFH: Fix for bug #42548 "PROCEDURE xxx can't return a result set"

Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# 6f63004f 09-Nov-2007 Andrey Hristov

Fix crash with pconnect

1...<<1112131415161718