summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Implement enumsIlija Tovilo2021-03-17131-18/+3211
* Use zend_string_equals() API instead of strcmp() in various placesGeorge Peter Banyard2021-03-171-1/+1
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-1613-73/+92
* Don't check executabilityNikita Popov2021-03-161-2/+2
* Check for WRONG_PROPERTY_INFONikita Popov2021-03-161-1/+1
* Revert "Remove some unnecessary explicit header dependencies"Nikita Popov2021-03-161-0/+7
* Automatically run zend_vm_gen.php if zend_vm_def.h changesNikita Popov2021-03-161-0/+5
* Remove some unnecessary explicit header dependenciesNikita Popov2021-03-161-7/+0
* Merge branch 'PHP-8.0'Nikita Popov2021-03-161-4/+3
|\
* | Add sanity check for type of read_property return valueNikita Popov2021-03-163-0/+74
* | Remove deprecated codeDmitry Stogov2021-03-131-6/+0
* | Fixed compilation warningDmitry Stogov2021-03-121-0/+1
* | Inline "array" part of FE_FETCH_R handler into HYBRID VMDmitry Stogov2021-03-112-207/+267
* | zend_verify_recv_arg_type_helper is not "cold".Dmitry Stogov2021-03-112-2/+2
* | Avoid repeatable work when error_reporting() is called with the same argument...Dmitry Stogov2021-03-111-1/+1
* | Inheritance cache optimizationDmitry Stogov2021-03-111-28/+34
* | Merge branch 'PHP-8.0'Máté Kocsis2021-03-062-2/+2
|\ \ | |/
| * Fix the error message of attribute flag validationMáté Kocsis2021-03-062-2/+2
* | Add const to zend_extension_version_info.build_idLevi Morrison2021-03-021-1/+1
* | Optimized object conversion to array without rebulding properties HashTableDmitry Stogov2021-03-015-0/+66
* | Merge branch 'PHP-8.0'Nikita Popov2021-03-012-0/+22
|\ \ | |/
| * Fixed bug #80811Nikita Popov2021-03-012-0/+22
* | Merge branch 'PHP-8.0'Nikita Popov2021-03-012-1/+16
|\ \ | |/
| * Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-03-012-1/+16
| |\
| | * Always remove HT iterators, even for uninit HTNikita Popov2021-03-012-1/+16
* | | Change the order of properties used in foreach(), var_dump(), serialize(), co...Dmitry Stogov2021-03-017-52/+40
|\ \ \
| * | | Change the order of properties used for var_dump(), serialize(), comparison, ...Dmitry Stogov2021-03-017-52/+40
* | | | Reference dynamic functions through dynamic_defsNikita Popov2021-03-0114-103/+162
|/ / /
* | | Fix E_DEPRECATED in zend_vm_gen.phpMax Semenik2021-03-011-3/+4
* | | Speed up __sleep() and __wakeup() callsDmitry Stogov2021-02-251-0/+2
* | | Switch few functions useful in Symphony apps to new ZPP API.Dmitry Stogov2021-02-242-18/+20
* | | Fixed error messageDmitry Stogov2021-02-245-6/+22
* | | zend_compile.c: fix typoDylan T2021-02-241-1/+1
* | | Generate class entries from stubs for com, standard, xmlreader, xmlwriter, xs...Máté Kocsis2021-02-223-5/+21
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-222-0/+38
|\ \ \ | |/ /
| * | Fix trampoline leak on dynamic static call of non-static methodNikita Popov2021-02-222-0/+38
* | | Don't resolve special class namesNikita Popov2021-02-222-23/+31
* | | Merge branch 'PHP-8.0'Nikita Popov2021-02-221-0/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.4' into PHP-8.0Nikita Popov2021-02-221-0/+31
| |\ \ | | |/
| | * Fixed bug #80781Nikita Popov2021-02-224-0/+73
* | | Fix typo [ci skip]Markus Staab2021-02-221-1/+1
* | | Fix closure GC handler for fake closuresNikita Popov2021-02-202-2/+30
* | | Fixed NULL pointer dereferenceDmitry Stogov2021-02-201-1/+2
* | | Improve basename(). Avoid calling mblen() for ASCII compatible locales.Dmitry Stogov2021-02-193-12/+88
* | | Fix typoAnton Vasiliev2021-02-181-1/+1
* | | Fix crash during default value evaluationNikita Popov2021-02-181-0/+5
* | | Properly relove self::CONSTANT at compile timeDmitry Stogov2021-02-181-1/+13
* | | Fixed bug #53826Nikita Popov2021-02-182-18/+56
* | | We don't need map_ptr slots for op_array.run_time_cache during preloading.Dmitry Stogov2021-02-181-11/+5
* | | Fixed bug #75474Nikita Popov2021-02-182-7/+95