Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | Use better destructor (key may be only IS_STRING or IS_LONG). | Dmitry Stogov | 2018-07-23 | 1 | -2/+2 |
* | Revert "Rename _zval_dtor_func to _ref_dtor_func" | Xinchen Hui | 2018-07-06 | 1 | -1/+1 |
* | Rename _zval_dtor_func to _ref_dtor_func | Xinchen Hui | 2018-07-06 | 1 | -1/+1 |
* | se zval_ptr_dtor_str() instead of zend_string_release_ex(Z_STR(*), 0) | Dmitry Stogov | 2018-07-04 | 1 | -1/+1 |
* | Merge branch 'PHP-7.2' | Nikita Popov | 2018-07-02 | 1 | -441/+472 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-07-02 | 1 | -34/+40 |
| |\ | |||||
| | * | Fixed bug #74670 | Nikita Popov | 2018-07-02 | 1 | -34/+40 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | Fix #76300 - Dont attempt to change visibility of a parent private | Pedro Magalhães | 2018-06-17 | 1 | -30/+31 |
* | | | Merge branch 'PHP-7.2' | Stanislav Malyshev | 2018-06-17 | 1 | -464/+440 |
|\ \ \ | |||||
| * | | | Fix #76300 - Dont attempt to change visibility of a parent private | Pedro Magalhães | 2018-05-03 | 1 | -30/+31 |
| |/ / | |||||
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Removed useless zval_ptr_dtor() | Dmitry Stogov | 2018-05-29 | 1 | -1/+1 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -11/+11 |
* | | | Avoid useless checks, using zend_string_efree(), in cases where the string is... | Dmitry Stogov | 2018-05-08 | 1 | -4/+4 |
* | | | Optimize zend_hash_real_init() | Dmitry Stogov | 2018-03-23 | 1 | -1/+1 |
* | | | Use macros to update specific parts of GC_TYPE_INFO() (direct assignments to ... | Dmitry Stogov | 2018-02-28 | 1 | -3/+3 |
* | | | Use OBJ_FLAGS() macro to access object flags (even if they are currently stor... | Dmitry Stogov | 2018-01-22 | 1 | -3/+3 |
* | | | ws | Dmitry Stogov | 2018-01-22 | 1 | -2/+2 |
* | | | Access HashTable.u.flags through HT_FLAGS() macro. | Dmitry Stogov | 2018-01-22 | 1 | -35/+35 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -34/+34 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Avoid visibility checks for classes without predefined properties | Dmitry Stogov | 2017-11-30 | 1 | -64/+65 |
* | | | Try to intern unserualized string keys | Dmitry Stogov | 2017-11-29 | 1 | -62/+66 |
* | | | Optimized parse_iv2() | Dmitry Stogov | 2017-11-09 | 1 | -432/+493 |
* | | | Use per-request heap instead of system one | Dmitry Stogov | 2017-10-27 | 1 | -3/+3 |
* | | | Avoid HashTable allocations for empty arrays (using zend_empty_array). | Dmitry Stogov | 2017-10-24 | 1 | -16/+19 |
* | | | Fixed unzserialize(), to disable creation of unsupported data structures thro... | Dmitry Stogov | 2017-10-13 | 1 | -447/+422 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2017-09-11 | 1 | -48/+40 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2017-09-11 | 1 | -48/+40 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #75152 (signed integer overflow in parse_iv) | Xinchen Hui | 2017-09-11 | 1 | -48/+40 |
* | | | Kill compiler warnings in ext/standard | Kalle Sommer Nielsen | 2017-08-24 | 1 | -1/+1 |
|/ / | |||||
* | | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2017-08-12 | 1 | -434/+449 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2017-08-12 | 1 | -493/+506 |
| |\ | |||||
| | * | Fixed bug #74103 and bug #75054 | Nikita Popov | 2017-08-12 | 1 | -493/+506 |
* | | | restore file deleted by mistake in a merge commit | Remi Collet | 2017-07-11 | 1 | -0/+1444 |
* | | | Merge branch 'PHP-7.1' | Stanislav Malyshev | 2017-07-04 | 1 | -1427/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2017-07-04 | 1 | -512/+487 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74111 | Nikita Popov | 2017-07-04 | 1 | -512/+487 |
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-04 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | fix datatype | Anatol Belski | 2017-07-04 | 1 | -1/+1 |
* | | | fix datatype | Anatol Belski | 2017-07-04 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-07-04 | 1 | -425/+455 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-07-04 | 1 | -32/+36 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #74101 and bug #74614 | Nikita Popov | 2017-07-04 | 1 | -32/+36 |
* | | | Use inlined version of zval_ptr_dytor() in var_destroy() loop | Dmitry Stogov | 2017-06-29 | 1 | -2/+2 |
* | | | Use interned empty and "one char" strings. | Dmitry Stogov | 2017-05-18 | 1 | -448/+428 |
* | | | Make sure lengths and refs are unsigned in unserialize() | Nikita Popov | 2017-03-23 | 1 | -194/+138 |
* | | | Fixed bug #74300 | xKhorasan | 2017-03-23 | 1 | -19/+8 |