History log of /PHP-8.3/ext/mysqli/mysqli_nonapi.c (Results 151 – 175 of 249)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 6cefa510 13-May-2010 Andrey Hristov

Better fix for #51605


# 78887ff7 24-Mar-2010 Andrey Hristov

Fix a segfault when using a mysqli object after unsuccesssful connect, the
handle should have been allocated with mysqli_init().


# 293ba724 24-Mar-2010 Andrey Hristov

Fix a segfault when using a mysqli object after unsuccesssful connect, the
handle should have been allocated with mysqli_init().


Revision tags: php-5.3.2, php-5.2.13, php-5.3.2RC3, php-5.3.2RC2, php-5.2.13RC2, php-5.2.13RC1
# 6407250e 25-Jan-2010 Andrey Hristov

Fix for bug#50772
mysqli constructor without parameters does not return a working mysqli object


# 9ba1e816 03-Jan-2010 Sebastian Bergmann

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


# 01adfaee 23-Dec-2009 Andrey Hristov

Unify. The typedef-ed structs in mysqlnd are always capitalized.


Revision tags: php-5.3.2RC1, php-5.2.12, php-5.2.12RC4
# 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
# c6502213 12-Nov-2009 Rasmus Lerdorf

Fix bug #49098


Revision tags: php-5.3.1RC3, php-5.3.1RC2
# d8dc47d5 15-Oct-2009 Ulf Wendel

Making mysqlnd emit no warnings when fetching pooled persistent connections that have timed out or are unusable for any other reason - bug #49761


# 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
# 5d3152b1 25-Sep-2009 Andrey Hristov

Fix a crash in the rare case when a persistent connection
is found dead, after CHNG_USER. mysql->mysql will be NULL
and segfault will follow.


Revision tags: php-5.2.11, php-5.2.11RC3, php-5.3.1RC1, php-5.2.11RC2, 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
# 611c4535 27-Jan-2009 Johannes Schlüter

MFH: Fix mysqli pconnects to properly reset connection status by default


# 08659c2d 31-Dec-2008 Sebastian Bergmann

MFH: Bump copyright year, 3 of 3.


Revision tags: NEWS, 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, 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
# ec20906b 28-Oct-2008 Andrey Hristov

Fix that instance too - mysql_get_client_version() returns unsigned long


# 34ca27a1 27-Oct-2008 Andrey Hristov

MFH: Fix an issue with mysqli.default_port not being used


# 4df718a4 27-Oct-2008 Andrey Hristov

MFH:
Warning if the library API version differs from the headers used to compile.
Patch versions are not considered but major.minor
Fix build of ext/mysql with 4.0.x and pre.


Revision tags: php-5.2.7RC2, php-5.2.7RC1
# f869bbfc 11-Aug-2008 Johannes Schlüter

MFH: Fix #45763 (mysqli::multi_query does not work with mysqlnd)


Revision tags: php-4.4.9, php-5.3.0alpha1
# 8c56a23a 22-Jul-2008 Andrey Hristov

MFH: Two less failing tests, one of which was definitely a leak in mysqli with mysqlnd
and pconn. ext/mysql is being fixed with a better fix for similar leak.


Revision tags: php-4.4.9RC1
# e0f45cf7 24-Jun-2008 Andrey Hristov

Fix possible bug with persistent connections and mysqlnd


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
# f4e659d2 24-Apr-2008 Andrey Hristov

Update ext/mysql's and ext/mysqli's tests
Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in
mysqlnd builds as libmysql doesn't support this feature.


Revision tags: RELEASE_1_0_2, php-5.2.6RC5, php-5.2.6RC4, php-5.2.6RC3, RELEASE_2_0_0a2, RELEASE_2_0_0a1
# 5abe8c8d 25-Mar-2008 Andrey Hristov

Small updates & a fix for
Bug #43832 mysqi_get_charset() doesn't expose charset comment


# 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 ...


12345678910