Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Azure: Publish code coverage results | Gerard Roche | 2019-10-11 | 6 | -27/+103 |
* | Add upgrading note for round(-0.0) change | Nikita Popov | 2019-10-11 | 1 | -0/+1 |
* | Remove configure checks for ltp when using --enable-gcov | Nikita Popov | 2019-10-11 | 2 | -49/+4 |
* | NEWS | Remi Collet | 2019-10-11 | 1 | -0/+1 |
* | Fix #78662: stream_write bad error detection | Remi Collet | 2019-10-11 | 2 | -7/+40 |
* | Replace port already used | Fabien Villepinte | 2019-10-11 | 1 | -1/+1 |
* | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-10 | 2 | -7/+8 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-10 | 2 | -7/+8 |
| |\ | |||||
| | * | Fix leak in phar open | Nikita Popov | 2019-10-10 | 2 | -7/+8 |
* | | | Revert "Fixed CLI/CGI/FPM build, when they are built together with Apache SAPI" | Dmitry Stogov | 2019-10-10 | 1 | -3/+1 |
* | | | Revert "Don't buid static libaraies when only DSO required" | Dmitry Stogov | 2019-10-10 | 2 | -2/+2 |
* | | | Revert "Link executable files using non PIC object files. This reduces PIC ov... | Dmitry Stogov | 2019-10-10 | 5 | -7/+7 |
* | | | Return error_zval form get_property_ptr_ptr on exception | Nikita Popov | 2019-10-10 | 5 | -17/+8 |
* | | | Explicitly check for exceptions in by-ref obj prop assign | Nikita Popov | 2019-10-10 | 2 | -6/+9 |
* | | | Fix leak when property AST evaluation fails | Nikita Popov | 2019-10-10 | 2 | -6/+8 |
* | | | Also check for exception after stream_eof | Nikita Popov | 2019-10-10 | 1 | -2/+6 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-10 | 3 | -0/+28 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-10 | 3 | -0/+28 |
| |\ \ | | |/ | |||||
| | * | Fix leak on static method call on non-existent class | Nikita Popov | 2019-10-10 | 3 | -0/+28 |
* | | | Report error if stream_read is not implemented | Nikita Popov | 2019-10-10 | 2 | -18/+20 |
* | | | Fix leak on "Cannot assign by reference to overloaded object" error | Nikita Popov | 2019-10-10 | 2 | -6/+12 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-09 | 1 | -2/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-09 | 1 | -2/+3 |
| |\ \ | | |/ | |||||
| | * | Avoid float to int cast UB in exif | Nikita Popov | 2019-10-09 | 1 | -2/+3 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-09 | 2 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-09 | 2 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Fix #78656: Parse errors classified as highest log-level | Erik Lundin | 2019-10-09 | 2 | -1/+5 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-09 | 3 | -1/+16 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #78658 | Nikita Popov | 2019-10-09 | 3 | -1/+18 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-09 | 1 | -5/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-09 | 1 | -5/+0 |
| |\ \ | | |/ | |||||
| | * | Remove redundant components < 0 check | Nikita Popov | 2019-10-09 | 1 | -5/+0 |
* | | | Fix #78650: new COM Crash | Christoph M. Becker | 2019-10-09 | 3 | -1/+36 |
* | | | Avoid file clash in root_check skipifs | Fabien Villepinte | 2019-10-08 | 34 | -320/+53 |
* | | | Don't check type of simple parameter default values | Nikita Popov | 2019-10-08 | 3 | -18/+25 |
* | | | Handle "non well formed" exception during ZPP | Nikita Popov | 2019-10-08 | 7 | -10/+46 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-08 | 2 | -2/+11 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-10-08 | 2 | -2/+11 |
| |\ \ | | |/ | |||||
| | * | Add pcre_get_compiled_regex_cache_ex() with local_aware flag | Sergei Turchanov | 2019-10-08 | 2 | -2/+11 |
* | | | Fixed bug #78648 | Nikita Popov | 2019-10-08 | 2 | -2/+18 |
* | | | Fixed bug #78644 | Nikita Popov | 2019-10-08 | 3 | -0/+19 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 4 | -0/+24 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-08 | 4 | -0/+24 |
| |\ \ | | |/ | |||||
| | * | Add missing SKIPIFs in exif tests | Fabien Villepinte | 2019-10-08 | 4 | -0/+24 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-10-08 | 7 | -9/+33 |
|\ \ \ | |/ / | |||||
| * | | Check for exception after applying stream filters | Nikita Popov | 2019-10-08 | 7 | -9/+33 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 2 | -1/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Christoph M. Becker | 2019-10-08 | 2 | -1/+5 |
| |\ \ | | |/ | |||||
| | * | Fix #78642: Wrong libiconv version displayed | Christoph M. Becker | 2019-10-08 | 2 | -1/+4 |
* | | | Merge branch 'PHP-7.3' into PHP-7.4 | Christoph M. Becker | 2019-10-08 | 0 | -0/+0 |
|\ \ \ | |/ / |