Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'PHP-7.2' into PHP-7.3 | Nikita Popov | 2019-02-25 | 1 | -12/+24 |
|\ | |||||
| * | Fix assertion in Exception::getMessage() if $message is a ref | Nikita Popov | 2019-02-25 | 1 | -12/+24 |
* | | Future-proof email addresses | Zeev Suraski | 2018-11-01 | 1 | -2/+2 |
* | | Remove unused Git attributes ident | Peter Kokot | 2018-07-25 | 1 | -2/+0 |
* | | Avoid magic method hash lookups | Dmitry Stogov | 2018-07-02 | 1 | -1/+1 |
* | | Merge branch 'PHP-7.2' | Nikita Popov | 2018-06-24 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Nikita Popov | 2018-06-24 | 1 | -1/+1 |
| |\ | |||||
| | * | Fixed bug #76502 | Nikita Popov | 2018-06-24 | 1 | -1/+1 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Fixed bug #75218 | Nikita Popov | 2018-06-16 | 1 | -5/+12 |
* | | | Export standard object handlers, to avoid indirect access | Dmitry Stogov | 2018-05-31 | 1 | -1/+1 |
* | | | Use zend_string_release_ex() instread of zend_string_release() in places, whe... | Dmitry Stogov | 2018-05-28 | 1 | -11/+11 |
* | | | Use reference counting instead of duplication | Dmitry Stogov | 2018-03-06 | 1 | -5/+4 |
* | | | Revert "[ci skip] Add missing return types to protos" | Christoph M. Becker | 2018-02-27 | 1 | -2/+2 |
* | | | [ci skip] Add missing return types to protos | Gabriel Caruso | 2018-02-24 | 1 | -2/+2 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -1/+1 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Use cheaper functions | Dmitry Stogov | 2017-12-04 | 1 | -3/+3 |
* | | | Revert "Use zend_get_executed_filename_ex" | Xinchen Hui | 2017-11-02 | 1 | -1/+2 |
* | | | Use zend_get_executed_filename_ex | Xinchen Hui | 2017-11-01 | 1 | -2/+1 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -1/+1 |
* | | | Refactored recursion pretection | Dmitry Stogov | 2017-10-06 | 1 | -4/+4 |
|/ / | |||||
* | | further sync for vim mode lines | Anatol Belski | 2017-07-04 | 1 | -0/+2 |
* | | Interned strings unification for TS/NTS | Anatol Belski | 2017-03-04 | 1 | -34/+34 |
* | | rework fd521a22 to simplify for master, see github #2356 | Anatol Belski | 2017-02-07 | 1 | -5/+1 |
* | | Merge branch 'PHP-7.1' | Anatol Belski | 2017-02-07 | 1 | -2/+2 |
|\ \ | |/ | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2017-02-07 | 1 | -2/+2 |
| |\ | |||||
| | * | switch to smart str conversion routine to hide exact NAN type | Anatol Belski | 2017-02-07 | 1 | -2/+2 |
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -1/+1 |
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -1/+1 |
* | | | Export zend_s(tr)pprintf | Nikita Popov | 2017-01-01 | 1 | -24/+0 |
* | | | Merge branch 'PHP-7.1' | Dmitry Stogov | 2016-12-07 | 1 | -1/+3 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Dmitry Stogov | 2016-12-07 | 1 | -1/+3 |
| |\ \ | | |/ | |||||
| | * | Check if PHP is in execution state. | Dmitry Stogov | 2016-12-07 | 1 | -1/+3 |
* | | | further normalizations, uint vs uint32_t | Anatol Belski | 2016-11-26 | 1 | -2/+2 |
|/ / | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Xinchen Hui | 2016-10-22 | 1 | -2/+3 |
|\ \ | |/ | |||||
| * | Fixed bug #73350 (Exception::__toString() cause circular references) | Xinchen Hui | 2016-10-22 | 1 | -2/+3 |
| * | Revert "export symbol missing by phpdbg" | Anatol Belski | 2016-10-13 | 1 | -0/+12 |
| * | export symbol missing by phpdbg | Anatol Belski | 2016-10-12 | 1 | -12/+0 |
| * | Fix bug #73190: memcpy negative parameter _bc_new_num_ex | Stanislav Malyshev | 2016-10-12 | 1 | -5/+21 |
* | | Revert "export symbol missing by phpdbg" | Anatol Belski | 2016-10-14 | 1 | -0/+12 |
* | | fix another mistake | Anatol Belski | 2016-10-14 | 1 | -1/+1 |
* | | export symbol missing by phpdbg | Anatol Belski | 2016-10-14 | 1 | -12/+0 |
* | | fix wrong merge | Anatol Belski | 2016-10-14 | 1 | -4/+3 |
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-10-14 | 1 | -4/+21 |
* | | Implement \ArgumentCountError exception | Davey Shafik | 2016-08-30 | 1 | -1/+6 |
* | | Merge branch 'PHP-7.0' | Nikita Popov | 2016-07-14 | 1 | -0/+2 |
|\ \ | |/ | |||||
| * | Fix leak of class name when printing exception backtrace | Nikita Popov | 2016-07-14 | 1 | -0/+1 |