Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | revert 293939 Fixed bug #50636 (MySQLi_Result sets values before calling | Johannes Schlüter | 2010-02-11 | 1 | -2/+1 |
| | | | | | constructor) | ||||
* | Fix build of mysqli when libmysql is used, mysqlnd_portability.h | Andrey Hristov | 2010-01-14 | 1 | -1/+0 |
| | | | | | | | | might not be available for some weird reasons. Added the macros that we need, in that case Code by Jess Portnoy | ||||
* | Fixed bug #50636 (MySQLi_Result sets values before calling constructor) | Pierrick Charron | 2010-01-03 | 1 | -1/+2 |
| | |||||
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | Remove stub code which never actually was used for anything. | Andrey Hristov | 2009-12-09 | 1 | -8/+0 |
| | | | | | Things like this can be built on top of the core. | ||||
* | Remove the zval caching from mysqlnd. It was disabled versions ago | Andrey Hristov | 2009-12-09 | 1 | -27/+0 |
| | | | | | | due to problems on windows, which were not debugged. Better have code that is disabled not in the core. | ||||
* | Remove disabled code - threaded fetching. This can be implemented | Andrey Hristov | 2009-12-09 | 1 | -8/+0 |
| | | | | | | on a upper level and by offloading it we reduce the complexity of the core. | ||||
* | Fixing problems when calling connect (again and again) on a valid connection ↵ | Ulf Wendel | 2009-10-15 | 1 | -16/+1 |
| | | | | handle. Most of the patch comes from Andrey. | ||||
* | Fix handling of BIT fields for non-PS. We need | Andrey Hristov | 2009-09-22 | 1 | -7/+34 |
| | | | | | | | macros from mysqlnd to be able to convert a bit stream to a number. BIT is binary data thus the result is a string, and not unicode | ||||
* | Fix for bug#46614 Extended MySQLi class gives incorrect empty() result | Andrey Hristov | 2009-08-27 | 1 | -4/+5 |
| | |||||
* | - fix TS build | Pierre Joye | 2009-04-06 | 1 | -0/+1 |
| | |||||
* | - Removed: | Felipe Pena | 2009-03-27 | 1 | -32/+23 |
| | | | | | | | | - 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/+12 |
| | |||||
* | - Fix #45940 MySQLI OO does not populate connect_error property on failed | Johannes Schlüter | 2009-01-12 | 1 | -7/+0 |
| | | | | | connect | ||||
* | Proper ctor usage (Fix #46044) | Johannes Schlüter | 2009-01-07 | 1 | -36/+0 |
| | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFB: Fixed bug #46887 (Invalid calls to php_error_docref()) | Ilia Alshanetsky | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 |
| | | | | using array_map) | ||||
* | Asynchronous queries for mysqli, when mysqlnd is enabled. | Andrey Hristov | 2008-11-18 | 1 | -0/+3 |
| | | | | | Includes 4 tests for mysqli_poll | ||||
* | - MFB: Declarations MUST BE done in the beginning of a context | Pierre Joye | 2008-10-03 | 1 | -1/+1 |
| | |||||
* | Fix the libmysql build. Unintentionally broken by my last commit. | Andrey Hristov | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | Fix for bug#46019 MySQLi::init() leaks memory | Andrey Hristov | 2008-09-19 | 1 | -1/+1 |
| | |||||
* | Add float conversions too. Float users should understand how float works!!! | Andrey Hristov | 2008-09-15 | 1 | -1/+1 |
| | |||||
* | Fixed uninitialized data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 |
| | |||||
* | MFB : | Andrey Hristov | 2008-07-21 | 1 | -0/+4 |
| | | | | | | | | 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 | ||||
* | Sync with bzr | Andrey Hristov | 2008-07-15 | 1 | -5/+28 |
| | |||||
* | MFB : fix the build | Andrey Hristov | 2008-03-18 | 1 | -2/+0 |
| | |||||
* | MFB - Bug #44352 mysqli_connect_error() false negative for host errors | Andrey Hristov | 2008-03-18 | 1 | -56/+168 |
| | |||||
* | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵ | Andrey Hristov | 2008-03-10 | 1 | -27/+27 |
| | | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary | ||||
* | Fix typo | Johannes Schlüter | 2008-03-10 | 1 | -1/+1 |
| | |||||
* | - Fix build with older MySQL | Johannes Schlüter | 2008-03-10 | 1 | -0/+2 |
| | |||||
* | Bug fixed in MySQL 5.0.46 | Andrey Hristov | 2008-03-08 | 1 | -2/+2 |
| | |||||
* | MFB: | Andrey Hristov | 2008-03-08 | 1 | -3/+1 |
| | | | | | | - Fixed problem with $mysqli->connect() not connecting with defaults - Fixed leak (#39475) | ||||
* | Fix Windows build. VC doesn't like nested macros - expansion + #if | Andrey Hristov | 2008-02-12 | 1 | -5/+4 |
| | |||||
* | - Fix build with TSRM and mysqlnd | Johannes Schlüter | 2008-02-12 | 1 | -0/+2 |
| | |||||
* | nuke unnecessary TSRMLS_FETCH() | Antony Dovgal | 2008-02-12 | 1 | -1/+0 |
| | |||||
* | Fix typo | Andrey Hristov | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | cvs sync | Andrey Hristov | 2008-02-11 | 1 | -0/+19 |
| | |||||
* | Pconnect working with mysqli_real_connect() | Andrey Hristov | 2008-02-06 | 1 | -2/+2 |
| | |||||
* | MFB: More optimizations - less MM calls | Andrey Hristov | 2008-01-28 | 1 | -12/+21 |
| | | | | | | | | | | 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. | ||||
* | - Remove more replication stuff | Johannes Schlüter | 2008-01-03 | 1 | -7/+0 |
| | |||||
* | Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | Fix crashes with pconn (merge from 5_3) | Andrey Hristov | 2007-11-09 | 1 | -34/+20 |
| | |||||
* | use correct dtor and variable for the callback | Antony Dovgal | 2007-10-17 | 1 | -1/+1 |
| | |||||
* | use zval_dtor() instead of efree() + FREE_ZVAL() | Antony Dovgal | 2007-10-16 | 1 | -2/+1 |
| | |||||
* | Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -4/+4 |
| | |||||
* | Update mysqlnd in HEAD | Andrey Hristov | 2007-10-02 | 1 | -19/+99 |
| | | | | | Updated ext/mysql and ext/mysqli in HEAD | ||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 |
| | |||||
* | Import of mysqlnd and ext/mysql + ext/mysqli patched to be built either | Andrey Hristov | 2007-07-24 | 1 | -86/+220 |
| | | | | | | | with libmysql or mysqld. Use --with-mysql=mysqlnd --with-mysqli=mysqlnd to build with mysqlnd. | ||||
* | MFB: Fixed bug #41350 (my_thread_global_end() error during request shutdown ↵ | Scott MacVicar | 2007-06-25 | 1 | -0/+22 |
| | | | | on Windows). |