summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | | Fix preg_replace_callback_array() with array subjectNikita Popov2020-09-155-29/+59
* | | Add GC_TRY_ADDREF macroNikita Popov2020-09-157-34/+27
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-150-0/+0
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-150-0/+0
| |\ \ | | |/
| | * 7.3.24 is nextChristoph M. Becker2020-09-154-6/+9
* | | Fix observer leakNikita Popov2020-09-151-1/+1
* | | Merge branch 'PHP-7.4' into masterDerick Rethans2020-09-150-0/+0
|\ \ \ | |/ /
| * | The next release here will be 7.4.12Derick Rethans2020-09-151-1/+4
* | | micro-optimizationDmitry Stogov2020-09-151-11/+13
* | | Renumber ZEND_ACC_... constantsDmitry Stogov2020-09-151-25/+25
* | | Promote some warnings to ValueError in OCI8George Peter Banyard2020-09-1513-137/+160
* | | Fix use-after-free with yield from in yield_from_multi_tree_single_nodes.phptBob Weinand2020-09-141-0/+2
* | | Merge branch 'PHP-7.4' into masterChristoph M. Becker2020-09-141-2/+6
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-09-141-2/+6
| |\ \ | | |/
| | * Avoid segfault if module/extension version is not definedChristoph M. Becker2020-09-141-2/+6
* | | Support for referenceDmitry Stogov2020-09-143-11/+19
* | | Simplify zend_jit_pre/post_inc/dec_typed_ref() helpersDmitry Stogov2020-09-142-56/+34
* | | Fix crashes with unproper cleaning of repeated yield fromBob Weinand2020-09-144-12/+440
* | | Rename zend_error_notify APIs to zend_observer_error*Benjamin Eberlei2020-09-147-49/+34
* | | JIT for PRE/POST_INC/DEC_OBJDmitry Stogov2020-09-145-0/+941
* | | Promote warnings to Errors in PostgreSQL extensionGeorge Peter Banyard2020-09-148-97/+184
* | | Update array parameter names for named parametersLarry Garfield2020-09-1412-58/+55
* | | Fixed bug #80096Nikita Popov2020-09-143-15/+32
* | | Promote Warnings to Error in PostgreSQL PDO driverGeorge Peter Banyard2020-09-141-6/+6
* | | Convert Division by 0 warnings to Error per the Engine Warning RFCGeorge Peter Banyard2020-09-146-64/+69
* | | JIT for ASSIGN_OBJ_OPDmitry Stogov2020-09-145-5/+543
* | | Convert E_ERROR to Error exception in mysqli_result iteratorNikita Popov2020-09-141-1/+3
* | | Drop some dead codeNikita Popov2020-09-141-19/+3
* | | Slightly improve error handling in DatePeriod::__construct()Máté Kocsis2020-09-146-27/+70
* | | Declare array|int and object-of-class|int types in stubsMáté Kocsis2020-09-1429-283/+467
* | | Make mb_send_mail() consistent with mail()Máté Kocsis2020-09-143-4/+4
* | | Fix a few stub parameter types in ext/standardMáté Kocsis2020-09-142-3/+3
* | | Add Z_PARAM_OBJ_OF_CLASS ZPP macroMáté Kocsis2020-09-141-0/+37
* | | Unmark tests as XFAIL on WindowsChristoph M. Becker2020-09-145-28/+0
* | | Allocate Windows 64 shadow stack spaceDmitry Stogov2020-09-141-10/+30
* | | Remove @jit Docblock support for now due to dev-time constraintsBenjamin Eberlei2020-09-141-53/+2
* | | Convert warnings to assetions in OCI PDO driverGeorge Peter Banyard2020-09-141-13/+3
* | | Mark tests as XFAIL on WindowsChristoph M. Becker2020-09-133-0/+18
* | | Mark tests as XFAIL on WindowsChristoph M. Becker2020-09-132-0/+10
* | | Fix broken testMatteo Beccati2020-09-131-1/+1
* | | Use Error for uninitialized SQLite objectGeorge Peter Banyard2020-09-123-11/+17
* | | Fix SKIPIF section for SQLite3 testGeorge Peter Banyard2020-09-121-0/+3
* | | Improve parameter handling in ext/opensslMáté Kocsis2020-09-1216-308/+301
* | | Fix prototype of get_active_function_or_method_name()Máté Kocsis2020-09-121-1/+1
* | | Normalize behaviour of DNS function on WindowsGeorge Peter Banyard2020-09-123-7/+56
* | | Handle missing result_var in binary_op_result_typeNikita Popov2020-09-111-4/+7
* | | Fix mbstring fuzzerNikita Popov2020-09-111-1/+3
* | | Promote some warnings in BCMath to ErrorsGeorge Peter Banyard2020-09-1118-152/+99
* | | Use string|int union types in pgsqlNikita Popov2020-09-113-75/+64
* | | Make argument type error message consistent for variadicsNikita Popov2020-09-115-21/+14