History log of /PHP-7.1/ext/mysqli/mysqli.c (Results 126 – 150 of 296)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 42a80fac 27-Sep-2010 Andrey Hristov

Fixed bug #45921 (Can't initialize character set hebrew)


# fc2143b9 14-Sep-2010 Andrey Hristov

unify magic quotes handling. Also fix a problem which
resulted in a longjmp in debug PHP,because of usage of
zval that is NULL in a hash context.


# 42fea468 30-Aug-2010 Ulf Wendel

Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().


# f671ad62 30-Aug-2010 Ulf Wendel

Adding MYSQLI_OPT_SSL_VERIFY_SERVER_CERT for use with mysqli_options().


# d9f50d95 26-Aug-2010 Andrey Hristov

Add proper magic_quotes_runtime support for mysqlnd, but
in mysqli, so we don't need to tamper myslqnd.
magic_quotes_runtime are deprecated and not existant in 5.4, thus
only fixing in th

Add proper magic_quotes_runtime support for mysqlnd, but
in mysqli, so we don't need to tamper myslqnd.
magic_quotes_runtime are deprecated and not existant in 5.4, thus
only fixing in the branch.

show more ...


# 67ef7201 20-Aug-2010 Andrey Hristov

Fix for bug #52654 mysqli doesn't install headers with structures it uses


# 27567040 20-Aug-2010 Andrey Hristov

Fix for bug #52654 mysqli doesn't install headers with structures it uses


# 9806c212 13-Aug-2010 Kalle Sommer Nielsen

Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390)


# e72a69aa 13-Aug-2010 Kalle Sommer Nielsen

Changed mysqli_report() to be per-request specific rather than per-process specific (Fixes #52390)


Revision tags: oci8-1.4.3, php-5.2.14, php-5.3.3, php-5.3.3RC3, php-5.2.14RC3, php-5.3.3RC2, php-5.2.14RC2, php-5.3.3RC1, php-5.2.14RC1
# d6458c3b 26-May-2010 Andrey Hristov

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated
anymore, which means that NULL will be used consequently by the
functions that fetch the resource and the crash is immediate.

show more ...


# ce682f1b 26-May-2010 Andrey Hristov

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated

Add checks to check the underlying pointer in the resource.
It can happen that the underlying pointer is freed (like in
the case of connection reconnect), and then it cannot be allocated
anymore, which means that NULL will be used consequently by the
functions that fetch the resource and the crash is immediate.

show more ...


# c5237d82 24-May-2010 Dmitry Stogov

Added caches to eliminate repeatable run-time bindings of functions, classes, constants, methods and properties


# c91c86b7 18-May-2010 Andrey Hristov

Remove duplicated code.
Use one centralized functions for data extraction.


# 7dd13d56 18-May-2010 Andrey Hristov

Add iterator to mysqli_result. Works both for :
- USE_RESULT, can be iterated only once, kind of forward iterator
- STORE_RESULT, can be iterated multiple times


# 87bac04b 13-May-2010 Andrey Hristov

Better fix for #51605


# 6cefa510 13-May-2010 Andrey Hristov

Better fix for #51605


# 94dd8372 20-Apr-2010 Dmitry Stogov

Changed the structure of op_array.opcodes. The constant values are moved from opcode operands into a separate literal table


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2
# eb0de2af 11-Feb-2010 Johannes Schlüter

revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling
constructor)


Revision tags: php-5.2.13RC1
# 36a037d2 14-Jan-2010 Andrey Hristov

Fix build of mysqli when libmysql is used, mysqlnd_portability.h
might not be available for some weird reasons. Added the macros
that we need, in that case

Code by Jess Portnoy


# 614fd657 03-Jan-2010 Pierrick Charron

Fixed bug #50636 (MySQLi_Result sets values before calling constructor)


# 9ba1e816 03-Jan-2010 Sebastian Bergmann

sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 06a417b6 09-Dec-2009 Andrey Hristov

Remove stub code which never actually was used for anything.
Things like this can be built on top of the core.


# 6f598e62 09-Dec-2009 Andrey Hristov

Remove the zval caching from mysqlnd. It was disabled versions ago
due to problems on windows, which were not debugged. Better have
code that is disabled not in the core.


# 4d273500 09-Dec-2009 Andrey Hristov

Remove disabled code - threaded fetching. This can be implemented
on a upper level and by offloading it we reduce the complexity of
the core.


Revision tags: php-5.2.12RC3, php-5.2.12RC2, php-5.3.1, php-5.3.1RC4, php-5.2.12RC1, php-5.3.1RC3, php-5.3.1RC2
# ab4670ee 15-Oct-2009 Ulf Wendel

Fixing problems when calling connect (again and again) on a valid connection handle. Most of the patch comes from Andrey.


12345678910>>...12