Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | show tracing | Andrey Hristov | 2010-10-28 | 1 | -0/+2 | |
| | ||||||
* | Fixing compiler warning. | Ulf Wendel | 2010-10-04 | 1 | -1/+1 | |
| | ||||||
* | Switch from using PHP_MAJOR_VERSION to separate define for | Andrey Hristov | 2010-08-12 | 1 | -1/+1 | |
| | | | | | | unicode. Unicode is no more, but these are "bookmarks" where to change mysqlnd, if Unicode becomes trendy again. | |||||
* | Fixed checks for PHP_DEBUG macro | Dmitry Stogov | 2010-07-08 | 1 | -7/+5 | |
| | ||||||
* | export mysqlnd_globals_id, per Johannes | Andrey Hristov | 2010-06-10 | 1 | -1/+1 | |
| | ||||||
* | Add possibility to control the allocator in when PHP is compiled | Andrey Hristov | 2010-05-04 | 1 | -0/+16 | |
| | | | | | with debug | |||||
* | Fix problem spotted by Felipe. | Andrey Hristov | 2010-04-22 | 1 | -1/+1 | |
| | ||||||
* | adding what last commit was missing | Andrey Hristov | 2010-04-22 | 1 | -0/+1 | |
| | ||||||
* | Remove dead code and add possibility to fine tune the size of | Andrey Hristov | 2010-04-22 | 1 | -0/+1 | |
| | | | | | a mempool (used for result sets). | |||||
* | - Fix copyrights | Felipe Pena | 2010-04-20 | 1 | -2/+2 | |
| | ||||||
* | CS + WS changes | Andrey Hristov | 2010-04-15 | 1 | -2/+2 | |
| | ||||||
* | Fix for bug#49234 method not found ssl_set | Andrey Hristov | 2010-04-15 | 1 | -0/+6 | |
| | | | | | Patch was tested and compiles on Windows. (Thanks Kalle) | |||||
* | make mysqlnd's tracing API more reusable | Andrey Hristov | 2010-01-13 | 1 | -1/+1 | |
| | ||||||
* | this function should be exporten in all cases, not only under PHP6 | Andrey Hristov | 2010-01-11 | 1 | -1/+1 | |
| | ||||||
* | Remove disabled code - threaded fetching. This can be implemented | Andrey Hristov | 2009-12-09 | 1 | -5/+2 | |
| | | | | | | on a upper level and by offloading it we reduce the complexity of the core. | |||||
* | Compressed protocol support + extensibility for mysqlnd | Andrey Hristov | 2009-11-20 | 1 | -1/+15 | |
| | ||||||
* | Increase the minimal size of the command buffer, which is used | Andrey Hristov | 2009-10-07 | 1 | -3/+13 | |
| | | | | | | for sending queries and in the future commpressed patch for reading almost all packets from the wire instead of using stack buffers. | |||||
* | - fix TS build, this macro contains code and declaration, always put it ↵ | Pierre Joye | 2009-09-28 | 1 | -2/+2 | |
| | | | | right after your declaration | |||||
* | sync with branch, after Ulf's commits | Andrey Hristov | 2009-09-22 | 1 | -1/+3 | |
| | ||||||
* | Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library ↵ | Ulf Wendel | 2009-09-16 | 1 | -0/+2 | |
| | | | | (libmysql) use different networking APIs. mysqlnd does use PHP streams whereas libmysql uses its own wrapper of the operating level network calls. PHP sets by default a read timeout of 60s for streams - php.ini, default_socket_timeout. This default applies to all streams that set no other timeout value. mysqlnd has not set any other value and therefore it connections of long running queries can have been cut off after default_socket_timeout seconds resulting in a 2006 - MySQL Server has gone away error message. The MySQL Client Library sets a default timeout of 365 * 24 * 3600 seconds (1year) and waits for other timeouts to happen, e.g. TCP/IP timeouts. mysqlnd now uses the same very long timeout. The value is configurable through a new php.ini setting: mysqlnd.net_read_timeout. mysqlnd.net_read_timeout gets used by any extension (ext/mysql, ext/mysqli, PDO_MySQL) that uses mysqlnd. mysqlnd tells PHP Streams to use mysqlnd.net_read_timeout. Please note that there may be subtle differences between MYSQL_OPT_READ_TIMEOUT from the MySQL Client Library and PHP Streams. E.g. MYSQL_OPT_READ_TIMEOUT is documented to work only for TCP/IP connections and, prior to MySQL 5.1.2, only for Windows. PHP streams may not have this limitation. Please check the streams documentation, if in doubt. | |||||
* | Fix for bug#48745 | Andrey Hristov | 2009-08-28 | 1 | -2/+2 | |
| | | | | | mysqlnd: mysql_num_fields returns wrong column count for mysql_list_fields | |||||
* | - fix TS build | Pierre Joye | 2009-06-09 | 1 | -1/+1 | |
| | ||||||
* | - ws | Pierre Joye | 2009-06-09 | 1 | -1/+1 | |
| | ||||||
* | Merge with the branch, someone made changes in PHP5_3 and did not merge. | Andrey Hristov | 2009-06-08 | 1 | -1/+1 | |
| | | | | | Also switch off the zval cache for now. | |||||
* | ws | Andrey Hristov | 2009-05-26 | 1 | -5/+3 | |
| | ||||||
* | - Removed: | Felipe Pena | 2009-03-27 | 1 | -12/+9 | |
| | | | | | | | | - UG(unicode) checks - Changed: - ZEND_STR_TYPE -> IS_UNICODE - convert_to_text -> convert_to_unicode | |||||
* | Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 | |
| | ||||||
* | - declaration first (fix build win) | Pierre Joye | 2008-11-22 | 1 | -2/+3 | |
| | ||||||
* | Improve order in MINFO output | Johannes Schlüter | 2008-10-01 | 1 | -7/+8 | |
| | ||||||
* | Update mysqlnd - new ini variable | Andrey Hristov | 2008-05-07 | 1 | -0/+3 | |
| | ||||||
* | Update ext/mysql, ext/mysqli and ext/mysqlnd from development tree | Andrey Hristov | 2008-04-16 | 1 | -0/+2 | |
| | ||||||
* | Fix a compile warning + test | Andrey Hristov | 2008-02-19 | 1 | -1/+1 | |
| | ||||||
* | Another fix | Andrey Hristov | 2008-02-14 | 1 | -4/+11 | |
| | ||||||
* | Update mysqlnd - fix bg_store | Andrey Hristov | 2008-02-14 | 1 | -1/+2 | |
| | ||||||
* | Fix the build, add a missing file | Andrey Hristov | 2008-01-29 | 1 | -0/+249 | |