summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Also, use ZEND_ACC_PRELOADED for classesDmitry Stogov2019-04-301-28/+28
* Fix typo in TRY_ASSIGN macro nameNikita Popov2019-04-291-1/+1
* Remove unused TSRM/readdir.h headerPeter Kokot2019-04-291-1/+1
* Use ZEND_TRY_ASSIGN_REF_... macros for arguments passed to internal function ...Dmitry Stogov2019-04-241-32/+170
* Add gcc global register for aarch64CrazyMiaoo2019-04-222-0/+6
* Refactor Zend/acinclude.m4 local macroPeter Kokot2019-04-212-115/+114
* Remove zend.icoPeter Kokot2019-04-201-0/+0
* Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-181-1/+15
|\
| * Check assert only when RC_DEBUG is enabledDmitry Stogov2019-04-181-1/+15
| * Fix more dl() interned string assertionsNikita Popov2019-04-181-8/+18
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-181-8/+18
|\ \
| * | Fix more dl() interned string assertionsNikita Popov2019-04-181-8/+18
| |/
* | Fix dl() module unloading in post deactivateNikita Popov2019-04-181-0/+1
* | Don't initialize return value before calling user functionsDmitry Stogov2019-04-182-13/+8
* | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-171-4/+4
|\ \ | |/
| * Fixed dl() function. It failed in DEBUG build without opcache because of asse...Dmitry Stogov2019-04-171-4/+4
* | Fix internal_encoding fallback in mbstringNikita Popov2019-04-176-5/+5
* | Don't overwrite iterator count during real initNikita Popov2019-04-161-2/+4
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-162-3/+7
|\ \ | |/
| * Fix HT flags copying wrt iterator countNikita Popov2019-04-162-4/+9
| * Prepare main branch for PHP 7.3.6Christoph M. Becker2019-04-161-1/+1
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-162-47/+38
|\ \ | |/
| * Fix second part of bug #77903Nikita Popov2019-04-162-0/+25
| * Partial fix for bug #77903Nikita Popov2019-04-161-47/+13
* | execute_data->return_value is not used for internal functionsDmitry Stogov2019-04-161-1/+0
* | Removed tests that always (or almost always) trueDmitry Stogov2019-04-153-8/+43
* | Fix last maybe uninit warnings on 7.4Nikita Popov2019-04-152-4/+4
* | Disable strict aliasing warningsNikita Popov2019-04-151-1/+1
* | Avoid uninit warning in dtoaNikita Popov2019-04-121-1/+1
* | Avoid misc uninitialized variable warningsNikita Popov2019-04-121-3/+4
* | Enable -Wall on release builds for GCCNikita Popov2019-04-121-1/+1
* | Mark zend_bailout() as a noreturn functionNikita Popov2019-04-122-2/+2
* | Backported call frame initialization improvementDmitry Stogov2019-04-129-365/+422
* | Replace "ZEND_CALL_CTOR" hack by additional live-rangeDmitry Stogov2019-04-127-110/+61
* | Added testDmitry Stogov2019-04-111-0/+21
* | Fixed typoMarkus Staab2019-04-111-1/+1
* | Remove restrict zend_portability defineNikita Popov2019-04-111-8/+0
* | Fixed bug #77877 (call_user_func() passes $this to satatic methods).Dmitry Stogov2019-04-112-0/+27
* | Suppress warnings using zend_quiet_writeNikita Popov2019-04-111-1/+1
* | Generate ZEND_COUNT for sizeof()Nikita Popov2019-04-113-9/+13
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-101-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-04-101-1/+1
| |\
| | * Fix pgsql use after free trying to reuse closed connectionNikita Popov2019-04-101-1/+1
* | | fix a spell mistakeROVAST2019-04-101-1/+1
* | | Eliminated check for assignment to itselfDmitry Stogov2019-04-091-23/+16
* | | Micro-optimizationDmitry Stogov2019-04-091-7/+6
* | | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-04-092-11/+13
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2019-04-091-9/+11
| |\ \ | | |/
| | * Repare SWITCH VMDmitry Stogov2019-04-091-2/+2
* | | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-04-081-16/+18
|\ \ \ | |/ /