summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update versions for PHP 8.0.0alpha2php-8.0.0alpha2Gabriel Caruso2020-07-072-3/+3
* Update NEWS for PHP 8.0.0alpha2Gabriel Caruso2020-07-071-1/+1
* Merge branch 'PHP-7.4'Nikita Popov2020-07-074-9/+130
|\
| * Fixed bug #78598Nikita Popov2020-07-075-8/+129
* | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-2/+18
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-073-2/+20
| |\
| | * Fixed bug #79792Nikita Popov2020-07-073-2/+20
* | | Assert no exception if using NEXT_OPCODE()Nikita Popov2020-07-071-0/+1
* | | Assert exception set in HANDLE_EXCEPTION()Nikita Popov2020-07-073-65/+10
* | | Remove #undefs from vm_genNikita Popov2020-07-072-38/+0
* | | Remove ZEND_VM_EXPORT functionalityNikita Popov2020-07-071-103/+4
* | | Fixed bug #79790Nikita Popov2020-07-073-0/+21
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-15/+24
|\ \ \ | |/ /
| * | Fixed bug #79779Nikita Popov2020-07-073-15/+26
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-0/+33
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-07-073-1/+36
| |\ \ | | |/
| | * Fixed bug #79778Nikita Popov2020-07-073-0/+37
* | | Merge branch 'PHP-7.4'Nikita Popov2020-07-072-1/+16
|\ \ \ | |/ /
| * | Fixed bug #79783Nikita Popov2020-07-073-1/+17
* | | Remove no_separation flagNikita Popov2020-07-0727-50/+10
* | | Explicitly create references in UConverter callbacksNikita Popov2020-07-071-2/+4
* | | Fixup testNikita Popov2020-07-071-1/+12
* | | Don't allow separation in array functionsNikita Popov2020-07-0711-146/+74
* | | Don't allow separation in CallbackFilterIteratorNikita Popov2020-07-072-7/+3
* | | Disallow separation in a number of callbacksNikita Popov2020-07-076-12/+10
* | | Don't allow separation in callback filterNikita Popov2020-07-072-24/+9
* | | Update NEWS for 8.0.0alpha3Gabriel Caruso2020-07-071-0/+3
* | | Update NEWS for PHP 8.0.0alpha2Gabriel Caruso2020-07-071-1/+1
* | | Refactor levenshtein()George Peter Banyard2020-07-078-134/+163
* | | Fix a few commentsMáté Kocsis2020-07-066-55/+23
* | | Remove proto comments from C filesMax Semenik2020-07-06234-8084/+3892
* | | Remove requirements for proto comments from CODING_STANDARDSMax Semenik2020-07-061-30/+8
* | | Avoid some unnecessary uses of no_separation=0Nikita Popov2020-07-068-52/+41
* | | refactor: class constants parsingmoliata2020-07-065-38/+55
* | | More accurate reference-counter inferenceDmitry Stogov2020-07-061-3/+25
* | | More accurate reference-counter inferenceDmitry Stogov2020-07-062-6/+13
* | | [skip-ci] Add README for ext/mysqli testsTiffany2020-07-061-0/+39
* | | Add string or object ZPP macrosMáté Kocsis2020-07-067-8/+320
* | | ReflectionMethod::invoke() object is not optionalNikita Popov2020-07-062-4/+4
* | | Correctly determine arg name of USER_ARG_INFO functionsNikita Popov2020-07-062-7/+17
* | | [skip ci] add upgrade noteRemi Collet2020-07-061-0/+4
* | | define build system and provider on WindowsChristoph M. Becker2020-07-061-0/+11
* | | display info about system used to build and its providerRemi Collet2020-07-062-0/+11
* | | Fix sapi_windows_vt100_support() arginfoChristoph M. Becker2020-07-062-3/+3
* | | Reuse warning functionNikita Popov2020-07-063-13/+3
* | | Added stubs for ext/oci8Jens de Nies2020-07-045-784/+1652
* | | Fixed bug #79777Nikita Popov2020-07-043-4/+22
* | | Use zend_string_equals API in a couple placesNikita Popov2020-07-034-7/+4
* | | Removed already implemented TODO commentDmitry Stogov2020-07-031-4/+5
* | | Merge branch 'PHP-7.4'Christoph M. Becker2020-07-032-12/+12
|\ \ \ | |/ /