| Commit message (Expand) | Author | Age | Files | Lines |
* | year++ | Xinchen Hui | 2018-01-02 | 17 | -17/+17 |
* | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-10-28 | 3 | -3/+34 |
|\ |
|
| * | Fix bug #75434 Wrong reflection for mysqli_fetch_all function | Fabien Villepinte | 2017-10-28 | 3 | -3/+34 |
* | | Fixed bug #75018, fixed bug #75177 | Anatol Belski | 2017-09-13 | 1 | -0/+38 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-25 | 2 | -6/+9 |
|\ \
| |/ |
|
| * | minor loop optimizations, closes #2633 | Joe Watkins | 2017-07-25 | 2 | -6/+9 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-22 | 2 | -0/+28 |
|\ \
| |/ |
|
| * | Fixed bug #74968 PHP crashes when calling mysqli_result::fetch_object with an... | Anatol Belski | 2017-07-22 | 2 | -0/+28 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-12 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | increase poll timeout as false positives mitigation | Anatol Belski | 2017-07-12 | 1 | -1/+1 |
* | | Fixed #74595 - ReflectionMethod::getParameters returns incorrect number of pa... | andrewnester | 2017-05-15 | 3 | -7/+63 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-05-06 | 2 | -1/+26 |
|\ \
| |/ |
|
| * | Fixed bug #74547 mysqli::change_user() doesn't accept null as $database argum... | Anatol Belski | 2017-05-06 | 2 | -1/+26 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-05-01 | 1 | -0/+29 |
|\ \
| |/ |
|
| * | Tests to ensure BC with undocumented behavior used in hacks | Anatol Belski | 2017-05-01 | 1 | -0/+29 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-02-12 | 2 | -0/+52 |
|\ \
| |/ |
|
| * | Fixed bug #74021 | andrewnester | 2017-02-12 | 2 | -0/+52 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-01-18 | 2 | -3/+25 |
|\ \
| |/ |
|
| * | Fix bug #73949 leak in mysqli_fetch_object | Joe Watkins | 2017-01-18 | 2 | -3/+25 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-12 | 1 | -0/+38 |
|\ \
| |/ |
|
| * | Fix bug #69899 | rfussenegger | 2017-01-12 | 1 | -0/+38 |
| * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 17 | -17/+17 |
* | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 17 | -17/+17 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-01-03 | 2 | -0/+45 |
|\ \
| |/ |
|
| * | Fix Bug #73462 - Persistent connections don't set $connect_errno | Vince | 2017-01-03 | 2 | -0/+45 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrey Hristov | 2016-12-12 | 1 | -2/+38 |
|\ \
| |/ |
|
| * | Add a bit more test cases (edge cases) to the BIT test case | Andrey Hristov | 2016-12-12 | 1 | -2/+38 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Andrey Hristov | 2016-12-12 | 1 | -0/+65 |
|\ \
| |/ |
|
| * | Add a test case to test fetching of multiple rows with bit values. | Andrey Hristov | 2016-12-12 | 1 | -0/+65 |
* | | fix test compat with MySQL 5.7 | Anatol Belski | 2016-12-07 | 1 | -2/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-12-04 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | fix test | Anatol Belski | 2016-12-04 | 1 | -2/+2 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-12-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | fix test | Anatol Belski | 2016-12-04 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-09-17 | 1 | -0/+65 |
|\ \
| |/ |
|
| * | Add test for bug #72489 | Nikita Popov | 2016-09-17 | 1 | -0/+65 |
* | | add test for bug #72701 | Anatol Belski | 2016-07-29 | 1 | -0/+32 |
* | | Fix for bug #71863 Segfault when EXPLAIN with "Unknown column" error | Andrey Hristov | 2016-07-25 | 1 | -0/+37 |
* | | Merge branch 'throw-error-in-extensions' | Aaron Piotrowski | 2016-07-05 | 1 | -2/+2 |
|\ \ |
|
| * | | Replace zend_ce_error with NULL and replace more E_ERROR with thrown Error | Aaron Piotrowski | 2016-06-13 | 1 | -2/+2 |
| * | | Merge branch 'master' into throw-error-in-extensions | Aaron Piotrowski | 2016-06-10 | 41 | -253/+618 |
| |\ \ |
|
| * | | | Convert E_ERROR to thrown Error in extensions | Aaron Piotrowski | 2015-07-05 | 1 | -2/+2 |
* | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-28 | 1 | -4/+0 |
* | | | | Fixed compilation warnings | Dmitry Stogov | 2016-06-22 | 6 | -9/+10 |
* | | | | Added ZEND_ATTRIBUTE_FORMAT to some middind functions. | Dmitry Stogov | 2016-06-21 | 2 | -5/+5 |
* | | | | Implemented RFC: Replace "Missing argument" warning with "Too few arguments" ... | Dmitry Stogov | 2016-06-16 | 2 | -23/+29 |
| |/ /
|/| | |
|
* | | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-09 | 2 | -125/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | Revert "Fixed bug #71820 pg_fetch_object bind parameters before call construc... | Anatol Belski | 2016-05-09 | 2 | -125/+4 |
* | | | - get rid of EG(scope). zend_get_executed_scope() should be used instead. | Dmitry Stogov | 2016-04-28 | 1 | -1/+1 |
* | | | Removed "zend_fcall_info.function_table". It was assigned in many places, but... | Dmitry Stogov | 2016-04-27 | 1 | -1/+0 |