Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH: | Andrey Hristov | 2008-09-15 | 1 | -1/+1 | |
| | | | | | Add float conversions too. Float users should understand how float works!!! | |||||
* | Fixed uninitialised data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 | |
| | ||||||
* | Fix for bug#45179 --with-mysql-sock fails to compile & work | Andrey Hristov | 2008-07-21 | 1 | -0/+4 | |
| | | | | | | | 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 | -0/+6 | |
| | ||||||
* | Fix remaining valgrind problems with pconn and zval cache | Andrey Hristov | 2008-06-24 | 1 | -8/+22 | |
| | | | | | HEAD merge will follow tomorrow. | |||||
* | Fix double-free, introduced lately | Andrey Hristov | 2008-06-24 | 1 | -0/+3 | |
| | ||||||
* | Make mysqli compilable in a 5_2 environment. Some want to use mysqlnd+mysqli | Andrey Hristov | 2008-05-06 | 1 | -1/+4 | |
| | | | | | | with 5_2. This won't hurt 5_2 in any way. Won't be MFB-ed because HEAD is completely different. | |||||
* | Fix the build | Andrey Hristov | 2008-03-18 | 1 | -2/+0 | |
| | ||||||
* | Fixed a bunch of bugs reported in | Andrey Hristov | 2008-03-18 | 1 | -43/+140 | |
| | | | | | | | | | 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. | |||||
* | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵ | Andrey Hristov | 2008-03-10 | 1 | -26/+26 | |
| | | | | | | | | 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 | -0/+2 | |
| | ||||||
* | Bug fixed in 5.0.46 | Andrey Hristov | 2008-03-08 | 1 | -2/+2 | |
| | ||||||
* | Fix a problem with $mysqi->connect() not working with default values. | Andrey Hristov | 2008-03-08 | 1 | -4/+1 | |
| | | | | | Fix a leak, bug#39457 | |||||
* | Fixed a possible crash | Ilia Alshanetsky | 2008-02-18 | 1 | -1/+3 | |
| | ||||||
* | Fix windows build - VC doesn't like nested macros | Andrey Hristov | 2008-02-12 | 1 | -5/+4 | |
| | ||||||
* | MFH: - Fix build with TSRM and mysqlnd | Johannes Schlüter | 2008-02-12 | 1 | -0/+2 | |
| | ||||||
* | MFH | 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(). To less failing tests. | Andrey Hristov | 2008-02-06 | 1 | -2/+2 | |
| | ||||||
* | 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. | |||||
* | - MFH: Remove more replication stuff | Johannes Schlüter | 2008-01-03 | 1 | -7/+0 | |
| | ||||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 | |
| | ||||||
* | Fix crash with pconnect | Andrey Hristov | 2007-11-09 | 1 | -32/+21 | |
| | ||||||
* | MFH: use correct dtro and variable for the callback | Antony Dovgal | 2007-10-17 | 1 | -1/+1 | |
| | ||||||
* | Sync mysqlnd. Should still compile with 5_2 for those who want to use the | Andrey Hristov | 2007-10-16 | 1 | -0/+8 | |
| | | | | | | current stable branch. mysqli from 5_3 patched for mysqlnd should be also compilable with 5_2. | |||||
* | avoid double free and use zval_dtor() where neccessary | Antony Dovgal | 2007-10-16 | 1 | -2/+1 | |
| | ||||||
* | MFH: Added macros for managing zval refcounts and is_ref statuses | Yiduo (David) Wang | 2007-10-07 | 1 | -4/+4 | |
| | ||||||
* | Import mysqlnd | Andrey Hristov | 2007-10-05 | 1 | -80/+276 | |
| | | | | | Patch ext/mysql and ext/mysqli to support mysqlnd | |||||
* | Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) | Dmitry Stogov | 2007-09-27 | 1 | -1/+1 | |
| | ||||||
* | Fix stupid error, which happens only on Windows. And we thought this has | Andrey Hristov | 2007-09-12 | 1 | -1/+1 | |
| | | | | | | | been fixed. Now my_thread_end() should be called and there should be no warnings in the error logs of exiting thread, which hasn't deinited, and leaks. | |||||
* | Fixed bug #41350 (my_thread_global_end() error during request shutdown on ↵ | Scott MacVicar | 2007-06-25 | 1 | -0/+22 | |
| | | | | Windows). | |||||
* | - MFH Optional dependency for SPL must be specified in header | Marcus Boerger | 2007-03-20 | 1 | -0/+13 | |
| | ||||||
* | - Avoid sprintf, even when checked copy'n'paste or changes lead to errors | Marcus Boerger | 2007-02-24 | 1 | -1/+1 | |
| | ||||||
* | use error message size | Stanislav Malyshev | 2007-02-16 | 1 | -2/+2 | |
| | ||||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix leak in php_local_infile_init() handler | Antony Dovgal | 2006-07-27 | 1 | -1/+5 | |
| | ||||||
* | fix TSRM build | Antony Dovgal | 2006-07-12 | 1 | -1/+1 | |
| | ||||||
* | MFH: fix mysqli_*_free_storage() funcs to conform with their prototypes | Antony Dovgal | 2006-07-10 | 1 | -10/+15 | |
| | ||||||
* | Another fix for #38019 | Dmitry Stogov | 2006-07-10 | 1 | -32/+72 | |
| | ||||||
* | Fixed bug #38019 (segfault extending mysqli class) | Dmitry Stogov | 2006-07-10 | 1 | -6/+16 | |
| | ||||||
* | MFH: fix bug #38003(in classes inherited from mysqli it's possible to call ↵ | Antony Dovgal | 2006-07-05 | 1 | -4/+5 | |
| | | | | private constructors from invalid context) | |||||
* | Added automatic module globals management | Dmitry Stogov | 2006-06-15 | 1 | -4/+9 | |
| | ||||||
* | - Fixed bug #36949 (invalid internal mysqli objects dtor) | Michael Wallner | 2006-05-29 | 1 | -17/+5 | |
| | ||||||
* | Don't allocate 2 chunks of memory when one can fit. Reduces memory | Andrey Hristov | 2006-05-10 | 1 | -4/+9 | |
| | | | | | | fragmentation. There is one more place that fragments memory but it will complicate the ongoing Unicode upgrade of mysqli so leaving it away for now. | |||||
* | - Update after api changes | Marcus Boerger | 2006-05-10 | 1 | -4/+4 | |
| | ||||||
* | moved zend_class_entry variables to mysqli.c | Georg Richter | 2006-05-08 | 1 | -0/+7 | |
| | ||||||
* | Added additional information for compiled header files. | Georg Richter | 2006-04-02 | 1 | -1/+2 | |
| | ||||||
* | fix #36922 (missing MYSQLI_REPORT_STRICT constant in userspace) | Antony Dovgal | 2006-03-30 | 1 | -0/+1 | |
| | ||||||
* | fix typo | Antony Dovgal | 2006-03-29 | 1 | -1/+1 | |
| |