summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-1562-574/+574
* compare_function() returns zend_resultNikita Popov2021-01-151-1/+1
* Remove the convert_to_long_base functionNikita Popov2021-01-152-14/+1
* Remove zend_locale_sprintf_double()Nikita Popov2021-01-142-11/+0
* Make convert_to_*_ex simple aliases of convert_to_*Nikita Popov2021-01-142-59/+9
* Remove Z_PARAM separate params where they don't make senseNikita Popov2021-01-141-72/+30
* Remove SEPARATE_ZVAL_IF_NOT_REF() macroNikita Popov2021-01-141-13/+10
* Remove SEPARATE_ARG_IF_REF macroNikita Popov2021-01-141-7/+0
* Merge branch 'PHP-8.0'Nikita Popov2021-01-141-1/+1
|\
| * Fixed bug #80617: Type narrowing warning in ZEND_TYPE_INIT_CODENikita Popov2021-01-141-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-142-3/+43
|\ \ | |/
| * Fixed bug #80596: Fix anonymous class union typehint errorsDaniil Gentili2021-01-142-3/+43
* | Fix #51758: delete an outdated comment from zend_object_handler.h [ci skip]sj-i2021-01-141-5/+1
* | Always use CG(arena) for unin type listsDmitry Stogov2021-01-121-30/+29
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-122-15/+56
|\ \ | |/
| * Add support for union types for internal functionsNikita Popov2021-01-122-15/+56
* | PHP array cannot refer to EG(symbol_table) any more. Replace corresponding ch...Dmitry Stogov2021-01-113-52/+20
* | Remove some INDIRECT handling in VMNikita Popov2021-01-065-110/+34
* | Restrict allowed usages of $GLOBALSNikita Popov2021-01-0631-608/+842
* | Merge branch 'PHP-8.0'Nikita Popov2021-01-052-1/+19
|\ \ | |/
| * Fix infinite recursion in unlinked_instanceofNikita Popov2021-01-052-1/+19
* | Fix lexing of zero octal followed by whitespaceNikita Popov2021-01-052-0/+13
* | Implement Explicit octal notation for integers RFCGeorge Peter Banyard2021-01-042-4/+47
* | Use Z_PARAM_OBJ macros when zval isn't neededTyson Andre2021-01-023-19/+19
* | Merge branch 'PHP-8.0'Nikita Popov2020-12-211-4/+12
|\ \ | |/
| * Fix bug #80537Nikita Popov2020-12-211-4/+12
* | Fix ubsan error on MacLevi Morrison2020-12-161-1/+1
* | Merge branch 'PHP-8.0'Nikita Popov2020-12-161-0/+13
|\ \ | |/
| * PDO MySQL: Use mysqlnd column namesNikita Popov2020-12-161-0/+13
* | Merge branch 'PHP-8.0'Nikita Popov2020-12-161-3/+3
|\ \ | |/
| * 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-8.0'Nikita Popov2020-12-152-3/+4
|\ \ \ | |/ /
| * | 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
* | | Add more tests that document late static bindingjellyNoone2020-12-152-0/+51
* | | Merge branch 'PHP-8.0'twosee2020-12-101-2/+2
|\ \ \ | |/ /
| * | EXTERN_C wrapping for GC buffer APIstwosee2020-12-101-2/+2
* | | Fix typo 'variabled' in named_params/undef_var.phpthgsgtk2020-12-091-1/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-041-0/+1
|\ \ \ | |/ /
| * | Fix removal of type source during unserializationNikita Popov2020-12-041-0/+1
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-021-1/+1
|\ \ \ | |/ /
| * | Fixed bug #80462Nikita Popov2020-12-021-1/+1
* | | Flesh out HashTable insertion APIsSara Golemon2020-12-013-3/+132
* | | Merge branch 'PHP-8.0'Dmitry Stogov2020-12-012-2/+2
|\ \ \ | |/ /
| * | Disable stack reuse optimization for x86 PIC code. It may clobber local varia...Dmitry Stogov2020-12-012-2/+2
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-012-1/+13
|\ \ \ | |/ /
| * | Don't use scope when validating AttributeNikita Popov2020-12-012-1/+13
* | | Merge branch 'PHP-8.0'Nikita Popov2020-12-011-1/+3
|\ \ \ | |/ /