| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from PHP_5_3 | Jani Taskinen | 2009-08-04 | 1 | -3/+3 |
| | | |||||
| * | - Fixed bug #49122 (undefined reference to mysqlnd_stmt_next_result on ↵ | Jani Taskinen | 2009-08-02 | 1 | -3/+3 |
| | | | | | compile with --with-mysqli and MySQL 6.0) | ||||
| * | Add support for mysql_stmt_store_result() from libmysql 6.0.8+ and 5.4.x | Andrey Hristov | 2009-05-29 | 1 | -1/+1 |
| | | |||||
| * | MFB: This should be in HEAD regradless of uint8_t is available or not | Kalle Sommer Nielsen | 2009-05-28 | 1 | -0/+4 |
| | | |||||
| * | Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql | Kalle Sommer Nielsen | 2009-05-20 | 1 | -4/+4 |
| | | |||||
| * | - Removed: | Felipe Pena | 2009-03-27 | 1 | -8/+4 |
| | | | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode | ||||
| * | - Export mysql_refresh to mysqli (mysqli_refresh(), $mysqli->refresh()) | Johannes Schlüter | 2009-01-22 | 1 | -0/+16 |
| | | |||||
| * | Fix #46653 mysqlnd: can't extend mysqli | Johannes Schlüter | 2009-01-09 | 1 | -1/+1 |
| | | |||||
| * | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fix for bug#46019 MySQLi::init() leaks memory | Andrey Hristov | 2008-09-19 | 1 | -1/+7 |
| | | |||||
| * | - Added parameter TSRMLS_DC in zend_is_callable() | Felipe Pena | 2008-08-02 | 1 | -1/+1 |
| | | |||||
| * | Fix bug#45019 Segmentation fault with SELECT ? and UNION | Andrey Hristov | 2008-07-25 | 1 | -2/+7 |
| | | |||||
| * | support for closures | Dmitry Stogov | 2008-07-17 | 1 | -4/+4 |
| | | |||||
| * | Update ext/mysql's and ext/mysqli's tests | Andrey Hristov | 2008-04-24 | 1 | -0/+42 |
| | | | | | | | Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in mysqlnd builds as libmysql doesn't support this feature. | ||||
| * | Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree | Andrey Hristov | 2008-04-16 | 1 | -8/+6 |
| | | |||||
| * | Small fix and a test case to prove it | Andrey Hristov | 2008-03-20 | 1 | -2/+4 |
| | | |||||
| * | Missing lines from the param-bind-non-changing fix | Andrey Hristov | 2008-03-20 | 1 | -19/+60 |
| | | |||||
| * | MFB - Bug #44352 mysqli_connect_error() false negative for host errors | Andrey Hristov | 2008-03-18 | 1 | -13/+10 |
| | | |||||
| * | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵ | Andrey Hristov | 2008-03-10 | 1 | -19/+19 |
| | | | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary | ||||
| * | MFB: | Andrey Hristov | 2008-03-08 | 1 | -1/+1 |
| | | | | | | | - Fixed problem with $mysqli->connect() not connecting with defaults - Fixed leak (#39475) | ||||
| * | Pconnect working with mysqli_real_connect() | Andrey Hristov | 2008-02-06 | 1 | -81/+6 |
| | | |||||
| * | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | | |||||
| * | Fix for bug #42548 "PROCEDURE xxx can't return a result set" | Hartmut Holzgraefe | 2007-12-25 | 1 | -0/+2 |
| | | |||||
| * | Fix crashes with pconn (merge from 5_3) | Andrey Hristov | 2007-11-09 | 1 | -6/+1 |
| | | |||||
| * | - Fixed invalid handling of float value passed to an integer field on 64bit ↵ | Jani Taskinen | 2007-10-29 | 1 | -1/+6 |
| | | | | | machine | ||||
| * | commit lost part of the patch | Antony Dovgal | 2007-10-17 | 1 | -1/+2 |
| | | |||||
| * | use correct dtor and variable for the callback | Antony Dovgal | 2007-10-17 | 1 | -4/+3 |
| | | |||||
| * | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -2/+2 |
| | | |||||
| * | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -12/+33 |
| | | | | | | Updated ext/mysql and ext/mysqli in HEAD | ||||
| * | Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either | Andrey Hristov | 2007-07-24 | 1 | -377/+639 |
| | | | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd. | ||||
| * | MFB | Andrey Hristov | 2007-07-24 | 1 | -4/+4 |
| | | |||||
| * | Fix INFILE LOCAL option handling with MySQL - now not allowed when open_basedir | Stanislav Malyshev | 2007-06-18 | 1 | -3/+9 |
| | | | | | | is active | ||||
| * | use default socket (removed by mistake?) | Antony Dovgal | 2007-04-14 | 1 | -0/+4 |
| | | |||||
| * | MFB: fix crash/leak in bug #38710 | Stanislav Malyshev | 2007-03-08 | 1 | -1/+10 |
| | | |||||
| * | - avoid sprintf | Marcus Boerger | 2007-02-24 | 1 | -1/+1 |
| | | |||||
| * | add a sticky note | Andrey Hristov | 2007-01-12 | 1 | -0/+5 |
| | | |||||
| * | merged from 5_2 (mysqli_info crash) | Georg Richter | 2007-01-06 | 1 | -1/+1 |
| | | |||||
| * | fixed parameters for unicode in mysqli_change_user | Georg Richter | 2007-01-02 | 1 | -3/+1 |
| | | |||||
| * | Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | | |||||
| * | dummy change | Andrey Hristov | 2006-12-04 | 1 | -0/+5 |
| | | |||||
| * | Fixed function headers (added missing U) | Georg Richter | 2006-10-31 | 1 | -2/+2 |
| | | | | | | fixed socket parameter (was removed by mistake in a previous commit) | ||||
| * | Error message clean up | Hannes Magnusson | 2006-10-08 | 1 | -1/+1 |
| | | | | | | (patch by Matt W (php_lists -AT- realpain.com)) | ||||
| * | don't rely on uninitialized var | Antony Dovgal | 2006-10-02 | 1 | -1/+1 |
| | | |||||
| * | Fix protos | Hannes Magnusson | 2006-10-02 | 1 | -1/+1 |
| | | |||||
| * | unicode fixes | Georg Richter | 2006-10-01 | 1 | -63/+25 |
| | | |||||
| * | Fixed error message (thanks to Ulf Wendel) | Georg Richter | 2006-09-29 | 1 | -1/+1 |
| | | |||||
| * | ZTS fixes. Implemented Andrei's hints (simplifying unicode stuff) | Georg Richter | 2006-09-27 | 1 | -164/+117 |
| | | |||||
| * | added unicode support for mysqli extension | Georg Richter | 2006-09-26 | 1 | -252/+355 |
| | | |||||
| * | MFB: Improved fix for bug #37671 | Ilia Alshanetsky | 2006-08-04 | 1 | -5/+12 |
| | | |||||
| * | MFB: fix #38072 (boolean arg for mysqli_autocommit() is always true on Solaris) | Antony Dovgal | 2006-07-12 | 1 | -2/+2 |
| | | |||||
