History log of /PHP-5.4/ext/mysqli/mysqli.c (Results 51 – 75 of 211)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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.


Revision tags: oci8-1.4.0
# 7eeff10c 23-Sep-2009 Ilia Alshanetsky

Fixed unused var


# ac93b60f 22-Sep-2009 Andrey Hristov

MFH:Fix handling of BIT fields for non-PS. We need
macros from mysqlnd to be able to convert a bit
stream to a number.


Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2
# 43d33e8a 27-Aug-2009 Andrey Hristov

Fix for bug#46614 Extended MySQLi class gives incorrect empty() result


Revision tags: php-5.2.11RC1, php-5.3.0, php-5.3.0RC4, php-5.2.10, php-5.2.10RC2, php-5.3.0RC3, php-5.2.10RC1, 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 ...


# 74cfc5f3 12-Jan-2009 Johannes Schlüter

MFH Fix #45940 MySQLI OO does not populate connect_error property on failed
connect


# 1e3e6cdf 07-Jan-2009 Johannes Schlüter

MFH: Proper ctor usage (Fix #46044)


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS
# c9f030f5 18-Dec-2008 Ilia Alshanetsky

Fixed bug #46887 (Invalid calls to php_error_docref())

# Patch by oeriksson at mandriva dot com and crrodriguez at opensuse dot org


Revision tags: 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
# 7d4fd3fd 27-Nov-2008 Dmitry Stogov

Fixed bug #46409 (__invoke method called outside of object context when using array_map)


Revision tags: php-5.2.7RC4
# 825034ce 18-Nov-2008 Andrey Hristov

MFH:
Asynchronous queries for mysqli, when mysqlnd is enabled.
Includes 4 tests for mysqli_poll


123456789