Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2020-09-17 | 1 | -13/+3 |
|\ | |||||
| * | mysql: native mysql-8.0 uses _Bool | Daniel Black | 2020-09-17 | 1 | -2/+2 |
| * | mysqli: use native api | Daniel Black | 2020-09-17 | 1 | -13/+3 |
* | | Fix #78666 mysqli_options generates Warning on var_dump() | Máté Kocsis | 2020-01-28 | 1 | -1/+1 |
* | | Remove legacy AC_CHECK_TYPE calls for uint and ulong | Peter Kokot | 2019-03-06 | 1 | -4/+0 |
* | | Remove local variables | Peter Kokot | 2019-02-03 | 1 | -11/+0 |
* | | Remove yearly range from copyright notice | Zeev Suraski | 2019-01-30 | 1 | -1/+1 |
* | | Remove my_estrdup() and my_efree() macros | Nikita Popov | 2018-09-17 | 1 | -3/+0 |
|/ | |||||
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | [Bug 75448] In case of failure, mysqli::prepare() returns NULL instead of FALSE | Sergei Morozov | 2018-02-10 | 1 | -2/+2 |
* | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | Move zend_object_iterator_funcs structures into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | Merge branch 'PHP-7.0' | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
|\ | |||||
| * | Move semicolon into TSRMLS_CACHE_EXTERN/DEFINE | Nikita Popov | 2016-03-03 | 1 | -1/+1 |
* | | Remove HAVE_SPL checks | Nikita Popov | 2016-01-30 | 1 | -4/+0 |
|/ | |||||
* | 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 |
* | | switch to the unified globals accessor where appropriate | Anatol Belski | 2015-07-29 | 1 | -6/+2 |
* | | Use ZSTR_ API to access zend_string elements (this is just renaming without s... | Dmitry Stogov | 2015-06-30 | 1 | -6/+6 |
* | | Merge branch 'PHP-5.6' | Xinchen Hui | 2015-03-09 | 1 | -1/+0 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.5' into PHP-5.6 | Xinchen Hui | 2015-03-09 | 1 | -1/+0 |
| |\ | |||||
| | * | Revert "Fix #63486" | Xinchen Hui | 2015-03-09 | 1 | -1/+0 |
| | * | Fix #63486 | Julien Pauli | 2015-02-20 | 1 | -0/+1 |
| | * | Bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
| * | | Fix #63486 | Julien Pauli | 2015-03-08 | 1 | -0/+1 |
| * | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | Fixed build | Xinchen Hui | 2015-03-09 | 1 | -1/+1 |
* | | | Fix #63486 | Julien Pauli | 2015-03-08 | 1 | -0/+1 |
* | | | made ZEND_TSRMLS_CACHE_* macros look like function calls | Anatol Belski | 2015-02-16 | 1 | -1/+1 |
* | | | bump year | Xinchen Hui | 2015-01-15 | 1 | -1/+1 |
* | | | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -15/+15 |
* | | | converted some ext/mysql* and fixed ext/zlib | Anatol Belski | 2014-10-15 | 1 | -1/+4 |
* | | | s/PHP 5/PHP 7/ | Johannes Schlüter | 2014-09-19 | 1 | -1/+1 |
* | | | master renames phase 1 | Anatol Belski | 2014-08-25 | 1 | -19/+19 |
* | | | ported ext/mysqli | Anatol Belski | 2014-08-19 | 1 | -19/+19 |
* | | | Various bug fixed | Xinchen Hui | 2014-05-11 | 1 | -2/+2 |
* | | | Refactor MySQLi (incompleted, only compilable now) | Xinchen Hui | 2014-05-11 | 1 | -28/+29 |
|/ / | |||||
* | | Merge branch 'PHP-5.5' into PHP-5.6 | Remi Collet | 2014-02-27 | 1 | -0/+4 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-5.4' into PHP-5.5 | Remi Collet | 2014-02-27 | 1 | -0/+4 |
| |\ | |||||
| | * | Fixed Bug #66762 Segfault in mysqli_stmt::bind_result() when link closed | Remi Collet | 2014-02-27 | 1 | -0/+4 |
| | * | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
| | * | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
| | * | - Year++ | Felipe Pena | 2012-01-01 | 1 | -1/+1 |
| * | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
* | | | Add new INI for rollbacking connections put back into the pconn pool | Andrey Hristov | 2014-01-29 | 1 | -0/+1 |
* | | | Bump year | Xinchen Hui | 2014-01-03 | 1 | -1/+1 |
|/ / | |||||
* | | Happy New Year | Xinchen Hui | 2013-01-01 | 1 | -1/+1 |
* | | Remove support for local infile handler in mysqli from 5.5 | andrey | 2012-05-03 | 1 | -6/+0 |
* | | remove dead and unused for more than 8 years code | andrey | 2012-05-03 | 1 | -6/+0 |