Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid magic method hash lookups | Dmitry Stogov | 2018-07-02 | 1 | -1/+1 |
* | Changed php_add[c]slashes prototypes (removed should_free argument) | Dmitry Stogov | 2018-06-29 | 2 | -4/+4 |
* | Remove duplicated code (keep destroy_zend_function() for compatibility) | Dmitry Stogov | 2018-06-27 | 1 | -2/+1 |
* | Merge branch 'PHP-7.2' | Christoph M. Becker | 2018-06-25 | 1 | -3/+3 |
|\ | |||||
| * | Merge branch 'PHP-7.1' into PHP-7.2 | Christoph M. Becker | 2018-06-25 | 1 | -3/+3 |
| |\ | |||||
| | * | Fix arginfo wrt. optional/required parameters | Christoph M. Becker | 2018-06-25 | 1 | -3/+3 |
* | | | Remove useless PHPDBG_* constants | Christoph M. Becker | 2018-06-25 | 1 | -5/+0 |
* | | | Merge branch 'PHP-7.2' | Thomas Punt | 2018-04-26 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Thomas Punt | 2018-04-26 | 1 | -1/+1 |
| |\ \ | | |/ | |||||
| | * | Allocate default ini values into persistent memory | Thomas Punt | 2018-04-26 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Thomas Punt | 2018-04-26 | 1 | -0/+5 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Thomas Punt | 2018-04-26 | 1 | -0/+5 |
| |\ \ | | |/ | |||||
| | * | Fix memory leak when phpdbg fails to start up | Thomas Punt | 2018-04-26 | 1 | -0/+5 |
* | | | Merge branch 'PHP-7.2' | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
| |\ \ | | |/ | |||||
| | * | Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite) | Xinchen Hui | 2018-04-10 | 1 | -13/+8 |
* | | | Fix link for phpdbg documentation | Gabriel Caruso | 2018-03-11 | 1 | -1/+1 |
* | | | Merge branch 'PHP-7.2' | Anatol Belski | 2018-03-08 | 1 | -0/+4 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'PHP-7.1' into PHP-7.2 | Anatol Belski | 2018-03-08 | 1 | -0/+4 |
| |\ \ | | |/ | |||||
| | * | Disable PGO for phpdbg | Anatol Belski | 2018-03-08 | 1 | -0/+4 |
| | * | regenerated with newer re2c | Xinchen Hui | 2018-01-02 | 1 | -1284/+1223 |
| | * | year++ | Xinchen Hui | 2018-01-02 | 48 | -49/+49 |
| * | | year++ | Xinchen Hui | 2018-01-02 | 48 | -49/+49 |
* | | | Use EXPECT instead of EXPECTF when possible | Gabriel Caruso | 2018-02-20 | 3 | -3/+3 |
* | | | Avoid live range references in opcodes | Nikita Popov | 2018-02-16 | 1 | -4/+0 |
* | | | Fix: follow the indent of the other configure options | Tom Van Looy | 2018-02-15 | 1 | -3/+4 |
* | | | Fix some misspellings | Gabriel Caruso | 2018-02-06 | 1 | -1/+1 |
* | | | Moved "zval.u2.cache_slot" into free room of "zend_op" | Dmitry Stogov | 2018-02-05 | 4 | -6/+6 |
* | | | Use int instead of integer in type errors | Gabriel Caruso | 2018-02-04 | 1 | -3/+3 |
* | | | Use int instead of integer in proto | Gabriel Caruso | 2018-02-02 | 1 | -2/+2 |
* | | | Changed CATCH instruction format (extended_value moved into op2, op2 into res... | Dmitry Stogov | 2018-01-31 | 4 | -7/+17 |
* | | | Trailing whitespaces on sapi/* | Gabriel Caruso | 2018-01-04 | 1 | -5/+5 |
* | | | Trailing whitespaces | Gabriel Caruso | 2018-01-03 | 8 | -175/+175 |
* | | | year++ | Xinchen Hui | 2018-01-02 | 48 | -49/+49 |
* | | | Fix darwin builds of phpdbg using frameworks | Sara Golemon | 2017-12-21 | 1 | -0/+1 |
* | | | Transmit phpdbg webdata len in little-endian | Sebastian Ramadan | 2017-12-17 | 3 | -9/+13 |
* | | | Fixed stream handler override | Dmitry Stogov | 2017-12-14 | 2 | -8/+12 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 2 | -5/+8 |
* | | | Move constants into read-only data segment | Dmitry Stogov | 2017-12-14 | 1 | -1/+1 |
* | | | Added "argv" and "argc" as known strings. | Dmitry Stogov | 2017-12-01 | 1 | -1/+1 |
* | | | fix constant defined undefined behavior warning | dcarlier | 2017-11-24 | 1 | -1/+5 |
* | | | Merge branch 'PHP-7.2' | Nikita Popov | 2017-11-17 | 1 | -2/+2 |
|\ \ \ | |/ / | |||||
| * | | Fix printf format issues on i386 | Nikita Popov | 2017-11-17 | 1 | -2/+2 |
* | | | Enable and fix printf() format warnings | Nikita Popov | 2017-11-16 | 1 | -5/+12 |
* | | | Added exceptions for ZEND_RC_DEBUG | Dmitry Stogov | 2017-11-02 | 2 | -0/+2 |
* | | | Encapsulate reference-counting primitives. | Dmitry Stogov | 2017-10-27 | 2 | -4/+4 |
* | | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed). | Dmitry Stogov | 2017-10-10 | 1 | -5/+10 |
* | | | Remove unused Travis configuration for sapi/phpdbg | Peter Kokot | 2017-10-08 | 3 | -24/+0 |
* | | | Refactored recursion pretection | Dmitry Stogov | 2017-10-06 | 1 | -7/+8 |
* | | | Join untracked files to root .gitignore | Peter Kokot | 2017-10-05 | 1 | -6/+0 |