summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* Revert "Link executable files using non PIC object files. This reduces PIC ov...Dmitry Stogov2019-10-101-3/+3
* Fix symtable_cache_limit assignment in phpdbgNikita Popov2019-09-141-1/+1
* Link executable files using non PIC object files. This reduces PIC overhead a...Dmitry Stogov2019-09-071-3/+3
* Revert "Drop free_filename field from zend_file_handle"Nikita Popov2019-07-241-0/+4
* Report errors from stream read and write operationsNikita Popov2019-07-222-2/+2
* Avoid double buffering in Zend streamsNikita Popov2019-07-171-0/+1
* Remove ZEND_HANDLE_MAPPEDNikita Popov2019-07-161-3/+0
* Drop free_filename field from zend_file_handleNikita Popov2019-07-161-4/+0
* Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2019-07-162-0/+17
|\
| * Merge branch 'PHP-7.2' into PHP-7.3Nikita Popov2019-07-162-0/+17
| |\
| | * 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
* | | Move shebang handling into the lexerNikita Popov2019-07-151-46/+1
* | | Initialize last_line in phpdbg globalsNikita Popov2019-07-011-0/+1
* | | Use strcmp() in phpdbg_eol_global_updateNikita Popov2019-06-281-3/+3
* | | Remove phpdbg_xml_asprintf()Nikita Popov2019-06-282-14/+0
* | | Set up asan+ubsan scheduled build on azureNikita Popov2019-06-286-0/+18
* | | Avoid reliance on arena details on phpdbg oplogNikita Popov2019-06-282-6/+4
* | | 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 init_file leak in phpdbgNikita Popov2019-06-281-0/+1
* | | Fix phpdbg shutdown orderNikita Popov2019-06-271-24/+25
* | | Don't use zmm for PHPDBG_G(exec)Nikita Popov2019-06-273-8/+8
* | | Fix out of bounds write in phpdbgNikita Popov2019-06-251-1/+1
* | | Fix stack leak in phpdbgNikita Popov2019-06-211-1/+8
* | | Fix prompt leak in phpdbgNikita Popov2019-06-211-3/+3
* | | Fix skipif syntax errorsNikita Popov2019-06-146-6/+6
* | | Use %define api.pure instead of %pure-parserNikita Popov2019-06-121-1/+1
* | | Register class before fetching parentNikita Popov2019-06-111-3/+3
* | | use XFAILIF rather than XFAIL to avoid warnings [ci skip]Joe Watkins2019-06-116-12/+36
* | | watchpoints have flaws in implementationJoe Watkins2019-06-106-0/+12
* | | Try to fix phpdbg + opcache compatibilityNikita Popov2019-06-041-17/+17
* | | Update phpdbg oplog testNikita Popov2019-05-291-1/+1
* | | Revert "Rename *.l files to *.re"Joe Watkins2019-05-202-4/+4
* | | Rename *.l files to *.rePeter Kokot2019-05-172-4/+4
* | | Normalize comments in *nix build system m4 filesPeter Kokot2019-05-121-2/+0
* | | [ci skip] Fix CS in Markdown filesPeter Kokot2019-04-211-60/+57
* | | Fix strict aliasing violation in phpdbgNikita Popov2019-04-121-9/+13
* | | Fix potentially uninitialized warnings in phpdbgNikita Popov2019-04-128-41/+47
* | | Work around -Walloc-size-larger-than bugNikita Popov2019-04-111-11/+14
* | | Suppress warnings using zend_quiet_writeNikita Popov2019-04-111-1/+1
* | | Add AS_HELP_STRING to phpdbg optionsPeter Kokot2019-04-071-2/+6
* | | Remove checks for locale.h, setlocale, localeconvPeter Kokot2019-04-071-11/+2
* | | Remove HAVE_SIGNAL_HPeter Kokot2019-04-071-1/+1
* | | Merge branch 'PHP-7.3' into PHP-7.4Matteo Beccati2019-04-031-0/+1
|\ \ \ | |/ /
| * | 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.3' into PHP-7.4Joe Watkins2019-03-281-1/+1
|\ \ \ | |/ /
| * | Merge branch 'PHP-7.2' into PHP-7.3Joe Watkins2019-03-281-1/+1
| |\ \ | | |/