summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug #78297Nikita Popov2019-07-162-0/+17
* Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-06-041-17/+17
|\
| * Fixed bug #78050Nikita Popov2019-06-041-17/+17
* | Merge branch 'PHP-7.2' into PHP-7.3Matteo Beccati2019-04-031-0/+1
|\ \ | |/
| * Ref #76801 remove old file source from file_sources hash in case of file incl...Alessandro Chitolina2019-04-031-0/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-281-1/+1
|\ \ | |/
| * fix build: readline support must be disabled by default in phpdbgJoe Watkins2019-03-281-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-274-24/+37
|\ \ | |/
| * Fix #77805 phpdbg build fails when readline is sharedJoe Watkins2019-03-274-20/+37
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-271-0/+33
|\ \ | |/
| * more work on phpdbg conditional breaksJoe Watkins2019-03-271-0/+33
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-261-1/+16
|\ \ | |/
| * Fix #77800 phpdbg segfaults on conditional breakpointsJoe Watkins2019-03-261-1/+16
* | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-235-33/+49
|\ \ | |/
| * fix bug #76801: phpdbg too many open files errorAlessandro Chitolina2019-03-235-33/+49
* | Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-03-191-2/+2
|\ \ | |/
| * Fix #77767: phpdbg break command help message shows incorrect aliasesMiriam Lauter2019-03-191-2/+2
| * Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-159-9/+0
| * Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
| * Sync leading and final newlines in source code filesPeter Kokot2018-10-147-7/+0
| * Trim trailing whitespace in source code filesPeter Kokot2018-10-1312-34/+34
* | Sync leading and final newlines in *.phpt sectionsPeter Kokot2018-10-159-9/+0
* | Trim trailing whitespace in *.phptPeter Kokot2018-10-141-1/+1
* | Sync leading and final newlines in source code filesPeter Kokot2018-10-147-7/+0
* | Trim trailing whitespace in source code filesPeter Kokot2018-10-134-14/+14
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2018-08-161-1/+1
|\ \ | |/
| * Merge branch 'PHP-7.1' into PHP-7.2Remi Collet2018-08-161-1/+1
| |\
| | * fix man page installationRemi Collet2018-08-161-1/+1
* | | Merge branch 'PHP-7.2' into PHP-7.3Peter Kokot2018-08-043-59/+152
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.1' into PHP-7.2Peter Kokot2018-08-043-62/+155
| |\ \ | | |/
| | * Fix bug 76595: Update phpdbg man pageKevin Abel2018-08-043-62/+155
* | | Remove unused PHP_PROG_LEX macroPeter Kokot2018-07-292-4/+0
* | | Trim trailing whitespaces in build filesPeter Kokot2018-07-291-3/+3
* | | Pack zend_constant.flags and zend_constant.module_number into reserved space ...Dmitry Stogov2018-07-262-7/+4
* | | Regenerate scanners using re2c version >= 1.0.0 (newer version, at least, pro...Dmitry Stogov2018-07-251-1240/+1243
* | | Remove unused Git attributes identPeter Kokot2018-07-251-3/+1
* | | API cleanup.Dmitry Stogov2018-07-231-2/+2
* | | Use zval_ptr_dtor() imstead of zval_dtor()Dmitry Stogov2018-07-051-1/+1
* | | Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
* | | Replace legacy zval_dtor() by zval_ptr_dtor_nogc() or even more specialized d...Dmitry Stogov2018-07-045-5/+5
* | | 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