summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_frame.c
Commit message (Collapse)AuthorAgeFilesLines
* Make zend_type a 2-field structNikita Popov2019-11-081-1/+1
| | | | | | | | | | | | | We now store the pointer payload and the type mask separately. This is in preparation for union types, where we will be using both at the same time. To avoid increasing the size of arginfo structures, the pass_by_reference and is_variadic fields are now stored as part of the type_mask (8-bit are reserved for custom use). Different types of pointer payloads are distinguished based on bits in the type_mask.
* Remove mention of PHP major version in Copyright headersGabriel Caruso2019-09-251-2/+0
| | | | Closes GH-4732.
* Fix potentially uninitialized warnings in phpdbgNikita Popov2019-04-121-7/+8
|
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Replace zval_dtor() with specialized destructorsDmitry Stogov2018-07-051-1/+1
|
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Add phpdbg generator commandBob Weinand2016-09-281-8/+113
|
* - get rid of EG(scope). zend_get_executed_scope() should be used instead.Dmitry Stogov2016-04-281-4/+0
| | | | - ichanged zval_update_constant_ex(). Use IS_TYPE_IMMUTABLE flag on shared constants and AST, instead of "inline_change" parameter.
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
|
* Format string fixesNikita Popov2016-02-141-1/+1
| | | | | Conflicts: ext/pgsql/pgsql.c
* Merge branch 'PHP-5.6' into PHP-7.0Lior Kaplan2016-01-011-1/+1
|\ | | | | | | | | * PHP-5.6: Happy new year (Update copyright to 2016)
| * 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 ↵Ferenc Kovacs2014-11-261-93/+48
| | | | | | | | commits(remote debugging/xml protocol)
* | Switch asprintf to spprintf in phpdbg opcode dumpNikita Popov2015-07-171-1/+5
| | | | | | | | | | | | | | Also use %td where appropriate, a lot of the values are ptrdiff based. Fix a leak in phpdbg_frame.c.
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-1/+1
| | | | | | | | semantick changes).
* | Make backtraces *much* more readableBob Weinand2015-06-291-1/+1
| |
* | Fix first frame in backtraceBob Weinand2015-04-211-12/+14
| |
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | | | | | Follow up for d0cb7153
* | Fixed phpdbg backtrace argument's name missingReeze Xia2015-02-131-2/+13
| |
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-12/+12
| |
* | fix phpdbg, _zend_execute_data.scope was removed with ↵Ferenc Kovacs2014-11-281-2/+2
| | | | | | | | 9a36cb1a07c247766278a888612ecbac812bece9
* | Merge branch 'PHP-5.6'Anatol Belski2014-10-291-1/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | * PHP-5.6: fix output globals importing export output globals use portable strndup implementation unix sockets aren't available on windows dll export APIs needed by phpdbg fix sapi/phpdbg/config.w32 Don't treat warnings as failures in the junit output
| * fix output globals importingAnatol Belski2014-10-291-1/+0
| |
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-251-0/+7
|\ \ | |/ | | | | | | | | Conflicts: sapi/phpdbg/phpdbg.c sapi/phpdbg/phpdbg_list.c
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-251-0/+7
| |
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-93/+108
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-48/+87
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 2Anatol Belski2014-08-251-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-3/+3
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-3/+3
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-2/+2
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+206
Including phpdbg.