summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_list.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-10/+7
* Accept zend_string instead of zval in zend_compile_stringNikita Popov2020-09-071-4/+4
* Fixed bug #62294Nikita Popov2020-08-101-1/+0
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* Merge branch 'PHP-7.4'Nikita Popov2019-07-241-0/+4
|\
| * Revert "Drop free_filename field from zend_file_handle"Nikita Popov2019-07-241-0/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-4/+0
|\ \ | |/
| * Drop free_filename field from zend_file_handleNikita Popov2019-07-161-4/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-0/+1
|\ \ | |/
| * Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-161-0/+1
| |\
| | * Fixed bug #78297Nikita Popov2019-07-161-0/+1
| | * Fixed bug #78050Nikita Popov2019-06-041-17/+17
* | | Constify some char* arguments or return values of ZEND_APItwosee2019-06-121-1/+1
|/ /
* | Try to fix phpdbg + opcache compatibilityNikita Popov2019-06-041-17/+17
* | Merge branch 'PHP-7.3' into PHP-7.4Matteo 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.3' into PHP-7.4Joe Watkins2019-03-231-33/+19
|\ \ | |/
| * fix bug #76801: phpdbg too many open files errorAlessandro Chitolina2019-03-231-33/+19
| * year++Xinchen Hui2018-01-021-1/+1
* | Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
* | year++Xinchen Hui2018-01-021-1/+1
|/
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
* Finish remaining replacement uint => uint32_tAnatol Belski2016-12-221-12/+12
* Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-221-8/+3
|\
| * Fixed bug #73704 (phpdbg shows the wrong line in files with shebang)Bob Weinand2016-12-221-9/+3
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-12-061-5/+5
|\ \ | |/
| * Fixed issue getting executable lines from custom wrappersBob Weinand2016-12-061-5/+5
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-2/+2
|\ \ | |/
| * Fix memory leak when compiling files in phpdbgBob Weinand2016-10-141-2/+2
| * Add stdin command and -s command line parameter to phpdbgBob Weinand2016-10-121-12/+23
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-141-12/+22
* | Use better fix for preventing too early freeing of interned stringsBob Weinand2016-10-061-11/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-051-1/+1
|\ \ | |/
| * Remove phpdbg fix targeting 7.1 which landed in 7.0Bob Weinand2016-10-051-11/+0
* | Merge branch 'PHP-7.0' into PHP-7.1Bob Weinand2016-10-011-0/+11
|\ \ | |/
| * Fix invalid access to interned strings after they are freed in phpdbgBob Weinand2016-10-011-0/+11
| * Fixed bug #72284 (phpdbg fatal errors with coverage)Bob Weinand2016-05-301-3/+6
* | Rewrite watchpoints to be much more stableBob Weinand2016-07-111-13/+0
* | Fix include_once in phpdbgBob Weinand2016-05-071-4/+6
* | Fix potential double free with phpdbgBob Weinand2016-05-031-0/+1
* | - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-2/+3
|/
* phpdbg: close file handlesJoe Watkins2016-04-121-0/+2
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\
| * Happy new year (Update copyright to 2016)Lior Kaplan2016-01-011-1/+1
| * bump yearXinchen Hui2015-01-151-1/+1
| * go back with phpdbg to the state of 5.6.3, reverting the controversial commit...Ferenc Kovacs2014-11-261-138/+63
* | Fixed incomplete initialization.Dmitry Stogov2015-10-301-2/+2
* | Fix valgrind warning upon displaying lines from eval()ed code in phpdbgBob Weinand2015-08-311-0/+1
* | Fixed printingXinchen Hui2015-08-271-3/+3