Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Introduce extra counter to avoid RTD key collisions | Nikita Popov | 2019-12-13 | 3 | -27/+23 | |
* | | | Remove support for mixing parameter order in implode() | Máté Kocsis | 2019-12-12 | 1 | -5/+4 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-12 | 1 | -3/+10 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #78950: Preloading trait method with static variables | Nikita Popov | 2019-12-12 | 1 | -3/+10 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-11 | 1 | -11/+5 | |
|\ \ \ | |/ / | ||||||
| * | | Revert "Fixed bug #78903: Conflict in RTD key for closures results in crash" | Nikita Popov | 2019-12-11 | 1 | -11/+5 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-11 | 1 | -5/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #78903: Conflict in RTD key for closures results in crash | Nikita Popov | 2019-12-11 | 1 | -5/+11 | |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-12-11 | 2 | -2/+11 | |
|\ \ \ | |/ / | ||||||
| * | | Addirional fix for bug #78918 | Dmitry Stogov | 2019-12-11 | 2 | -2/+11 | |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-12-11 | 3 | -2/+16 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #78937 (Preloading unlinkable anonymous class can segfault) | Dmitry Stogov | 2019-12-11 | 3 | -2/+16 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-10 | 1 | -2/+2 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #78935: Check that all linked classes can be preloaded | Nikita Popov | 2019-12-10 | 1 | -2/+2 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-09 | 1 | -0/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix build | Nikita Popov | 2019-12-09 | 1 | -0/+1 | |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-12-09 | 2 | -0/+8 | |
|\ \ \ | |/ / | ||||||
| * | | Export zend_init_func_run_time_cache() | Dmitry Stogov | 2019-12-09 | 2 | -0/+8 | |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-12-09 | 1 | -0/+6 | |
|\ \ \ | |/ / | ||||||
| * | | Call zend_unregister_ini_entries() when unload extension loaded through dl() ... | Dmitry Stogov | 2019-12-09 | 1 | -0/+6 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-09 | 4 | -2/+28 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #78926: Handle class table reallocation on failed link | Nikita Popov | 2019-12-09 | 4 | -2/+28 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-09 | 2 | -1/+12 | |
|\ \ \ | |/ / | ||||||
| * | | Use unmangled named in property type inheritance error | Nikita Popov | 2019-12-09 | 2 | -1/+12 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-09 | 6 | -2/+38 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #78904: Don't call any magic for uninitialized typed properties | Nikita Popov | 2019-12-09 | 6 | -4/+40 | |
* | | | Drop duplicate definitions of zend_isnan and friends | Christoph M. Becker | 2019-12-08 | 1 | -12/+0 | |
* | | | Remove unused function | Nikita Popov | 2019-12-06 | 1 | -9/+0 | |
* | | | Optimize return type checking | Nikita Popov | 2019-12-06 | 3 | -105/+177 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-06 | 2 | -11/+24 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-12-06 | 2 | -12/+24 | |
| |\ \ | | |/ | ||||||
| | * | Fix constant evaluation of && and || | Nikita Popov | 2019-12-06 | 2 | -12/+24 | |
* | | | Move isinf, isnan, and isfinite to zend_portability.h | George Peter Banyard | 2019-12-05 | 1 | -0/+14 | |
* | | | Remove ezmlm_hash() function | Máté Kocsis | 2019-12-05 | 1 | -8/+11 | |
* | | | Support "string or array" in zpp | Nikita Popov | 2019-12-05 | 1 | -0/+25 | |
* | | | Promote warnings to exceptions in settype() function | Máté Kocsis | 2019-12-05 | 1 | -0/+0 | |
* | | | Remove obsolete configure checks for isinf, isnan, and isfinite | George Peter Banyard | 2019-12-04 | 1 | -2/+0 | |
* | | | Remove now obsolete configure checks for INFINITY and NAN. | George Peter Banyard | 2019-12-04 | 1 | -129/+0 | |
* | | | Remove custom implementation for inifinity and NAN as we can now rely on C99 | George Peter Banyard | 2019-12-04 | 1 | -43/+3 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-04 | 2 | -3/+3 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Nikita Popov | 2019-12-04 | 2 | -3/+3 | |
| |\ \ | | |/ | ||||||
| | * | Fix AST printing of nullable builtin types | Nikita Popov | 2019-12-04 | 2 | -3/+3 | |
| | * | Next is 7.3.14 | Christoph M. Becker | 2019-12-03 | 1 | -1/+1 | |
* | | | Fix incorrect assertion in property type variance check | Nikita Popov | 2019-12-04 | 2 | -1/+14 | |
* | | | Merge branch 'PHP-7.4' | Nikita Popov | 2019-12-04 | 2 | -5/+41 | |
|\ \ \ | |/ / | ||||||
| * | | Fixed bug #78898 | Nikita Popov | 2019-12-04 | 2 | -5/+41 | |
* | | | Remove no-op check for 'use strict;' | Tyson Andre | 2019-11-28 | 1 | -5/+0 | |
* | | | Merge branch 'PHP-7.4' | Dmitry Stogov | 2019-11-25 | 2 | -0/+39 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.3' into PHP-7.4 | Dmitry Stogov | 2019-11-25 | 2 | -0/+39 | |
| |\ \ | | |/ | ||||||
| | * | Fixed bug #78868 (Calling __autoload() with incorrect EG(fake_scope) value) | Dmitry Stogov | 2019-11-25 | 2 | -0/+39 |