History log of /PHP-7.3/ext/mysqli/php_mysqli_structs.h (Results 76 – 87 of 87)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
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
# 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


# a27e0c88 10-Mar-2008 Andrey Hristov

- Fix a warning in php_mysql.c
- Fixed #44371 Extension compile failed


# ff8a3104 08-Mar-2008 Andrey Hristov

Fix a problem with $mysqi->connect() not working with default values.
Fix a leak, bug#39457


Revision tags: php-5.2.6RC2, php-5.2.6RC1, RELEASE_1_3_1
# 1caa85a6 06-Feb-2008 Andrey Hristov

Pconnect working with mysqli_real_connect(). To less failing tests.


# 240fa244 30-Jan-2008 Dmitry Stogov

Improved PHP binary size and startup speed with GCC4 visibility control (Nuno)


# 7932ccba 28-Jan-2008 Andrey Hristov

More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Wi

More optimizations - less MM calls
Clearly separated fetching (physical reading) from decoding phases (data
interpretation). Threaded fetching added but disabled as needs more work for
Windows. For Linux needs some touches to add pthreads if this is enabled,
probably with a compile-time switch.
The code reorganisation makes it easy to add also async API, similar to
cURL's one.

show more ...


Revision tags: php-4.4.8
# d1dded87 31-Dec-2007 Sebastian Bergmann

MFH: Bump copyright year, 2 of 2.


# 98f88d7a 28-Dec-2007 Andrey Hristov

Remove RPL functions. They were always experimental and lead to crashes.
The underlying functions will be removed from libmysql as of MySQL 6.0, so
it's right time to remove them.


Revision tags: php-4.4.8RC1, RELEASE_1_2_3
# 6f63004f 09-Nov-2007 Andrey Hristov

Fix crash with pconnect


Revision tags: php-5.2.5, php-5.2.5RC2, php-5.2.5RC1
# eb02cb59 08-Oct-2007 Andrey Hristov

Move declarations from the public header file.


# 8b9b553a 05-Oct-2007 Andrey Hristov

Import mysqlnd
Patch ext/mysql and ext/mysqli to support mysqlnd


1234