History log of /php-src/ext/mysqlnd/mysqlnd_result.c (Results 101 – 125 of 356)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 0579e827 15-Jan-2015 Xinchen Hui

bump year

# 73c1be26 15-Jan-2015 Xinchen Hui

Bump year

Revision tags: php-5.5.21RC1, php-5.6.5RC1
# b7a7b1a6 03-Jan-2015 Stanislav Malyshev

trailing whitespace removal

Revision tags: POST_NATIVE_TLS_MERGE, PRE_NATIVE_TLS_MERGE, php-5.5.20, php-5.4.36, php-5.6.4
# e112f6a0 14-Dec-2014 Anatol Belski

second shot on removing TSRMLS_*

# bdeb220f 13-Dec-2014 Anatol Belski

first shot remove TSRMLS_* things

Revision tags: php-5.6.4RC1, php-5.5.20RC1, php-5.6.3, php-5.5.19, php-5.4.35, php-5.6.3RC1, php-5.5.19RC1, php-5.5.18, php-5.4.34, php-5.5.18RC1, php-5.6.1, php-5.6.2
# d0cb7153 19-Sep-2014 Johannes Schlüter

s/PHP 5/PHP 7/

Revision tags: php-5.4.33, php-5.5.17, php-5.6.1RC1, php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE
# 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
# bdbf47df 19-Aug-2014 Anatol Belski

ported mysql and mysqlnd

# 63d3f0b8 19-Aug-2014 Anatol Belski

basic macro replacements, all at once

# 543d5eb4 17-Aug-2014 Lior Kaplan

Merge branch 'PHP-5.6'

* PHP-5.6:
typofixes

Conflicts:
ext/spl/php_spl.c


# 56d02d56 17-Aug-2014 Lior Kaplan

Merge branch 'PHP-5.5' into PHP-5.6

* PHP-5.5:
typofixes


# be2128c8 17-Aug-2014 Lior Kaplan

Merge branch 'PHP-5.4' into PHP-5.5

* PHP-5.4:
typofixes


Revision tags: POST_PHPNG_MERGE, PRE_PHPNG_MERGE, php-5.6.0RC4, php-5.3.29
# 3f42f2f5 12-Aug-2014 Veres Lajos

typofixes

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, 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)

# 587923cc 23-Jun-2014 Xinchen Hui

Cleanup (refactoring is finish)

# 92a70898 23-Jun-2014 Xinchen Hui

Use zend_string in mysqlnd

# ffaf8bed 19-Jun-2014 Xinchen Hui

Fixed segfault

# 27e8e11f 19-Jun-2014 Xinchen Hui

unused variables

Revision tags: php-5.6.0RC1
# b38f6f3d 18-Jun-2014 Xinchen Hui

Fixed various bugs (ext/mysql with mysqlnd tests pass)

# d5c6816e 18-Jun-2014 Xinchen Hui

Fixed memory leak while doing fetch

# 83d450c7 18-Jun-2014 Xinchen Hui

Fixed segfault of stream handling

# 6288bb8f 17-Jun-2014 Xinchen Hui

Refactoring mysqlnd (incompleted, only mysqlnd ext compilable)

Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13
# e6e5d353 19-May-2014 Andrey Hristov

remove mysqlnd_bt.c as it a long dead code

Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1, php-5.6.0beta2, 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 ...

12345678910>>...15