Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Generate zend class entries based on stubs | Máté Kocsis | 2021-02-14 | 15 | -68/+172 |
* | Enable class entry generation for sapi extensions | Máté Kocsis | 2021-02-14 | 10 | -10/+15 |
* | Optimize Traversable unpacking in zend_vm_def.h | Tyson Andre | 2021-02-13 | 2 | -48/+56 |
* | Revert "Implement fetching TLS TCB offset on MacOS" | Nikita Popov | 2021-02-12 | 2 | -12/+2 |
* | Deprecate passing null to non-nullable arg of internal function | Nikita Popov | 2021-02-11 | 314 | -6079/+888 |
* | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-11 | 1 | -2/+3 |
|\ | |||||
| * | Fixed bug #80718 | Nikita Popov | 2021-02-11 | 2 | -2/+5 |
* | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-11 | 4 | -8/+27 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.4' into PHP-8.0 | Nikita Popov | 2021-02-11 | 5 | -8/+31 |
| |\ | |||||
| | * | Fixed bug #80719 | Nikita Popov | 2021-02-11 | 5 | -8/+27 |
* | | | Implement fetching TLS TCB offset on MacOS | David Carlier | 2021-02-11 | 2 | -2/+12 |
* | | | Allow all scalar types in ini_set() | Nikita Popov | 2021-02-11 | 4 | -9/+56 |
* | | | Avoid useless SHM data duplication | Dmitry Stogov | 2021-02-11 | 2 | -4/+22 |
* | | | Fix typo in warnings_during_sccp | Tyson Andre | 2021-02-11 | 1 | -1/+1 |
* | | | Sort some decls in spl_iterators.h | Levi Morrison | 2021-02-11 | 1 | -21/+21 |
* | | | Handle warnings during sccp function evaluation | Nikita Popov | 2021-02-11 | 4 | -60/+49 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-11 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Update func info after password_get_info() change | Nikita Popov | 2021-02-11 | 1 | -1/+1 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-11 | 3 | -8/+5 |
|\ \ \ | |/ / | |||||
| * | | Don't return null from password_get_info() | Nikita Popov | 2021-02-11 | 3 | -8/+5 |
* | | | run-tests: fix JUnit counts | Max Semenik | 2021-02-11 | 1 | -1/+7 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-11 | 2 | -1/+20 |
|\ \ \ | |/ / | |||||
| * | | Don't throw additional Error in require_once if exception already thrown | Nikita Popov | 2021-02-11 | 2 | -1/+20 |
* | | | Link unbound simple classes (without parent/intefaces/traits) in first place. | Dmitry Stogov | 2021-02-10 | 2 | -19/+30 |
* | | | Unserialize op_array->scope before passing to zend_file_cache_unserialize_typ... | Dmitry Stogov | 2021-02-10 | 1 | -2/+3 |
* | | | Use zend_type.ce_cache__ptr for caching class resulution during argument/resu... | Dmitry Stogov | 2021-02-10 | 6 | -49/+96 |
* | | | Fixed map_ptr slot sharing for trait/self | Dmitry Stogov | 2021-02-10 | 1 | -1/+1 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-10 | 3 | -22/+22 |
|\ \ \ | |/ / | |||||
| * | | Make mysqli_ssl_set() arguments nullable | Nikita Popov | 2021-02-10 | 3 | -22/+22 |
* | | | Reuse single map_ptr slot for indentical class names | Dmitry Stogov | 2021-02-10 | 4 | -14/+58 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-10 | 3 | -6/+6 |
|\ \ \ | |/ / | |||||
| * | | Make finfo_open() $magic_database nullable | Nikita Popov | 2021-02-10 | 3 | -5/+5 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-10 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Don't pass null action to __doRequest | Nikita Popov | 2021-02-10 | 1 | -1/+1 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-10 | 2 | -7/+4 |
|\ \ \ | |/ / | |||||
| * | | Clarify that location is required in do_request | Nikita Popov | 2021-02-10 | 1 | -5/+2 |
| * | | Regenerate arginfo file | Nikita Popov | 2021-02-10 | 1 | -2/+2 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-10 | 2 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Accept null $location in SoapClient::__setLocation() | Nikita Popov | 2021-02-10 | 2 | -2/+2 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-10 | 3 | -7/+7 |
|\ \ \ | |/ / | |||||
| * | | Make SoapVar arguments nullable | Nikita Popov | 2021-02-10 | 3 | -7/+7 |
* | | | Merge branch 'PHP-8.0' | Máté Kocsis | 2021-02-09 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Add missing classes to stubs | Máté Kocsis | 2021-02-09 | 18 | -20/+135 |
* | | | Optimize ZEND_COUNT opcodes on arrays in the jit | Tyson Andre | 2021-02-09 | 4 | -1/+133 |
* | | | Use IS_ALIAS_PTR to make distinct between aliasses and real classes | Dmitry Stogov | 2021-02-10 | 2 | -30/+26 |
* | | | Added Inheritance Cache. | Dmitry Stogov | 2021-02-09 | 41 | -1011/+1595 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-09 | 3 | -19/+25 |
|\ \ \ | |/ / | |||||
| * | | Properly check imagegd() signature | Nikita Popov | 2021-02-09 | 1 | -2/+12 |
| * | | Make imagegd $file parameter nullable | Nikita Popov | 2021-02-09 | 3 | -18/+14 |
* | | | Merge branch 'PHP-8.0' | Nikita Popov | 2021-02-09 | 8 | -16/+16 |
|\ \ \ | |/ / |