#
d0cb7153 |
| 19-Sep-2014 |
Johannes Schlüter |
s/PHP 5/PHP 7/
|
#
3bc8a958 |
| 19-Sep-2014 |
Dmitry Stogov |
Fixed useless or duplicated IS_INTERNED() checks
|
Revision tags: php-5.4.33, php-5.5.17 |
|
#
db24742f |
| 15-Sep-2014 |
Anatol Belski |
fixed type
|
Revision tags: php-5.6.1RC1 |
|
#
5661a1ba |
| 07-Sep-2014 |
Anatol Belski |
fix null pointer deref
|
Revision tags: php-5.5.17RC1, php-5.4.33RC1, php-5.6.0, POST_AST_MERGE, PRE_AST_MERGE |
|
#
b9514bb8 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 6
|
#
4d997f63 |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 3
|
#
c3e3c98e |
| 25-Aug-2014 |
Anatol Belski |
master renames phase 1
|
Revision tags: POST_64BIT_BRANCH_MERGE, PRE_64BIT_BRANCH_MERGE, php-5.5.16, php-5.4.32 |
|
#
bdbf47df |
| 19-Aug-2014 |
Anatol Belski |
ported mysql and mysqlnd
|
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 |
|
#
23554aae |
| 16-Jul-2014 |
Andrey Hristov |
Easier to read
|
#
06f5f65c |
| 16-Jul-2014 |
Andrey Hristov |
Add some trace info as well as update CLIENT_ flags
|
Revision tags: php-5.4.31RC1, php-5.5.15RC1, php-5.6.0RC2 |
|
#
b8e8b3fc |
| 26-Jun-2014 |
Xinchen Hui |
Save some strlen
|
Revision tags: php-5.4.30, php-5.5.14 |
|
#
f81498c8 |
| 19-Jun-2014 |
Xinchen Hui |
Fixed invalid read
|
#
b7b5fa11 |
| 19-Jun-2014 |
Xinchen Hui |
Fixed MySQLi built with mysqlnd
|
Revision tags: php-5.6.0RC1 |
|
#
b38f6f3d |
| 18-Jun-2014 |
Xinchen Hui |
Fixed various bugs (ext/mysql with mysqlnd tests pass)
|
#
83d450c7 |
| 18-Jun-2014 |
Xinchen Hui |
Fixed segfault of stream handling
|
Revision tags: php-5.5.14RC1, php-5.4.30RC1, php-5.6.0beta4, php-5.4.29, php-5.5.13 |
|
#
5d57e17a |
| 20-May-2014 |
Andrey Hristov |
First set of phpng changes for mysqlnd
|
#
2312af04 |
| 20-May-2014 |
Andrey Hristov |
Defensive check
|
#
6223702c |
| 17-May-2014 |
Pierre Joye |
fix smart string usage (work in progress), ps: a lot of len tests are done twice or more, rooms for cleanup here
|
Revision tags: php-5.5.13RC1, php-5.6.0beta3, php-5.4.29RC1 |
|
#
dfc940c5 |
| 08-May-2014 |
Xinchen Hui |
Revert "Going to refactor mysqlnd" This reverts commit 37d9f1e6e91856922726fb950bd3f3e88ed68efb.
|
#
37d9f1e6 |
| 07-May-2014 |
Xinchen Hui |
Going to refactor mysqlnd
|
Revision tags: 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 ...
|
Revision tags: php-5.6.0beta1, php-5.4.27, php-5.5.11 |
|
#
41b4b84d |
| 20-Mar-2014 |
Andrey Hristov |
Emit a warning in case of unallowed characters. Fix another place this code is used - reuse
|
#
059bc99d |
| 20-Mar-2014 |
Andrey Hristov |
don't replace with ?, just skip it
|
#
d63ed101 |
| 19-Mar-2014 |
Andrey Hristov |
Fix problem with mysqli_commt()/mysqli_rollback()
|