History log of /PHP-5.3/ext/mysqli/mysqli.c (Results 26 – 50 of 175)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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


Revision tags: BEFORE_HEAD_NS_CHANGE, BEFORE_NS_RULES_CHANGE, php-5.2.7RC3, php-5.2.7RC2, php-5.2.7RC1
# 86a352af 03-Oct-2008 Pierre Joye

- Declarations MUST BE done in the beginning of a context


# 8bb2465a 15-Sep-2008 Andrey Hristov

MFH:
Add float conversions too. Float users should understand how float works!!!


Revision tags: php-4.4.9, php-5.3.0alpha1
# 691d4a69 25-Jul-2008 Dmitry Stogov

Fixed uninitialised data


Revision tags: php-4.4.9RC1
# 5e79f2c4 21-Jul-2008 Andrey Hristov

Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini wi

Fix for bug#45179 --with-mysql-sock fails to compile & work
Now --with-mysql-sock controls all mysql extensions. If provided it will be
the default value as it was set in php.ini . php.ini will override it for
ext/mysql and ext/mysqli but not for pdo_mysql

show more ...


# 136a55fc 15-Jul-2008 Andrey Hristov

Sync with bzr


# 827b772c 24-Jun-2008 Andrey Hristov

Fix remaining valgrind problems with pconn and zval cache
HEAD merge will follow tomorrow.


# 943e9a57 24-Jun-2008 Andrey Hristov

Fix double-free, introduced lately


Revision tags: BEFORE_NEW_PARAMETER_PARSE, RELEASE_1_2_5, RELEASE_2_0_0b1
# 259b652b 06-May-2008 Andrey Hristov

Make mysqli compilable in a 5_2 environment. Some want to use mysqlnd+mysqli
with 5_2. This won't hurt 5_2 in any way. Won't be MFB-ed because HEAD is
completely different.


Revision tags: php-5.2.6, RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 98680c0c 18-Mar-2008 Andrey Hristov

Fix the build


# caf3e9c3 18-Mar-2008 Andrey Hristov

Fixed a bunch of bugs reported in
Bug #44352 mysqli_connect_error() false negative for host errors
From now on the mysqli object doesn't have that magic properties, like
error, which were

Fixed a bunch of bugs reported in
Bug #44352 mysqli_connect_error() false negative for host errors
From now on the mysqli object doesn't have that magic properties, like
error, which were readable but not visible through isset(), property_exists()
and var_dump(). All other ext/mysqli classes were fixed too.
Now it will be easier to debug mysqli based applications.

show more ...


# 725b31fc 10-Mar-2008 Andrey Hristov

Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with different
configurations one or the another extension to use libmysql or mysqlnd mixed in
one binary


1234567