summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Remove Z_PARAM separate params where they don't make senseNikita Popov2021-01-146-9/+9
* Remove SEPARATE_ZVAL_IF_NOT_REF() macroNikita Popov2021-01-141-2/+0
* Remove SEPARATE_ARG_IF_REF macroNikita Popov2021-01-142-22/+0
* Fix outdated comment about refcounting in array.c [ci skip]sj-i2021-01-141-1/+0
* Merge branch 'PHP-8.0'Dmitry Stogov2021-01-141-0/+5
|\
| * Fixed bug #80422 (php_opcache.dll crashes when using Apache 2.4 with JIT)Dmitry Stogov2021-01-141-0/+5
* | Remove flakiness from testsAdam Baratz2021-01-132-9/+1
* | Fix INDIRECT elements leaked by SPL __serialize implementationsNikita Popov2021-01-124-6/+6
* | Always use CG(arena) for unin type listsDmitry Stogov2021-01-122-8/+8
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-122-3/+3
|\ \ | |/
| * socket_create_pair() can no longer return NULLChristoph M. Becker2021-01-122-3/+3
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-121-1/+1
|\ \ | |/
| * Use arc4random_buf on macOSDavid CARLIER2021-01-121-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-122-12/+6
|\ \ | |/
| * Add support for union types for internal functionsNikita Popov2021-01-122-12/+6
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-121-11/+12
|\ \ | |/
| * Use ephemeral port in socket_create_listen_used.phptNikita Popov2021-01-121-11/+12
* | Remove unused bind_hash memberNikita Popov2021-01-121-1/+0
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-123-84/+244
|\ \ | |/
| * Fixed bug #80545Jens de Nies2021-01-123-84/+244
* | Cleanup:Dmitry Stogov2021-01-121-66/+6
* | Add MSSQL setup to Azure Pipelines buildAdam Baratz2021-01-115-4/+24
* | Merge branch 'PHP-8.0'Dmitry Stogov2021-01-111-0/+5
|\ \ | |/
| * Add guard if lvalue of assignment may be a reference, but wasn't a reference ...Dmitry Stogov2021-01-111-0/+5
* | Better CPU registers usageDmitry Stogov2021-01-111-20/+19
* | Remove redundand IS_INDIRECT checks (they were necessary for $GLOBALS handling)Dmitry Stogov2021-01-111-46/+14
* | hash: Use hrtime() in the bench script [ci skip]Anatol Belski2021-01-091-3/+3
* | hash: Implement xxHashAnatol Belski2021-01-0913-7/+5213
* | Fix pdo_oci - declare quotedlen in oci_driver.cShivam Mathur2021-01-091-0/+1
* | Merge branch 'PHP-8.0'George Peter Banyard2021-01-082-4/+4
|\ \ | |/
| * Rename ``zip_ent`` parameter to ``zip_entry`` for consistencyGeorge Peter Banyard2021-01-082-4/+4
* | Remove some unnecessary zend_delete_global_variable usesNikita Popov2021-01-082-22/+5
* | Switch name variable to zend_stringNikita Popov2021-01-071-5/+4
* | Switch bound_param_map to zend_stringNikita Popov2021-01-073-14/+12
* | Remove freeq memberNikita Popov2021-01-071-12/+2
* | Refactor PDO placeholder's quoted string to zend_stringGeorge Peter Banyard2021-01-071-46/+23
* | Refactor PDO's quoter handler to return a zend_stringGeorge Peter Banyard2021-01-079-108/+119
* | Clean up remaining opcodes for foreach([] as $x)Tyson Andre2021-01-073-3/+94
* | Fold dirname in sccp for non-windows platformsNikita Popov2021-01-071-0/+4
* | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-071-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Christoph M. Becker2021-01-071-0/+1
| |\
| | * Avoid modifying the return value of readline_completion_function()Christoph M. Becker2021-01-071-0/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-062-4/+4
|\ \ \ | |/ /
| * | Make fetch_* OO same as funcDharman2021-01-062-4/+4
* | | Remove unnecessary INDIRECT checks in JIT helpersNikita Popov2021-01-061-92/+13
* | | Merge branch 'PHP-8.0'Christoph M. Becker2021-01-062-5/+37
|\ \ \ | |/ /
| * | Fix #80592: all floats are the same in ODBC parametersChristoph M. Becker2021-01-062-5/+37
* | | Remove some INDIRECT handling in standard libraryNikita Popov2021-01-064-128/+63
* | | Restrict allowed usages of $GLOBALSNikita Popov2021-01-0611-32/+17
* | | Merge branch 'PHP-8.0'Nikita Popov2021-01-064-91/+61
|\ \ \ | |/ /