summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Implements an openpty wrapper for solaris based systemsDavid Carlier2020-06-161-0/+57
* Fix JIT build on solaris/illumosDavid Carlier2020-06-162-0/+11
* Fix printf typeNikita Popov2020-06-161-1/+1
* Made sure zpp is always called and refactored some existing zpp calls.Jens de Nies2020-06-161-262/+124
* Fixed some oci8 tests.Jens de Nies2020-06-1625-324/+110
* Added JIT debug flag to dump the size of generated code (opcache.jit_debug=0x...Dmitry Stogov2020-06-162-0/+5
* Fix typoFabien Villepinte2020-06-151-3/+3
* Added noteDmitry Stogov2020-06-151-0/+5
* Fixed JITDmitry Stogov2020-06-151-1/+1
* Change GC_COLLECTABLE flag into GC_NOT_COLLECTABLE to simplify GC_MAY_LEAK() ...Dmitry Stogov2020-06-1514-34/+36
* FETCH_FIM_R/IS JIT improvementDmitry Stogov2020-06-151-36/+44
* Fix typo in file cache jobNikita Popov2020-06-151-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-06-133-3/+32
|\
| * Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-134-3/+36
| |\
| | * Fix #79687: Sony picture - PHP Warning - Make, Model, MakerNotesChristoph M. Becker2020-06-134-3/+36
* | | Fix ZPP of OCI_Lob::freeMáté Kocsis2020-06-131-5/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-126-22/+12
|\ \ \ | |/ /
| * | Drop freetype from i386Nikita Popov2020-06-122-2/+0
| * | Use shared setup.yml on azureNikita Popov2020-06-123-13/+11
* | | Use GC stack in nested data removalNikita Popov2020-06-122-19/+68
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-122-4/+35
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-06-123-4/+38
| |\ \ | | |/
| | * Fix #79676: imagescale adds black border with IMG_BICUBICChristoph M. Becker2020-06-123-4/+38
* | | Avoid out of range float to int cast in exifNikita Popov2020-06-121-10/+12
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-120-0/+0
|\ \ \ | |/ /
| * | Suppress deprecation warning in sockets.cNikita Popov2020-06-121-0/+8
* | | Revert accidental changeNikita Popov2020-06-121-2/+2
* | | Initialize indentation_uses_spaces fieldNikita Popov2020-06-121-0/+1
* | | Fix count_commas implementationNikita Popov2020-06-121-4/+4
* | | Fix null pointer UB in add_assoc_image_info()Nikita Popov2020-06-121-134/+133
* | | Move label to correct positionNikita Popov2020-06-121-1/+1
* | | Fix null pointer UB in GCNikita Popov2020-06-121-5/+21
* | | Fix float conversion warningNikita Popov2020-06-121-1/+1
* | | Use unused attribute for _dummyNikita Popov2020-06-122-4/+3
* | | Fix null pointer ub in encoding parsingNikita Popov2020-06-121-18/+21
* | | Update fuzzer readmeNikita Popov2020-06-121-1/+2
* | | Merge branch 'PHP-7.4'Anatol Belski2020-06-111-2/+2
|\ \ \ | |/ /
| * | sqlite3: Fix possible use after freeAnatol Belski2020-06-111-2/+2
* | | Use cheaper variant of zend_hash_index_find()Dmitry Stogov2020-06-112-4/+4
* | | Fix #73529: session_decode() silently fails on wrong inputChristoph M. Becker2020-06-107-186/+112
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-100-0/+0
|\ \ \ | |/ /
| * | Update NEWS wrt. bug 79681Christoph M. Becker2020-06-101-0/+4
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-102-772/+888
|\ \ \ | |/ /
| * | Fix #79681: mime_content_type/finfo returning incorrect mimetypeChristoph M. Becker2020-06-102-772/+888
* | | More efficient check for valid class nameNikita Popov2020-06-101-1/+23
* | | Merge branch 'PHP-7.4'Nikita Popov2020-06-101-0/+1
|\ \ \ | |/ /
| * | Explicitly start postgres on azureNikita Popov2020-06-101-0/+1
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-06-101-3/+3
|\ \ \ | |/ /
| * | Also support absolute Windows filenamesChristoph M. Becker2020-06-101-3/+3
* | | Fix bug #65006Nikita Popov2020-06-106-148/+151