Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused ZEND_FILE_LINE in i_zval_ptr_dtor | Nikita Popov | 2018-09-16 | 9 | -19/+19 |
* | Revert "Implement #67331: Have parse_ini_file add empty entries" | Christoph M. Becker | 2018-09-15 | 3 | -1598/+1509 |
* | Implement #67331: Have parse_ini_file add empty entries | Christoph M. Becker | 2018-09-15 | 3 | -1509/+1598 |
* | Merge branch 'PHP-7.3' | Dmitry Stogov | 2018-09-14 | 2 | -3/+18 |
|\ | |||||
| * | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2018-09-14 | 2 | -3/+18 |
| |\ | |||||
| | * | Fixed bug #76800 (foreach inconsistent if array modified during loop) | Dmitry Stogov | 2018-09-14 | 2 | -3/+18 |
* | | | Remove zend_check_private() | Dmitry Stogov | 2018-09-13 | 2 | -32/+0 |
* | | | Simplify __clone() visibility check (magic methods still don't respect ZEND_A... | Dmitry Stogov | 2018-09-13 | 3 | -85/+34 |
* | | | Make visibilty check in is_callable() to be consistent with zend_std_get_meth... | Dmitry Stogov | 2018-09-13 | 1 | -31/+16 |
* | | | Split error code into "cold" functions and cleanup. | Dmitry Stogov | 2018-09-13 | 1 | -21/+46 |
* | | | Micro-optimization (condition reordering) | Dmitry Stogov | 2018-09-13 | 1 | -97/+55 |
* | | | typo | Dmitry Stogov | 2018-09-13 | 1 | -6/+6 |
* | | | Micro-optimization | Dmitry Stogov | 2018-09-13 | 1 | -74/+78 |
* | | | Avoid unnecesury iterations over parent classes, in case of no overriden priv... | Dmitry Stogov | 2018-09-12 | 1 | -17/+20 |
* | | | Optimize method/property visibility checks | Dmitry Stogov | 2018-09-12 | 1 | -165/+138 |
* | | | Merge branch 'PHP-7.3' | Dmitry Stogov | 2018-09-12 | 2 | -6/+34 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #76869 (Incorrect bypassing protected method accessibilty check). | Dmitry Stogov | 2018-09-12 | 2 | -6/+34 |
* | | | Better ZEND_ACC_CHANGED handling | Dmitry Stogov | 2018-09-12 | 1 | -7/+4 |
* | | | Optimisation: Check for private property in parent class makes sense only if ... | Dmitry Stogov | 2018-09-12 | 1 | -52/+38 |
* | | | Simplify method visibility checks | Dmitry Stogov | 2018-09-12 | 1 | -14/+9 |
* | | | This increment is not necessary anymore. | Dmitry Stogov | 2018-09-11 | 1 | -1/+0 |
* | | | Additional fix for bug #76860. | Dmitry Stogov | 2018-09-11 | 2 | -5/+38 |
* | | | Renumber ZEND_ACC_... flags | Dmitry Stogov | 2018-09-11 | 1 | -69/+65 |
* | | | Removed weird test, trait can't be "static" or "final". | Dmitry Stogov | 2018-09-11 | 1 | -15/+4 |
* | | | Drop unused variable | Nikita Popov | 2018-09-11 | 1 | -1/+0 |
* | | | Get rid of ZEND_ACC_IMPLICIT_PUBLIC | Dmitry Stogov | 2018-09-11 | 1 | -3/+0 |
* | | | Added test for bug #76860 (Missed "Accessing static property as non static" w... | Dmitry Stogov | 2018-09-11 | 1 | -0/+31 |
* | | | Squashed commit of the following: | Dmitry Stogov | 2018-09-11 | 6 | -149/+164 |
* | | | Merge branch 'PHP-7.3' | Sara Golemon | 2018-09-10 | 2 | -8/+39 |
|\ \ \ | |/ / | |||||
| * | | Enforce ordering of property compare in object comparisons | Sara Golemon | 2018-09-10 | 2 | -8/+39 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-09-07 | 1 | -2/+6 |
|\ \ \ | |/ / | |||||
| * | | Support fixed address mmap without replacement | David Carlier | 2018-09-07 | 1 | -2/+6 |
* | | | Remove netware header | Peter Kokot | 2018-09-06 | 1 | -89/+0 |
* | | | Merge branch 'PHP-7.3' | Dmitry Stogov | 2018-09-05 | 2 | -13/+26 |
|\ \ \ | |/ / | |||||
| * | | Fixed support for commutative "user opcodes" | Dmitry Stogov | 2018-09-05 | 2 | -13/+26 |
* | | | Get rid of ZEND_ACC_CTOR, ZEND_ACC_DTOR and ZEND_ACC_IMPLEMENTED_ABSTRACT | Dmitry Stogov | 2018-09-05 | 6 | -87/+86 |
* | | | Remove AC_FUNC_MEMCMP | Peter Kokot | 2018-09-04 | 1 | -1/+0 |
* | | | Merge branch 'PHP-7.3' | Xinchen Hui | 2018-09-04 | 2 | -1/+12 |
|\ \ \ | |/ / | |||||
| * | | Fixed bug #76825 (Undefined symbols ___cpuid_count) | Xinchen Hui | 2018-09-04 | 2 | -1/+12 |
* | | | Merge branch 'PHP-7.3' | Nikita Popov | 2018-09-04 | 1 | -1/+4 |
|\ \ \ | |/ / | |||||
| * | | Fix incorrect literal freeing if pass_two generates fatal error | Nikita Popov | 2018-09-04 | 1 | -1/+4 |
* | | | Keep collision list ordered from higher to lower buckets. | Dmitry Stogov | 2018-09-04 | 1 | -3/+19 |
* | | | Fixed condition | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.3' | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.2' into PHP-7.3 | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Merge branch 'PHP-7.1' into PHP-7.2 | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Fixed reference-countingin ZTS build. | Dmitry Stogov | 2018-09-03 | 1 | -1/+1 |
* | | | | Merge branch 'PHP-7.3' | Christoph M. Becker | 2018-08-30 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | Fix #76820: Z_COPYABLE invalid definition | Christoph M. Becker | 2018-08-30 | 1 | -2/+2 |
* | | | | Merge branch 'PHP-7.3' | Remi Collet | 2018-08-30 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |