Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MFH:Fix for bug#48754 mysql_close() crash php when no handle specified | Andrey Hristov | 2009-09-18 | 2 | -7/+101 | |
| | ||||||
* | Fix and tests for bug #49511 . mysqlnd and the MySQL Client Library ↵ | Ulf Wendel | 2009-09-16 | 1 | -0/+37 | |
| | | | | (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. | |||||
* | Some extra test coverage for http://bugs.php.net/bug.php?id=48754 . | Ulf Wendel | 2009-09-09 | 1 | -9/+22 | |
| | ||||||
* | Next attempt to fix http://bugs.php.net/bug.php?id=48745. Patch by Andrey. | Ulf Wendel | 2009-09-09 | 2 | -11/+38 | |
| | ||||||
* | fix tests | Antony Dovgal | 2009-08-29 | 3 | -0/+13 | |
| | ||||||
* | Fix a few more tests | Rasmus Lerdorf | 2009-08-03 | 3 | -11/+11 | |
| | ||||||
* | Given that we have a DB connection by the time we get here, | Rasmus Lerdorf | 2009-08-03 | 1 | -2/+2 | |
| | | | | | mysql_affected_rows() cannot return false. | |||||
* | MFH. Fixing tests to run with SQL_MODE=ANSI_QUOTES as well. | Ulf Wendel | 2009-07-07 | 6 | -19/+19 | |
| | ||||||
* | MFH. Global s/ini_get('unicode.semantics')/version check/ . Early PHP 6 ↵ | Ulf Wendel | 2009-07-03 | 13 | -19/+19 | |
| | | | | times are gone. I hope unicode logic will not change any more | |||||
* | MFH. Adding CLEAN sections, fixing some SKIPIF sections. Cool new ↵ | Ulf Wendel | 2009-07-02 | 43 | -46/+307 | |
| | | | | run-tests.php, Zoe (and other) - its a great help to detect stinky SKIPIF and CLEAN | |||||
* | MFH - Test for bug #48754 | Ulf Wendel | 2009-07-02 | 1 | -4/+16 | |
| | ||||||
* | MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH ↵ | Ulf Wendel | 2009-07-01 | 25 | -954/+319 | |
| | | | | easier. Basically three changes over all files: a) s/unicode(/%unicode|string% b) s/[u/[%u|b% c) s/unicode.semantics/version_compare | |||||
* | MFH: Fix compiler warnings in ext/mysql, ext/mysqli and ext/pdo_mysql | Kalle Sommer Nielsen | 2009-05-20 | 1 | -1/+1 | |
| | ||||||
* | MFH: mysql_db_query() is always deprecated | Johannes Schlüter | 2009-03-25 | 2 | -6/+4 | |
| | ||||||
* | fix test | Antony Dovgal | 2009-02-19 | 1 | -8/+7 | |
| | ||||||
* | MFH: Fix #47438 mysql_fetch_field ignores zero offse | Johannes Schlüter | 2009-02-18 | 2 | -1/+40 | |
| | ||||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 4 | -4/+4 | |
| | ||||||
* | MFH: Fix mysql_fetch_* and tests after param parsing changes | Johannes Schlüter | 2008-12-01 | 4 | -12/+10 | |
| | ||||||
* | MFH: New param parsing for ext/mysql | Johannes Schlüter | 2008-11-28 | 24 | -518/+353 | |
| | ||||||
* | Fixed bug #46409 (__invoke method called outside of object context when ↵ | Dmitry Stogov | 2008-11-27 | 1 | -2/+2 | |
| | | | | using array_map) | |||||
* | Fixed compiler warning | Ilia Alshanetsky | 2008-10-27 | 1 | -1/+1 | |
| | ||||||
* | MFH: | Andrey Hristov | 2008-10-27 | 1 | -1/+25 | |
| | | | | | | | Warning if the library API version differs from the headers used to compile. Patch versions are not considered but major.minor Fix build of ext/mysql with 4.0.x and pre. | |||||
* | MFH: initialize optional vars | Arnaud Le Blanc | 2008-10-21 | 1 | -3/+3 | |
| | ||||||
* | MFH: No mysqli stuff in ext/mysql | Johannes Schlüter | 2008-09-29 | 2 | -15/+4 | |
| | ||||||
* | Re-add mysql_set_charset. Missed during introduction of mysqlnd. Exists in | Andrey Hristov | 2008-08-06 | 2 | -2/+37 | |
| | | | | | HEAD, thus no merge | |||||
* | Fixed uninitialised data | Dmitry Stogov | 2008-07-25 | 1 | -0/+1 | |
| | ||||||
* | MFH: Two less failing tests, one of which was definitely a leak in mysqli ↵ | Andrey Hristov | 2008-07-22 | 1 | -0/+3 | |
| | | | | | | | with mysqlnd and pconn. ext/mysql is being fixed with a better fix for similar leak. | |||||
* | MFH: Fix a leak with pconn and mysqlnd | Andrey Hristov | 2008-07-22 | 1 | -0/+8 | |
| | ||||||
* | Fix for bug#45179 --with-mysql-sock fails to compile & work | Andrey Hristov | 2008-07-21 | 3 | -3/+14 | |
| | | | | | | | 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 | -2/+4 | |
| | ||||||
* | fix skipif sections | Antony Dovgal | 2008-07-13 | 1 | -1/+1 | |
| | ||||||
* | Fix remaining valgrind problems with pconn and zval cache | Andrey Hristov | 2008-06-24 | 1 | -8/+19 | |
| | | | | | HEAD merge will follow tomorrow. | |||||
* | Fix double-free, introduced lately | Andrey Hristov | 2008-06-24 | 1 | -3/+7 | |
| | ||||||
* | Fix possible bug with persistent connections and mysqlnd | Andrey Hristov | 2008-06-24 | 1 | -1/+1 | |
| | ||||||
* | - do not enable an ext when a lib/header fails | Pierre Joye | 2008-06-23 | 1 | -6/+10 | |
| | | | | | | - use MESSAGE in mysql* - use correct CFLAGS for ext/libxml headers | |||||
* | Fixed test | Dmitry Stogov | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | Fixed test | Dmitry Stogov | 2008-06-11 | 1 | -1/+1 | |
| | ||||||
* | Update ext/mysql's and ext/mysqli's tests | Andrey Hristov | 2008-04-24 | 2 | -3/+6 | |
| | | | | | | Add mysqli_stmt_more_result()/mysqli_stmt_next_result(), but only in mysqlnd builds as libmysql doesn't support this feature. | |||||
* | MFB: Update CVS from the development tree | Andrey Hristov | 2008-04-16 | 1 | -3/+3 | |
| | ||||||
* | Fix snapshot build | Andrey Hristov | 2008-04-08 | 1 | -6/+8 | |
| | ||||||
* | remove duplicated sections | Nuno Lopes | 2008-03-17 | 1 | -15/+1 | |
| | ||||||
* | MFH: New way for check void parameters | Felipe Pena | 2008-03-10 | 1 | -2/+2 | |
| | ||||||
* | Update mysqlnd, ext/mysql and ext/mysqli - now possible to compile with ↵ | Andrey Hristov | 2008-03-10 | 4 | -39/+40 | |
| | | | | | | | | different configurations one or the another extension to use libmysql or mysqlnd mixed in one binary | |||||
* | - Fix a warning in php_mysql.c | Andrey Hristov | 2008-03-10 | 1 | -1/+1 | |
| | | | | | - Fixed #44371 Extension compile failed | |||||
* | - MFH: Fix typo in skipif | Johannes Schlüter | 2008-03-09 | 1 | -2/+2 | |
| | ||||||
* | Fix test | Felipe Pena | 2008-03-08 | 1 | -2/+2 | |
| | ||||||
* | Bug fixed in 5.0.46 | Andrey Hristov | 2008-03-08 | 1 | -2/+2 | |
| | ||||||
* | MFB: Fixed bug #44333 (SEGFAULT when using mysql_pconnect() with client_flags) | Felipe Pena | 2008-03-04 | 1 | -1/+1 | |
| | ||||||
* | - MFH Add E_DEPRECATED (Lars Strojny, Felipe Pena, Marcus) | Marcus Boerger | 2008-02-23 | 1 | -2/+2 | |
| | | | | | [DOC] Finally added deprecation messages | |||||
* | - MFH: Make clear what's going on and avoid overwriting parameters | Johannes Schlüter | 2008-02-12 | 1 | -9/+13 | |
| |