summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* Remove outdated OOP examples Zend/tests/zend2.php.txtPeter Kokot2018-09-261-275/+0
* Rename *.php files in Zend/tests to *.incPeter Kokot2018-09-2321-12/+12
* Handle binary_op failure in overloaded assignsNikita Popov2018-09-232-4/+50
* Fix permissionsPeter Kokot2018-09-2121-0/+0
* Drop unused variableDmitry Stogov2018-09-191-1/+0
* Turn zend_hash_exists() into inline functionDmitry Stogov2018-09-194-71/+24
* Use zend_hash_find() instead of zend_hash_exists()Dmitry Stogov2018-09-192-50/+50
* Micro-optimizationDmitry Stogov2018-09-191-6/+3
* Remove zend_hash_exists()Dmitry Stogov2018-09-191-3/+1
* Improve ZEND_VM_SMART_BRANCH()Dmitry Stogov2018-09-191-16/+15
* Merge branch 'PHP-7.3'Nikita Popov2018-09-192-7/+22
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2018-09-192-7/+22
| |\
| | * Merge branch 'PHP-7.1' into PHP-7.2Nikita Popov2018-09-192-7/+22
| | |\
| | | * Fixed bug #76901Nikita Popov2018-09-192-7/+22
* | | | Remove unused methods-on-non-objects-nested.incPeter Kokot2018-09-181-4/+0
* | | | Class constants and default property values can't be IS_REFERENCE anymore.Dmitry Stogov2018-09-182-2/+0
* | | | Fixed crashes in ZTS build introduced by 689c6fb188c9dfe5e428492b4b80f8d6f586...Dmitry Stogov2018-09-181-1/+1
* | | | Drop unused variableNikita Popov2018-09-181-1/+0
* | | | Remove legacy add_*_unset() macrosNikita Popov2018-09-181-6/+0
* | | | Remove add_method() macroNikita Popov2018-09-181-2/+0
* | | | Replace ZEND_ACC_ANON_BOUND, ZEND_ACC_UNRESOLVED_PARENT and ZEND_ACC_UNRESOLV...Dmitry Stogov2018-09-1810-37/+26
* | | | Remove HAVE_STDARG_HPeter Kokot2018-09-1810-373/+356
* | | | Remove HAVE_STRING_HPeter Kokot2018-09-182-6/+1
* | | | Remove ZEND_EARLY_BINDING_* constantsNikita Popov2018-09-171-4/+0
* | | | Remove ZEND_OBJECTS_STORE_HANDLERS macroNikita Popov2018-09-171-2/+0
* | | | Remove unused ZEND_CT and ZEND_RT constantsNikita Popov2018-09-171-3/+0
* | | | Use different loop terminating conditionsDmitry Stogov2018-09-171-3/+3
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-171-4/+8
|\ \ \ \ | |/ / /
| * | | Allow switching back to Zend MM heap.Dmitry Stogov2018-09-171-4/+8
* | | | Remove __USE_GNU definesNikita Popov2018-09-171-3/+0
* | | | Set correct error code and adapt testAnatol Belski2018-09-171-1/+1
* | | | Remove unused MREMAP_MAYMOVE compatibility defineNikita Popov2018-09-171-3/+0
* | | | Fix error setting, both errors are neededAnatol Belski2018-09-171-1/+1
* | | | Remove unused HAVE_MEM_MMAP_ANON and HAVE_MEM_MMAP_ZERO checksNikita Popov2018-09-171-100/+0
* | | | Remove __GNUC__ guard around stddef.h includeNikita Popov2018-09-171-3/+0
* | | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-10/+5
* | | | Perform final GC before the object store is freedNikita Popov2018-09-171-8/+10
* | | | Make PHP development tools files executablePeter Kokot2018-09-171-0/+1
* | | | Remove HAVE_STDLIB_HPeter Kokot2018-09-162-4/+1
* | | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-09-163-3/+3
* | | | Remove unnecessary destroy wrappersNikita Popov2018-09-161-38/+4
* | | | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtorNikita Popov2018-09-169-19/+19
* | | | Revert "Implement #67331: Have parse_ini_file add empty entries"Christoph M. Becker2018-09-153-1598/+1509
* | | | Implement #67331: Have parse_ini_file add empty entriesChristoph M. Becker2018-09-153-1509/+1598
* | | | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-142-3/+18
|\ \ \ \ | |/ / /
| * | | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2018-09-142-3/+18
| |\ \ \ | | |/ /
| | * | Fixed bug #76800 (foreach inconsistent if array modified during loop)Dmitry Stogov2018-09-142-3/+18
* | | | Remove zend_check_private()Dmitry Stogov2018-09-132-32/+0
* | | | Simplify __clone() visibility check (magic methods still don't respect ZEND_A...Dmitry Stogov2018-09-133-85/+34
* | | | Make visibilty check in is_callable() to be consistent with zend_std_get_meth...Dmitry Stogov2018-09-131-31/+16