summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* Avoid magic method hash lookupsDmitry Stogov2018-07-021-1/+1
* Changed php_add[c]slashes prototypes (removed should_free argument)Dmitry Stogov2018-06-292-4/+4
* Remove duplicated code (keep destroy_zend_function() for compatibility)Dmitry Stogov2018-06-271-2/+1
* Merge branch 'PHP-7.2'Christoph M. Becker2018-06-251-3/+3
|\
| * Merge branch 'PHP-7.1' into PHP-7.2Christoph M. Becker2018-06-251-3/+3
| |\
| | * Fix arginfo wrt. optional/required parametersChristoph M. Becker2018-06-251-3/+3
* | | Remove useless PHPDBG_* constantsChristoph M. Becker2018-06-251-5/+0
* | | Merge branch 'PHP-7.2'Thomas Punt2018-04-261-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-261-1/+1
| |\ \ | | |/
| | * Allocate default ini values into persistent memoryThomas Punt2018-04-261-1/+1
* | | Merge branch 'PHP-7.2'Thomas Punt2018-04-261-0/+5
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Thomas Punt2018-04-261-0/+5
| |\ \ | | |/
| | * Fix memory leak when phpdbg fails to start upThomas Punt2018-04-261-0/+5
* | | Merge branch 'PHP-7.2'Xinchen Hui2018-04-101-13/+8
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Xinchen Hui2018-04-101-13/+8
| |\ \ | | |/
| | * Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite)Xinchen Hui2018-04-101-13/+8
* | | Fix link for phpdbg documentationGabriel Caruso2018-03-111-1/+1
* | | Merge branch 'PHP-7.2'Anatol Belski2018-03-081-0/+4
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Anatol Belski2018-03-081-0/+4
| |\ \ | | |/
| | * Disable PGO for phpdbgAnatol Belski2018-03-081-0/+4
| | * regenerated with newer re2cXinchen Hui2018-01-021-1284/+1223
| | * year++Xinchen Hui2018-01-0248-49/+49
| * | year++Xinchen Hui2018-01-0248-49/+49
* | | Use EXPECT instead of EXPECTF when possibleGabriel Caruso2018-02-203-3/+3
* | | Avoid live range references in opcodesNikita Popov2018-02-161-4/+0
* | | Fix: follow the indent of the other configure optionsTom Van Looy2018-02-151-3/+4
* | | Fix some misspellingsGabriel Caruso2018-02-061-1/+1
* | | Moved "zval.u2.cache_slot" into free room of "zend_op"Dmitry Stogov2018-02-054-6/+6
* | | Use int instead of integer in type errorsGabriel Caruso2018-02-041-3/+3
* | | Use int instead of integer in protoGabriel Caruso2018-02-021-2/+2
* | | Changed CATCH instruction format (extended_value moved into op2, op2 into res...Dmitry Stogov2018-01-314-7/+17
* | | Trailing whitespaces on sapi/*Gabriel Caruso2018-01-041-5/+5
* | | Trailing whitespacesGabriel Caruso2018-01-038-175/+175
* | | year++Xinchen Hui2018-01-0248-49/+49
* | | Fix darwin builds of phpdbg using frameworksSara Golemon2017-12-211-0/+1
* | | Transmit phpdbg webdata len in little-endianSebastian Ramadan2017-12-173-9/+13
* | | Fixed stream handler overrideDmitry Stogov2017-12-142-8/+12
* | | Move constants into read-only data segmentDmitry Stogov2017-12-142-5/+8
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Added "argv" and "argc" as known strings.Dmitry Stogov2017-12-011-1/+1
* | | fix constant defined undefined behavior warningdcarlier2017-11-241-1/+5
* | | Merge branch 'PHP-7.2'Nikita Popov2017-11-171-2/+2
|\ \ \ | |/ /
| * | Fix printf format issues on i386Nikita Popov2017-11-171-2/+2
* | | Enable and fix printf() format warningsNikita Popov2017-11-161-5/+12
* | | Added exceptions for ZEND_RC_DEBUGDmitry Stogov2017-11-022-0/+2
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-272-4/+4
* | | Always use IS_CONSTANT_AST (IS_CONSTANT is removed).Dmitry Stogov2017-10-101-5/+10
* | | Remove unused Travis configuration for sapi/phpdbgPeter Kokot2017-10-083-24/+0
* | | Refactored recursion pretectionDmitry Stogov2017-10-061-7/+8
* | | Join untracked files to root .gitignorePeter Kokot2017-10-051-6/+0