summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Add types to a couple of builtin functionsNikita Popov2019-06-171-9/+9
* Don't verify arginfo types for internal functionsNikita Popov2019-06-174-76/+127
* Allow null for weak scalar arg of internal func in arginfoNikita Popov2019-06-171-13/+18
* Merge branch 'PHP-7.4'Nikita Popov2019-06-141-13/+17
|\
| * Turn add_index_zval and add_next_index_zval into inline functiontwosee2019-06-141-13/+17
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-1410-28/+188
|\ \ | |/
| * Implement numeric literal separatorsTheodore Brown2019-06-1410-28/+188
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-133-0/+28
|\ \ | |/
| * Fixed bug #78154Nikita Popov2019-06-133-0/+28
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-131-1/+1
|\ \ | |/
| * Fixed bug #78151Nikita Popov2019-06-131-1/+1
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-121-0/+23
|\ \ | |/
| * test for bug #78151Joe Watkins2019-06-121-0/+23
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-124-43/+24
|\ \ | |/
| * Revert "micro-optimization"Joe Watkins2019-06-124-43/+24
* | Constify some char* arguments or return values of ZEND_APItwosee2019-06-1213-30/+30
* | Add do...while(0) for RETURN_* and ZVAL_* APIstwosee2019-06-122-22/+22
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-121-2/+6
|\ \ | |/
| * Make ATTRIBUTE_UNUSED more portableNikita Popov2019-06-121-2/+6
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-122-9/+9
|\ \ | |/
| * Mark some operand fetching funs as ATTRIBUTE_UNUSEDNikita Popov2019-06-121-4/+4
| * Try to control ZEND_MM_ALIGNED_SIZE typeNikita Popov2019-06-121-5/+5
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-121-1/+2
|\ \ | |/
| * Fix -Wmissing-braces warningsNikita Popov2019-06-121-1/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-122-2/+2
|\ \ | |/
| * Use %define api.pure instead of %pure-parserNikita Popov2019-06-122-2/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-1128-1256/+1782
|\ \ | |/
| * Support full variance if autoloading is usedNikita Popov2019-06-1122-68/+759
| * Register class before fetching parentNikita Popov2019-06-1110-1207/+1067
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-112-0/+21
|\ \ | |/
| * Add specialized pair construction APINikita Popov2019-06-112-0/+21
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-112-0/+80
|\ \ | |/
| * Add get_mangled_object_vars() functionNikita Popov2019-06-112-0/+80
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-104-24/+43
|\ \ | |/
| * micro-optimizationDmitry Stogov2019-06-104-24/+43
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-101-0/+2
|\ \ | |/
| * BIND_LEXICAL has a meaningless line numberJoe Watkins2019-06-101-0/+2
* | Merge branch 'PHP-7.4'Joe Watkins2019-06-081-0/+2
|\ \ | |/
| * Fix #78132 wrong line number on ZEND_BIND_STATIC for lexical varsJoe Watkins2019-06-081-0/+2
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-063-4/+4
|\ \ | |/
| * Try to fix Windows buildNikita Popov2019-06-063-4/+4
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-2/+6
|\ \ | |/
| * Use ZEND_ASSUME() to perform the following check only on "slow" path.Dmitry Stogov2019-06-061-2/+6
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-064-1057/+378
|\ \ | |/
| * Support for exceptions thrown during "Array to string conversion" error proce...Dmitry Stogov2019-06-061-1/+2
| * Reduce over-specialization for quite seldom instructionsDmitry Stogov2019-06-063-1056/+376
* | Remove possible false return value from get_object_vars()Nikita Popov2019-06-061-2/+2
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-065-37/+43
|\ \ | |/
| * Cheaper checks for exceptions thrown from __toString()Dmitry Stogov2019-06-065-38/+44
* | Merge branch 'PHP-7.4'Dmitry Stogov2019-06-061-1/+1
|\ \ | |/