summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_prompt.c
Commit message (Expand)AuthorAgeFilesLines
* Change Zend Stream API to use zend_string* instead of char*.Dmitry Stogov2021-03-161-2/+3
* Merge branch 'PHP-8.0'Nikita Popov2021-02-241-0/+1
|\
| * Merge branch 'PHP-7.4' into PHP-8.0Felipe Pena2021-02-241-0/+1
| |\
| | * Fix bug #80757 (Exit code is 0 when could not open file)Felipe Pena2021-02-241-0/+1
* | | Replace zend_bool uses with boolNikita Popov2021-01-151-8/+8
* | | Add const modifier for zend_extension memberscodinghuang2020-12-011-5/+4
|/ /
* | Accept zend_string instead of zval in zend_compile_stringNikita Popov2020-09-071-6/+1
* | Accept zend_object* in zend_update_propertyNikita Popov2020-08-071-3/+2
* | Accept zend_object* in zend_get_exception_baseNikita Popov2020-08-071-11/+8
* | Accept zend_object in zend_read_propertyNikita Popov2020-08-071-6/+6
* | Add more argument types to stubsMáté Kocsis2020-08-071-3/+1
* | Remove no_separation flagNikita Popov2020-07-071-1/+0
* | Make exit() unwind properlyNikita Popov2020-06-291-0/+5
* | Add zend_call_known_function() API familyNikita Popov2020-06-091-1/+1
* | Fix MSVC level 1 (severe) warningsChristoph M. Becker2020-06-051-1/+1
* | Remove return value from llist apply functionsNikita Popov2020-04-151-2/+1
* | Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-161-3/+0
|\ \ | |/
| * Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-3/+0
* | Merge branch 'PHP-7.4'Nikita Popov2019-07-151-46/+1
|\ \ | |/
| * Move shebang handling into the lexerNikita Popov2019-07-151-46/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-281-0/+1
|\ \ | |/
| * Fix init_file leak in phpdbgNikita Popov2019-06-281-0/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-271-4/+4
|\ \ | |/
| * Don't use zmm for PHPDBG_G(exec)Nikita Popov2019-06-271-4/+4
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-251-1/+1
|\ \ | |/
| * Fix out of bounds write in phpdbgNikita Popov2019-06-251-1/+1
* | Merge branch 'PHP-7.4'Nikita Popov2019-06-211-1/+8
|\ \ | |/
| * Fix stack leak in phpdbgNikita Popov2019-06-211-1/+8
* | Merge branch 'PHP-7.4'Nikita Popov2019-04-121-23/+24
|\ \ | |/
| * Fix potentially uninitialized warnings in phpdbgNikita Popov2019-04-121-23/+24
* | Merge branch 'PHP-7.4'Joe Watkins2019-03-271-8/+12
|\ \ | |/
| * 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
* | | | Refactor zend_object_handlers API to pass zend_object* and zend_string* inste...Dmitry Stogov2019-02-041-1/+1
* | | | Remove year 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
| |\