Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | Merge branch 'PHP-7.2' | Thomas Punt | 2018-04-26 | 1 | -0/+5 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.2: Fix memory leak when phpdbg fails to start up | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Thomas Punt | 2018-04-26 | 1 | -0/+5 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.1: Fix memory leak when phpdbg fails to start up | |||||
| | * | Fix memory leak when phpdbg fails to start up | Thomas Punt | 2018-04-26 | 1 | -0/+5 | |
| | | | ||||||
| | * | year++ | Xinchen Hui | 2018-01-02 | 1 | -2/+2 | |
| | | | ||||||
| * | | year++ | Xinchen Hui | 2018-01-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Use int instead of integer in proto | Gabriel Caruso | 2018-02-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 1 | -1/+1 | |
| | | | | | | | | | | | | Signed-off-by: Gabriel Caruso <carusogabriel34@gmail.com> | |||||
* | | | year++ | Xinchen Hui | 2018-01-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Fixed stream handler override | Dmitry Stogov | 2017-12-14 | 1 | -7/+11 | |
| | | | ||||||
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -4/+7 | |
| | | | ||||||
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 | |
| | | | ||||||
* | | | Added exceptions for ZEND_RC_DEBUG | Dmitry Stogov | 2017-11-02 | 1 | -0/+1 | |
| | | | ||||||
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 1 | -3/+3 | |
|/ / | | | | | | | | | | | Prohibit direct update of GC_REFCOUNT(), GC_SET_REFCOUNT(), GC_ADDREF() and GC_DELREF() shoukf be instead. Added mactros to validate reference-counting (disabled for now). These macros are going to be used to eliminate race-condintions during reference-counting on data shared between threads. | |||||
* | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-07-17 | 1 | -1/+5 | |
|\ \ | |/ | | | | | | | * PHP-7.1: Fixed bug 74913 redirecting incorrect include <sys/poll.h> | |||||
| * | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-07-17 | 1 | -1/+5 | |
| |\ | | | | | | | | | | | | | * PHP-7.0: Fixed bug 74913 redirecting incorrect include <sys/poll.h> | |||||
| | * | Fixed bug 74913 redirecting incorrect include <sys/poll.h> | Peter Kokot | 2017-07-17 | 1 | -1/+5 | |
| | | | ||||||
| | * | Revert "fix crash in phpdbg shutdown process when opcache is loaded" | Joe Watkins | 2017-02-27 | 1 | -2/+1 | |
| | | | | | | | | | | | | This reverts commit 008fb28eafa3740b1e3696b1a5cf7566d493b97d. | |||||
* | | | Interned strings unification for TS/NTS | Anatol Belski | 2017-03-04 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Hereby, interned strings are supported in thread safe PHP. The patch implements two types of interned strings - interning per process, strings are not freed till process end - interning per request, strings are freed at request end There is no runtime interning. With Opcache, all the permanent iterned strings are copied into SHM on startup, additional copying into SHM might happen on demand. | |||||
* | | | Merge branch 'PHP-7.1' | Joe Watkins | 2017-02-27 | 1 | -1/+2 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: fix crash in phpdbg shutdown process when opcache is loaded | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Joe Watkins | 2017-02-27 | 1 | -1/+2 | |
| |\ \ | | |/ | | | | | | | | | | * PHP-7.0: fix crash in phpdbg shutdown process when opcache is loaded | |||||
| | * | fix crash in phpdbg shutdown process when opcache is loaded | Joe Watkins | 2017-02-27 | 1 | -1/+2 | |
| | | | ||||||
| | * | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -2/+2 | |
| | | | ||||||
| * | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-04 | 1 | -2/+2 | |
| | | | ||||||
* | | | Update copyright headers to 2017 | Sammy Kaye Powers | 2017-01-02 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-22 | 1 | -1/+0 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-22 | 1 | -1/+0 | |
| |\ \ | | |/ | ||||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-21 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-12-21 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fix issue with -- in phpdbg command line | Bob Weinand | 2016-12-21 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-12-20 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Fix segfault in ZTS mode when just printing and exiting in phpdbg | Bob Weinand | 2016-12-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.1' | Nikita Popov | 2016-12-14 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-12-14 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Partially fix bug #70492 | Nikita Popov | 2016-12-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | The libmagic portion is missing. | |||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-30 | 1 | -3/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-30 | 1 | -3/+1 | |
| |\ \ | | |/ | ||||||
| | * | Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup) | Bob Weinand | 2016-11-30 | 1 | -3/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-20 | 1 | -1/+1 | |
|\ \ \ | |/ / | ||||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-20 | 1 | -1/+1 | |
| |\ \ | | |/ | ||||||
| | * | Revert "Revert "Remove a few unused write warning"" | Bob Weinand | 2016-11-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | This reverts commit ff5a65d26b139142c5e967582c369ef65b79adf8. (With zend_ prefix now) | |||||
| * | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-11-20 | 1 | -0/+1 | |
| |\ \ | | |/ | ||||||
| | * | Remove a few unused write warning (backport from master, oops)s | Bob Weinand | 2016-11-20 | 1 | -0/+1 | |
| | | | ||||||
| | * | make it possible to show specific help pages without interactive session | Joe Watkins | 2016-11-20 | 1 | -1/+1 | |
| | | | ||||||
| * | | make it possible to show specific help pages without interactive session | Joe Watkins | 2016-11-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Remove a few unused write warnings | Bob Weinand | 2016-11-20 | 1 | -0/+1 | |
| | | | ||||||
* | | | make it possible to show specific help pages without interactive session | Joe Watkins | 2016-11-20 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.1' | Bob Weinand | 2016-11-13 | 1 | -7/+13 | |
|\ \ \ | |/ / | ||||||
| * | | Fix phpdbg ZTS shutdown with USE_ZEND_ALLOC | Bob Weinand | 2016-11-13 | 1 | -7/+13 | |
| | | | ||||||
* | | | phpdbg standard input changes | Joe Watkins | 2016-11-13 | 1 | -1/+1 | |
| | | | ||||||
* | | | Merge branch 'PHP-7.1' | Anatol Belski | 2016-10-27 | 1 | -0/+2 | |
|\ \ \ | |/ / | | | | | | | | | | * PHP-7.1: yet another uninitialized pointer |