summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several mostly Windows related phpdbg bugsChristoph M. Becker2020-05-261-4/+8
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-05-191-1/+1
|\
| * Fix INI setting member nameChristoph M. Becker2020-05-191-1/+1
* | Fix symtable_cache_limit assignment in phpdbgNikita Popov2019-09-141-1/+1
* | Report errors from stream read and write operationsNikita Popov2019-07-221-1/+1
* | Initialize last_line in phpdbg globalsNikita Popov2019-07-011-0/+1
* | Avoid reliance on arena details on phpdbg oplogNikita Popov2019-06-281-5/+3
* | implement tsrm_is_shutdown APIJoe Watkins2019-06-281-2/+2
* | Use the portable zend_strndup() instead of strndup()Christoph M. Becker2019-06-281-1/+1
* | Fix phpdbg shutdown orderNikita Popov2019-06-271-24/+25
* | Don't use zmm for PHPDBG_G(exec)Nikita Popov2019-06-271-3/+3
* | Fix prompt leak in phpdbgNikita Popov2019-06-211-3/+3
* | Register class before fetching parentNikita Popov2019-06-111-3/+3
* | Fix potentially uninitialized warnings in phpdbgNikita Popov2019-04-121-2/+3
* | Implemented a faster way to access predefined TSRM resources - CG(), EG(), etc.Dmitry Stogov2019-03-141-2/+1
* | Avoid reinitailization of ZTS cache pointer. Initialize it once in TSRM.cDmitry Stogov2019-03-121-0/+2
* | Use TSRM macrosDmitry Stogov2019-02-121-1/+2
* | Update and fix remaining year ranges (2019)Peter Kokot2019-02-081-1/+1
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | Don't wrap php_module_shutdown() with zend_try. executor_globals are released...Dmitry Stogov2018-10-251-3/+1
* | Keep information about unresolved interfaces in zend_class_entry->interface_...Dmitry Stogov2018-08-231-1/+1
* | Replace zend_class_entry->traits by persistent zend_class_entry->trait_names.Dmitry Stogov2018-08-231-1/+1
|/
* Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-261-6/+3
* 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
| | * year++Xinchen Hui2018-01-021-2/+2
| * | year++Xinchen Hui2018-01-021-2/+2
* | | Use int instead of integer in protoGabriel Caruso2018-02-021-2/+2
* | | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | | year++Xinchen Hui2018-01-021-2/+2
* | | Fixed stream handler overrideDmitry Stogov2017-12-141-7/+11
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-4/+7
* | | Move constants into read-only data segmentDmitry Stogov2017-12-141-1/+1
* | | Added exceptions for ZEND_RC_DEBUGDmitry Stogov2017-11-021-0/+1
* | | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-3/+3
|/ /
* | Merge branch 'PHP-7.1'Joe Watkins2017-07-171-1/+5
|\ \ | |/
| * Merge branch 'PHP-7.0' into PHP-7.1Joe Watkins2017-07-171-1/+5
| |\
| | * Fixed bug 74913 redirecting incorrect include <sys/poll.h>Peter Kokot2017-07-171-1/+5
| | * Revert "fix crash in phpdbg shutdown process when opcache is loaded"Joe Watkins2017-02-271-2/+1
* | | Interned strings unification for TS/NTSAnatol Belski2017-03-041-4/+0
* | | Merge branch 'PHP-7.1'Joe Watkins2017-02-271-1/+2
|\ \ \ | |/ /