Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove vestiges of embedded mysql from tests | Nikita Popov | 2020-09-17 | 1 | -1/+0 |
* | Fix warnings when building against libmysqlclient | Nikita Popov | 2020-09-17 | 1 | -1/+1 |
* | Merge branch 'PHP-7.4' | Nikita Popov | 2020-09-17 | 1 | -13/+3 |
|\ | |||||
| * | 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 |
* | | | Don't assert mysql->mysql is non-null | Nikita Popov | 2020-08-14 | 1 | -1/+4 |
* | | | Fix some clang warnings | Nikita Popov | 2020-07-23 | 1 | -2/+2 |
* | | | Fix [-Wundef] warning in MySQLi extension | George Peter Banyard | 2020-05-18 | 1 | -1/+1 |
* | | | Drop wchar header check as always defined since C95 | George Peter Banyard | 2020-03-31 | 1 | -21/+0 |
* | | | Promote mysqli warnings to exceptions | Máté Kocsis | 2020-01-30 | 1 | -8/+8 |
* | | | Merge branch 'PHP-7.4' | Máté Kocsis | 2020-01-28 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Fix #78666 mysqli_options generates Warning on var_dump() | Máté Kocsis | 2020-01-28 | 1 | -1/+1 |
* | | | Convert infallible mysqli checks to asserts | Nikita Popov | 2020-01-09 | 1 | -10/+2 |
* | | | Remove unused MYSQLI_STATUS_CLEARED | Nikita Popov | 2020-01-09 | 1 | -1/+0 |
* | | | Remove mention of PHP major version in Copyright headers | Gabriel Caruso | 2019-09-25 | 1 | -2/+0 |
|/ / | |||||
* | | 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 |
|/ / |