summaryrefslogtreecommitdiff
path: root/Zend
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Split error code into "cold" functions and cleanup.Dmitry Stogov2018-09-131-21/+46
* | | Micro-optimization (condition reordering)Dmitry Stogov2018-09-131-97/+55
* | | typoDmitry Stogov2018-09-131-6/+6
* | | Micro-optimizationDmitry Stogov2018-09-131-74/+78
* | | Avoid unnecesury iterations over parent classes, in case of no overriden priv...Dmitry Stogov2018-09-121-17/+20
* | | Optimize method/property visibility checksDmitry Stogov2018-09-121-165/+138
* | | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-122-6/+34
|\ \ \ | |/ /
| * | Fixed bug #76869 (Incorrect bypassing protected method accessibilty check).Dmitry Stogov2018-09-122-6/+34
* | | Better ZEND_ACC_CHANGED handlingDmitry Stogov2018-09-121-7/+4
* | | Optimisation: Check for private property in parent class makes sense only if ...Dmitry Stogov2018-09-121-52/+38
* | | Simplify method visibility checksDmitry Stogov2018-09-121-14/+9
* | | This increment is not necessary anymore.Dmitry Stogov2018-09-111-1/+0
* | | Additional fix for bug #76860.Dmitry Stogov2018-09-112-5/+38
* | | Renumber ZEND_ACC_... flagsDmitry Stogov2018-09-111-69/+65
* | | Removed weird test, trait can't be "static" or "final".Dmitry Stogov2018-09-111-15/+4
* | | Drop unused variableNikita Popov2018-09-111-1/+0
* | | Get rid of ZEND_ACC_IMPLICIT_PUBLICDmitry Stogov2018-09-111-3/+0
* | | Added test for bug #76860 (Missed "Accessing static property as non static" w...Dmitry Stogov2018-09-111-0/+31
* | | Squashed commit of the following:Dmitry Stogov2018-09-116-149/+164
* | | Merge branch 'PHP-7.3'Sara Golemon2018-09-102-8/+39
|\ \ \ | |/ /
| * | Enforce ordering of property compare in object comparisonsSara Golemon2018-09-102-8/+39
* | | Merge branch 'PHP-7.3'Nikita Popov2018-09-071-2/+6
|\ \ \ | |/ /
| * | Support fixed address mmap without replacementDavid Carlier2018-09-071-2/+6
* | | Remove netware headerPeter Kokot2018-09-061-89/+0
* | | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-052-13/+26
|\ \ \ | |/ /
| * | Fixed support for commutative "user opcodes"Dmitry Stogov2018-09-052-13/+26
* | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACTDmitry Stogov2018-09-056-87/+86
* | | Remove AC_FUNC_MEMCMPPeter Kokot2018-09-041-1/+0
* | | Merge branch 'PHP-7.3'Xinchen Hui2018-09-042-1/+12
|\ \ \ | |/ /
| * | Fixed bug #76825 (Undefined symbols ___cpuid_count)Xinchen Hui2018-09-042-1/+12
* | | Merge branch 'PHP-7.3'Nikita Popov2018-09-041-1/+4
|\ \ \ | |/ /
| * | Fix incorrect literal freeing if pass_two generates fatal errorNikita Popov2018-09-041-1/+4
* | | Keep collision list ordered from higher to lower buckets.Dmitry Stogov2018-09-041-3/+19
* | | Fixed conditionDmitry Stogov2018-09-031-1/+1
* | | Merge branch 'PHP-7.3'Dmitry Stogov2018-09-031-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Dmitry Stogov2018-09-031-1/+1
| |\ \ | | |/
| | * Merge branch 'PHP-7.1' into PHP-7.2Dmitry Stogov2018-09-031-1/+1
| | |\
| | | * Fixed reference-countingin ZTS build.Dmitry Stogov2018-09-031-1/+1
* | | | Merge branch 'PHP-7.3'Christoph M. Becker2018-08-301-2/+2
|\ \ \ \ | |/ / /
| * | | Fix #76820: Z_COPYABLE invalid definitionChristoph M. Becker2018-08-301-2/+2
* | | | Merge branch 'PHP-7.3'Remi Collet2018-08-301-1/+1
|\ \ \ \ | |/ / /