summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #80757 (Exit code is 0 when could not open file)Felipe Pena2021-02-241-0/+1
* Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-3/+0
* Move shebang handling into the lexerNikita Popov2019-07-151-46/+1
* Fix init_file leak in phpdbgNikita Popov2019-06-281-0/+1
* Don't use zmm for PHPDBG_G(exec)Nikita Popov2019-06-271-4/+4
* Fix out of bounds write in phpdbgNikita Popov2019-06-251-1/+1
* Fix stack leak in phpdbgNikita Popov2019-06-211-1/+8
* Fix potentially uninitialized warnings in phpdbgNikita Popov2019-04-121-23/+24
* Merge branch 'PHP-7.3' into PHP-7.4Joe Watkins2019-03-271-8/+12
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-271-8/+12
| |\
| | * Fix #77805 phpdbg build fails when readline is sharedJoe Watkins2019-03-271-8/+12
| | * Trim trailing whitespace in source code filesPeter Kokot2018-10-131-1/+1
| | * year++Xinchen Hui2018-01-021-1/+1
* | | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | | Fix localized error messages and memory leaksAnatol Belski2018-09-171-1/+1
* | | Fix some misspellingsGabriel Caruso2018-08-121-1/+1
|/ /
* | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-041-1/+1
* | Avoid magic method hash lookupsDmitry Stogov2018-07-021-1/+1
* | Trailing whitespacesGabriel Caruso2018-01-031-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
* | Encapsulate reference-counting primitives.Dmitry Stogov2017-10-271-1/+1
|/
* Implemented HYBRID VM instruction dispatch method that takes advantages of bo...Dmitry Stogov2017-05-031-1/+1
* Merge branch 'PHP-7.1'Xinchen Hui2017-04-101-1/+1
|\
| * Merge branch 'PHP-7.0' into PHP-7.1Xinchen Hui2017-04-101-1/+1
| |\
| | * Fixed condition checkXinchen Hui2017-04-101-1/+1
* | | Merge branch 'PHP-7.1'Bob Weinand2017-01-251-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2017-01-251-1/+1
| |\ \ | | |/
| | * Fix copying too much leading to potential segfaultBob Weinand2017-01-251-1/+1
| | * Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
| * | Update copyright headers to 2017Sammy Kaye Powers2017-01-041-1/+1
* | | Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* | | Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-3/+3
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-221-4/+31
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-221-4/+31
| |\ \ | | |/
| | * Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)Bob Weinand2016-12-221-4/+31
* | | Merge branch 'PHP-7.1'Bob Weinand2016-12-201-0/+6
|\ \ \ | |/ /
| * | Fixed bug #73794 (Crash (out of memory) when using run and # command separator)Bob Weinand2016-12-201-0/+6
* | | Merge branch 'PHP-7.1'Bob Weinand2016-11-301-3/+3
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-11-301-3/+3
| |\ \ | | |/
| | * Fixed bug #73615 (phpdbg without option never load .phpdbginit at startup)Bob Weinand2016-11-301-3/+3
| * | use already exported symbolAnatol Belski2016-10-141-1/+1
| * | Fix accidental PHPDBG_ABI breakBob Weinand2016-10-141-3/+3
| * | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-5/+118
* | | phpdbg standard input changesJoe Watkins2016-11-131-4/+4
* | | Merge branch 'master' of git.php.net:/php-srcJoe Watkins2016-11-121-3/+0
|\ \ \
| * | | Remove Netware supportKalle Sommer Nielsen2016-11-121-3/+0
* | | | update phpdbg with stdin code changeJoe Watkins2016-11-121-4/+4
|/ / /
* | | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2016-10-131-1/+1
|\ \ \ | | |/ | |/|
| * | use already exported symbolAnatol Belski2016-10-131-1/+1
| * | Fix accidental PHPDBG_ABI breakBob Weinand2016-10-121-3/+3