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 |
#
445a24e4 |
| 10-Mar-2008 |
Johannes Schlüter |
Fix typo |
#
64aad3d2 |
| 08-Mar-2008 |
Andrey Hristov |
Bug fixed in 5.0.46 |
#
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 |
|
#
fe9f6416 |
| 18-Feb-2008 |
Ilia Alshanetsky |
Fixed a possible crash |
#
49172e3c |
| 12-Feb-2008 |
Andrey Hristov |
Fix windows build - VC doesn't like nested macros |
#
d211430a |
| 12-Feb-2008 |
Johannes Schlüter |
MFH: - Fix build with TSRM and mysqlnd |
#
a47e15d8 |
| 12-Feb-2008 |
Antony Dovgal |
MFH |