Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-08-26 | 1 | -2/+2 |
|\ | |||||
| * | Also fix signature for passthru | Tyson Andre | 2019-08-26 | 1 | -1/+1 |
| * | Fix opcache optimizer info for time_nanosleep | Tyson Andre | 2019-08-26 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-08-26 | 1 | -0/+18 |
|\ \ | |/ | |||||
| * | Fix overflow in memory limit checks | Nikita Popov | 2019-08-26 | 1 | -0/+18 |
* | | Fix test | Stanislav Malyshev | 2019-08-25 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-08-25 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-08-25 | 1 | -0/+10 |
| |\ | |||||
| | * | Fix #75457: heap-use-after-free in php7.0.25 | Christoph M. Becker | 2019-08-25 | 2 | -1/+20 |
* | | | Update Oniguruma to 6.9.1 | Stanislav Malyshev | 2019-08-25 | 55 | -1530/+1724 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-08-24 | 1 | -0/+2 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-08-24 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | Fix CVE-2019-13224: don't allow different encodings for onig_new_deluxe() | Stanislav Malyshev | 2019-08-24 | 1 | -3/+3 |
* | | | Fix #77812: Interactive mode does not support PHP 7.3-style heredoc | Christoph M. Becker | 2019-08-23 | 3 | -4/+95 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-08-23 | 1 | -2/+7 |
|\ \ \ | |/ / | |||||
| * | | Suppress deprecation warning on IDNA2003 ICU methods for clang | Christoph M. Becker | 2019-08-23 | 1 | -2/+7 |
* | | | ensure proper settings for test | Remi Collet | 2019-08-20 | 1 | -0/+2 |
* | | | Don't use C++ style comments | Christoph M. Becker | 2019-08-20 | 1 | -5/+5 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-08-20 | 5 | -2/+148 |
|\ \ \ | |/ / | |||||
| * | | fix the problem for connect_attr, set db condition, and add a new attribute _... | Qianqian Bu | 2019-08-20 | 5 | -2/+148 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-08-19 | 1 | -0/+16 |
|\ \ \ | |/ / | |||||
| * | | Fix #78220: Can't access OneDrive folder | Christoph M. Becker | 2019-08-19 | 1 | -0/+16 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Sara Golemon | 2019-08-16 | 1 | -0/+7 |
|\ \ \ | |/ / | |||||
| * | | Suppress deprecation warning on IDNA2003 ICU methods | Sara Golemon | 2019-08-16 | 1 | -0/+7 |
* | | | Revert "Move to non deprecated API on suitable ICU versions" | Sara Golemon | 2019-08-16 | 1 | -19/+1 |
* | | | Update credits_ext.h | Christoph M. Becker | 2019-08-14 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-08-13 | 2 | -1/+19 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #77191 | Nikita Popov | 2019-08-13 | 2 | -1/+19 |
* | | | Updated to version 2019.2 (2019b) | Derick Rethans | 2019-08-11 | 1 | -8095/+7609 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Matteo Beccati | 2019-08-09 | 1 | -1/+2 |
|\ \ \ | |/ / | |||||
| * | | Skip test when SIGKILL is not defined | Matteo Beccati | 2019-08-09 | 1 | -1/+2 |
* | | | Fix #78346: strip_tags no longer handling nested php tags | Christoph M. Becker | 2019-08-02 | 2 | -2/+10 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-08-02 | 1 | -0/+8 |
|\ \ \ | |/ / | |||||
| * | | Fix #78179: MariaDB server version incorrectly detected | Christoph M. Becker | 2019-08-02 | 1 | -0/+8 |
* | | | Remove upgrade-pcre.php script | Christoph M. Becker | 2019-08-01 | 1 | -137/+0 |
* | | | Fix 78213: Empty row pocket | Christoph M. Becker | 2019-07-31 | 1 | -1/+1 |
* | | | Fix #78338: Array cross-border reading in PCRE | Christoph M. Becker | 2019-07-29 | 2 | -1/+11 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Stanislav Malyshev | 2019-07-29 | 7 | -5/+32 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Stanislav Malyshev | 2019-07-29 | 7 | -5/+32 |
| |\ \ | | |/ | |||||
| | * | Fix #77919: Potential UAF in Phar RSHUTDOWN | Christoph M. Becker | 2019-07-29 | 2 | -2/+7 |
| | * | Fix bug #78256 (heap-buffer-overflow on exif_process_user_comment) | Stanislav Malyshev | 2019-07-29 | 3 | -3/+14 |
| | * | Fix bug #78222 (heap-buffer-overflow on exif_scan_thumbnail) | Stanislav Malyshev | 2019-07-29 | 3 | -1/+12 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-29 | 2 | -0/+28 |
|\ \ \ | |/ / | |||||
| * | | Fix bug #78326 | Albert Casademont | 2019-07-29 | 2 | -0/+28 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-29 | 1 | -1/+10 |
|\ \ \ | |/ / | |||||
| * | | Fix Zend signals unblocking | Nikita Popov | 2019-07-29 | 1 | -1/+10 |
| * | | Fixed bug #78333 | Nikita Popov | 2019-07-29 | 1 | -6/+20 |
* | | | Fixed bug #78341 | Nikita Popov | 2019-07-29 | 2 | -7/+28 |
* | | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-07-29 | 1 | -6/+20 |
|\ \ \ | |||||
| * | | | Fixed bug #78333 | Nikita Popov | 2019-07-29 | 1 | -6/+20 |