Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-5.6' into PHP-7.0 | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
|\ | |||||
| * | Happy new year (Update copyright to 2016) | Lior Kaplan | 2016-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.6' into PHP-7.0 | Xinchen Hui | 2015-11-16 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fixed bug #68077 (LOAD DATA LOCAL INFILE / open_basedir restriction) | Xinchen Hui | 2015-11-16 | 1 | -0/+2 |
| * | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | Cleanup (replce hack by a clean implementation) | Dmitry Stogov | 2015-07-01 | 1 | -1/+1 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -5/+5 |
* | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | trailing whitespace removal | Stanislav Malyshev | 2015-01-10 | 1 | -8/+8 |
* | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -70/+70 |
* | | Move smart_str implementation into Zend/ | Nikita Popov | 2014-09-21 | 1 | -1/+1 |
* | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | 's' works with size_t round 2 | Anatol Belski | 2014-08-27 | 1 | -2/+2 |
* | | first show to make 's' work with size_t | Anatol Belski | 2014-08-27 | 1 | -5/+5 |
* | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -26/+26 |
* | | fixes to %pd format usage | Anatol Belski | 2014-08-24 | 1 | -2/+2 |
* | | ported ext/mysqli | Anatol Belski | 2014-08-19 | 1 | -13/+13 |
* | | basic macro replacements, all at once | Anatol Belski | 2014-08-19 | 1 | -13/+13 |
* | | Fixed mysqli_get_links_stats | Xinchen Hui | 2014-06-19 | 1 | -3/+3 |
* | | Fixed hash key in persistent hash | Xinchen Hui | 2014-06-19 | 1 | -1/+1 |
* | | Fixed MySQLi built with mysqlnd | Xinchen Hui | 2014-06-19 | 1 | -31/+23 |
* | | Refactor MySQLi (incompleted, only compilable now) | Xinchen Hui | 2014-05-11 | 1 | -104/+66 |
* | | Merge branch 'master' into refactoring2 | Dmitry Stogov | 2014-05-05 | 1 | -0/+8 |
|\ \ | |/ | |||||
| * | Fix mysqli build when building against libmysqlclient. | Adam Harvey | 2014-05-02 | 1 | -0/+8 |
* | | Merge mainstream 'master' branch into refactoring | Dmitry Stogov | 2014-04-26 | 1 | -25/+53 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.6' of git.php.net:php-src into PHP-5.6 | Andrey Hristov | 2014-04-10 | 1 | -20/+26 |
| |\ | |||||
| | * | Merge branch 'PHP-5.5' into PHP-5.6 | Andrey Hristov | 2014-03-20 | 1 | -20/+26 |
| | |\ | |||||
| | | * | Emit a warning in case of unallowed characters. Fix another place this | Andrey Hristov | 2014-03-20 | 1 | -20/+26 |
| | | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| * | | | New result fetching mode for mysqlnd, which should use less memory but | Andrey Hristov | 2014-04-10 | 1 | -5/+10 |
| |/ / | |||||
| * | | Add new INI for rollbacking connections put back into the pconn pool | Andrey Hristov | 2014-01-29 | 1 | -0/+17 |
* | | | Cleanup (1-st round) | Dmitry Stogov | 2014-04-15 | 1 | -12/+12 |
|/ / | |||||
* | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'PHP-5.4' into PHP-5.5 | Andrey Hristov | 2013-12-04 | 1 | -1/+1 |
|\ | |||||
| * | Fix loss of precision | Andrey Hristov | 2013-12-04 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Make sure result is initilized | Johannes Schlüter | 2013-07-03 | 1 | -2/+2 |
| * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | relax the check | Andrey Hristov | 2013-02-22 | 1 | -1/+1 |
* | | Add some parameter checks | Andrey Hristov | 2013-02-22 | 1 | -5/+22 |
* | | mysqli_savepoint()/mysqli_release_savepoint() | Andrey Hristov | 2013-02-08 | 1 | -1/+70 |
* | | Add support for begin_transaction in libmysql mode. | Andrey Hristov | 2013-02-07 | 1 | -0/+76 |
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Merge branch 'PHP-5.4' into PHP-5.5 | Xinchen Hui | 2012-11-30 | 1 | -2/+8 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-11-30 | 1 | -2/+8 |
| |\ | |||||
| | * | Fixed bug #63398 (Segfault when polling closed link) | Xinchen Hui | 2012-11-30 | 1 | -2/+8 |
* | | | Add SHA256 authentication support - password hashing to mysqlnd | andrey | 2012-09-25 | 1 | -1/+1 |
* | | | Merge branch 'PHP-5.4' | Xinchen Hui | 2012-08-22 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-5.3' into PHP-5.4 | Xinchen Hui | 2012-08-22 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #62885 (mysqli_poll - Segmentation fault) | Xinchen Hui | 2012-08-22 | 1 | -0/+5 |