History log of /PHP-8.1/ext/mysqli/mysqli_api.c (Results 151 – 175 of 438)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# c3e3c98e 25-Aug-2014 Anatol Belski

master renames phase 1

Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16
# eb1871b3 21-Aug-2014 Anatol Belski

yet trivial fixes to mysql exts

Revision tags: php-5.4.32
# c517d6d8 19-Aug-2014 Anatol Belski

ported ext/mysqli

# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once

# e3de409e 15-Aug-2014 Dmitry Stogov

Fixed PHP6 unicode related tests

# d9f3eac1 15-Aug-2014 Dmitry Stogov

Bump version to 7.0.0-dev

Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# da3aeeed 13-Aug-2014 Xinchen Hui

clean up - avoid realloc

Revision tags: php-5.5.16RC1, php-5.4.32RC1, php-5.3.29RC1, php-5.6.0RC3, php-5.5.15, php-5.4.31, php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2
# 2d67b36a 27-Jun-2014 Xinchen Hui

Fixed build with libmysql

Revision tags: php-5.4.30, php-5.5.14
# 8ce23d8f 24-Jun-2014 Xinchen Hui

Don't use zend_string for other fields (only name here is enough)

# 56a966e8 23-Jun-2014 Xinchen Hui

Respect the origin behavior (fix one test: ext/pdo_mysql/tests/bug_33689.phpt)

# 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
# f9927a6c 25-Apr-2014 Dmitry Stogov

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patch

Merge mainstream 'master' branch into refactoring
During merge I had to revert:
Nikita's patch for php_splice() (it probably needs to be applyed again)
Bob Weinand's patches related to constant expression handling (we need to review them carefully)
I also reverted all our attempts to support sapi/phpdbg (we didn't test it anyway)

Conflicts:
Zend/zend.h
Zend/zend_API.c
Zend/zend_ast.c
Zend/zend_compile.c
Zend/zend_compile.h
Zend/zend_constants.c
Zend/zend_exceptions.c
Zend/zend_execute.c
Zend/zend_execute.h
Zend/zend_execute_API.c
Zend/zend_hash.c
Zend/zend_highlight.c
Zend/zend_language_parser.y
Zend/zend_language_scanner.c
Zend/zend_language_scanner_defs.h
Zend/zend_variables.c
Zend/zend_vm_def.h
Zend/zend_vm_execute.h
ext/date/php_date.c
ext/dom/documenttype.c
ext/hash/hash.c
ext/iconv/iconv.c
ext/mbstring/tests/zend_multibyte-10.phpt
ext/mbstring/tests/zend_multibyte-11.phpt
ext/mbstring/tests/zend_multibyte-12.phpt
ext/mysql/php_mysql.c
ext/mysqli/mysqli.c
ext/mysqlnd/mysqlnd_reverse_api.c
ext/mysqlnd/php_mysqlnd.c
ext/opcache/ZendAccelerator.c
ext/opcache/zend_accelerator_util_funcs.c
ext/opcache/zend_persist.c
ext/opcache/zend_persist_calc.c
ext/pcre/php_pcre.c
ext/pdo/pdo_dbh.c
ext/pdo/pdo_stmt.c
ext/pdo_pgsql/pgsql_driver.c
ext/pgsql/pgsql.c
ext/reflection/php_reflection.c
ext/session/session.c
ext/spl/spl_array.c
ext/spl/spl_observer.c
ext/standard/array.c
ext/standard/basic_functions.c
ext/standard/html.c
ext/standard/mail.c
ext/standard/php_array.h
ext/standard/proc_open.c
ext/standard/streamsfuncs.c
ext/standard/user_filters.c
ext/standard/var_unserializer.c
ext/standard/var_unserializer.re
main/php_variables.c
sapi/phpdbg/phpdbg.c
sapi/phpdbg/phpdbg_bp.c
sapi/phpdbg/phpdbg_frame.c
sapi/phpdbg/phpdbg_help.c
sapi/phpdbg/phpdbg_list.c
sapi/phpdbg/phpdbg_print.c
sapi/phpdbg/phpdbg_prompt.c

show more ...


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

Cleanup (1-st round)

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

Fixes after merge

# 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

# e52334fd 20-Mar-2014 Andrey Hristov

Merge branch 'PHP-5.5' into PHP-5.6

Conflicts:
ext/mysqli/mysqli_api.c


12345678910>>...18