summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
...
| * | Introduce extra counter to avoid RTD key collisionsNikita Popov2019-12-133-27/+23
* | | Remove support for mixing parameter order in implode()Máté Kocsis2019-12-121-5/+4
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-121-3/+10
|\ \ \ | |/ /
| * | Fixed bug #78950: Preloading trait method with static variablesNikita Popov2019-12-121-3/+10
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-111-11/+5
|\ \ \ | |/ /
| * | Revert "Fixed bug #78903: Conflict in RTD key for closures results in crash"Nikita Popov2019-12-111-11/+5
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-111-5/+11
|\ \ \ | |/ /
| * | Fixed bug #78903: Conflict in RTD key for closures results in crashNikita Popov2019-12-111-5/+11
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-112-2/+11
|\ \ \ | |/ /
| * | Addirional fix for bug #78918Dmitry Stogov2019-12-112-2/+11
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-113-2/+16
|\ \ \ | |/ /
| * | Fixed bug #78937 (Preloading unlinkable anonymous class can segfault)Dmitry Stogov2019-12-113-2/+16
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-101-2/+2
|\ \ \ | |/ /
| * | Fixed bug #78935: Check that all linked classes can be preloadedNikita Popov2019-12-101-2/+2
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-091-0/+1
|\ \ \ | |/ /
| * | Fix buildNikita Popov2019-12-091-0/+1
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-092-0/+8
|\ \ \ | |/ /
| * | Export zend_init_func_run_time_cache()Dmitry Stogov2019-12-092-0/+8
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-12-091-0/+6
|\ \ \ | |/ /
| * | Call zend_unregister_ini_entries() when unload extension loaded through dl() ...Dmitry Stogov2019-12-091-0/+6
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-094-2/+28
|\ \ \ | |/ /
| * | Fixed bug #78926: Handle class table reallocation on failed linkNikita Popov2019-12-094-2/+28
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-092-1/+12
|\ \ \ | |/ /
| * | Use unmangled named in property type inheritance errorNikita Popov2019-12-092-1/+12
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-096-2/+38
|\ \ \ | |/ /
| * | Fixed bug #78904: Don't call any magic for uninitialized typed propertiesNikita Popov2019-12-096-4/+40
* | | Drop duplicate definitions of zend_isnan and friendsChristoph M. Becker2019-12-081-12/+0
* | | Remove unused functionNikita Popov2019-12-061-9/+0
* | | Optimize return type checkingNikita Popov2019-12-063-105/+177
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-062-11/+24
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-062-12/+24
| |\ \ | | |/
| | * Fix constant evaluation of && and ||Nikita Popov2019-12-062-12/+24
* | | Move isinf, isnan, and isfinite to zend_portability.hGeorge Peter Banyard2019-12-051-0/+14
* | | Remove ezmlm_hash() functionMáté Kocsis2019-12-051-8/+11
* | | Support "string or array" in zppNikita Popov2019-12-051-0/+25
* | | Promote warnings to exceptions in settype() functionMáté Kocsis2019-12-051-0/+0
* | | Remove obsolete configure checks for isinf, isnan, and isfiniteGeorge Peter Banyard2019-12-041-2/+0
* | | Remove now obsolete configure checks for INFINITY and NAN.George Peter Banyard2019-12-041-129/+0
* | | Remove custom implementation for inifinity and NAN as we can now rely on C99George Peter Banyard2019-12-041-43/+3
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-042-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-12-042-3/+3
| |\ \ | | |/
| | * Fix AST printing of nullable builtin typesNikita Popov2019-12-042-3/+3
| | * Next is 7.3.14Christoph M. Becker2019-12-031-1/+1
* | | Fix incorrect assertion in property type variance checkNikita Popov2019-12-042-1/+14
* | | Merge branch 'PHP-7.4'Nikita Popov2019-12-042-5/+41
|\ \ \ | |/ /
| * | Fixed bug #78898Nikita Popov2019-12-042-5/+41
* | | Remove no-op check for 'use strict;'Tyson Andre2019-11-281-5/+0
* | | Merge branch 'PHP-7.4'Dmitry Stogov2019-11-252-0/+39
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.3' into PHP-7.4Dmitry Stogov2019-11-252-0/+39
| |\ \ | | |/
| | * Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value)Dmitry Stogov2019-11-252-0/+39