summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg.c
Commit message (Expand)AuthorAgeFilesLines
* Consolidate the usage of "either" and "one of" in error messagesMáté Kocsis2020-09-201-1/+1
* Remove support for EXT_NOPNikita Popov2020-09-181-1/+2
* Simplify error type filtertwosee2020-09-101-25/+18
* Disable report_zend_debug by defaultNikita Popov2020-08-121-12/+1
* Disable JIT for PHPDBGDmitry Stogov2020-07-211-0/+12
* Remove proto comments from C filesMax Semenik2020-07-061-16/+12
* Fix Haiku buildDavid Carlier2020-06-191-0/+3
* Constify char * arguments of APIstwosee2020-06-081-1/+1
* Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-1/+1
* Merge branch 'PHP-7.4'Christoph M. Becker2020-05-261-4/+8
|\
| * Fix several mostly Windows related phpdbg bugsChristoph M. Becker2020-05-261-4/+8
* | Merge branch 'PHP-7.4'Christoph M. Becker2020-05-191-1/+1
|\ \ | |/
| * 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
* | | Add stubs for some SAPIsMáté Kocsis2020-05-141-31/+12
* | | Code tweaks: Remove unneeded semicolonsAlex Dowad2020-04-291-1/+1
* | | Improve a last couple of argument error messagesMáté Kocsis2020-04-201-1/+1
* | | Fix #78880: Another bunch of spelling errorsMáté Kocsis2020-01-161-2/+2
* | | Use RETURN_THROWS() during ZPP in main, sapi, win32, and ZendMáté Kocsis2019-12-301-11/+11
* | | Convert phpdbg arginfo to php stubsCraig Duncan2019-10-291-55/+12
* | | Small phpdbg cleanupsNikita Popov2019-10-291-6/+16
* | | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
|/ /
* | 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