summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #80811Nikita Popov2021-03-012-0/+22
* Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-012-1/+16
|\
| * Always remove HT iterators, even for uninit HTNikita Popov2021-03-012-1/+16
* | Fix trampoline leak on dynamic static call of non-static methodNikita Popov2021-02-222-0/+38
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-221-0/+31
|\ \ | |/
| * Fixed bug #80781Nikita Popov2021-02-224-0/+73
* | Fixed bug #80723Nikita Popov2021-02-162-0/+9
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-152-3/+23
|\ \ | |/
| * Fix symtable cache being used while cleaning symtableNikita Popov2021-02-152-3/+23
* | Fix assertion failure in cufa optimization with named argsNikita Popov2021-02-152-0/+9
* | Don't throw additional Error in require_once if exception already thrownNikita Popov2021-02-112-1/+20
* | Add missing classes to stubsMáté Kocsis2021-02-094-2/+20
* | Use E_ERROR to report arginfo/zpp mismatchNikita Popov2021-02-091-1/+1
* | Fix stub for Serializable::serialize()Michael Voříšek2021-01-282-2/+2
* | Observe fake closuresSammy Kaye Powers2021-01-281-1/+1
* | Allow observer handlers disabling optimization in RETURN opcode handler, that...Dmitry Stogov2021-01-263-11/+14
* | Skip dummy frames allocated on CPU stack of zend_call_function().Dmitry Stogov2021-01-261-2/+6
* | Fix VAR return type verificationNikita Popov2021-01-262-6/+6
* | Improve switch continue warningNikita Popov2021-01-252-10/+38
* | Next is 8.0.3Gabriel Caruso2021-01-191-1/+1
* | Fixed bug #80617: Type narrowing warning in ZEND_TYPE_INIT_CODENikita Popov2021-01-141-1/+1
* | Fixed bug #80596: Fix anonymous class union typehint errorsDaniil Gentili2021-01-142-3/+43
* | Add support for union types for internal functionsNikita Popov2021-01-122-15/+56
* | Fix infinite recursion in unlinked_instanceofNikita Popov2021-01-052-1/+19
* | Fix bug #80537Nikita Popov2020-12-211-4/+12
* | PDO MySQL: Use mysqlnd column namesNikita Popov2020-12-161-0/+13
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-161-3/+3
|\ \ | |/
| * Fix bug #80523Nikita Popov2020-12-161-3/+3
* | Next is 8.0.2Gabriel Caruso2020-12-151-1/+1
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-12-152-3/+4
|\ \ | |/
| * IBM i PASE doesn't support ITIMER_PROFCalvin Buckley2020-12-152-3/+4
* | EXTERN_C wrapping for GC buffer APIstwosee2020-12-101-2/+2
* | Fix removal of type source during unserializationNikita Popov2020-12-041-0/+1
* | Fixed bug #80462Nikita Popov2020-12-021-1/+1
* | Disable stack reuse optimization for x86 PIC code. It may clobber local varia...Dmitry Stogov2020-12-012-2/+2
* | Don't use scope when validating AttributeNikita Popov2020-12-012-1/+13
* | Fix use after free with file cache and arena allocated stringsNikita Popov2020-12-011-1/+3
* | Don't mark cpu_supports functions as always inlineNikita Popov2020-12-011-16/+16
* | Preallocate stack space for JIT in execute_ex() to eliminate JIT prologue/epi...Dmitry Stogov2020-11-304-14/+69
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-271-4/+10
|\ \ | |/
| * Fix build for non-x86Nikita Popov2020-11-271-4/+10
* | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2020-11-271-0/+37
|\ \ | |/
| * Fix AVX detectionNikita Popov2020-11-271-0/+37
| * Fixed bug #80362: Running dtrace scripts can cause php to crashNikita Popov2020-11-241-1/+3
* | Make sure zend_cpu_supports_pclmul() is always definedNikita Popov2020-11-271-15/+14
* | Assert that cpuinfo is initialized before useNikita Popov2020-11-272-3/+4
* | Remove -dev from ZEND_VERSIONSara Golemon2020-11-261-1/+1
* | Fixed bug #80377Nikita Popov2020-11-251-6/+0
* | Fixed bug #80404Nikita Popov2020-11-241-0/+11
* | Fixed bug #80391Nikita Popov2020-11-242-0/+27