summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_info.c
Commit message (Collapse)AuthorAgeFilesLines
* Replace zend_bool uses with boolNikita Popov2021-01-151-3/+3
| | | | | | | We're starting to see a mix between uses of zend_bool and bool. Replace all usages with the standard bool type everywhere. Of course, zend_bool is retained as an alias.
* Improve type error messages when an object is givenMáté Kocsis2020-05-261-2/+2
| | | | | | | From now on, we always display the given object's type instead of just reporting "object". Additionally, make the format of return type errors match the format of argument errors. Closes GH-5625
* 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-4/+4
|
* Remove yearly range from copyright noticeZeev Suraski2019-01-301-1/+1
|
* Pack zend_constant.flags and zend_constant.module_number into reserved space ↵Dmitry Stogov2018-07-261-1/+1
| | | | inside zend_constant.value.
* year++Xinchen Hui2018-01-021-1/+1
|
* Update copyright headers to 2017Sammy Kaye Powers2017-01-021-1/+1
|
* Fix bug #71575 removing extra semicolons outside macrosJames Titcumb2016-03-031-1/+1
|
* Format string fixesNikita Popov2016-02-141-7/+16
| | | | | 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-273/+156
| | | | | | | | commits(remote debugging/xml protocol)
* | Fixed printingXinchen Hui2015-08-271-2/+2
| |
* | Fix info vars with refs/indirectsBob Weinand2015-07-201-8/+18
| |
* | Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-9/+9
| | | | | | | | semantick changes).
* | Fix assertion failure with Z_REFCOUNT() in info constantsBob Weinand2015-06-291-1/+1
| |
* | Fix parent command offsetsBob Weinand2015-03-211-1/+1
| |
* | s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | | | | | Follow up for d0cb7153
* | Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-1/+1
| | | | | | | | | | Now each HashTable is also zend_array, so it's refcounted and may be a subject for Copy on Write zend_array_dup() was changed to allocate and return HashTable, instead of taking preallocated HashTable as argument.
* | bump yearXinchen Hui2015-01-151-1/+1
| |
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-161-1/+2
|\ \ | | | | | | | | | | | | | | | | | | * origin/master: C89 fixes use portable struct stat fixed macro va args expansion for vs
| * | C89 fixesAnatol Belski2014-12-161-1/+2
| | |
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-29/+29
|/ /
* | Made phpdbg compatible with new engineBob Weinand2014-10-241-204/+277
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-156/+273
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-1/+1
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-1/+1
|/
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-0/+16
|
* Bump yearXinchen Hui2014-01-031-1/+1
|
* Merge branch 'master' of sapi/phpdbg into PHP-5.6Bob Weinand2013-12-201-0/+355
Including phpdbg.