Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace zend_bool uses with bool | Nikita Popov | 2021-01-15 | 1 | -2/+2 |
| | | | | | | | 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. | ||||
* | Fix issues with phpdbg SIGINT handler | Bob Weinand | 2015-08-21 | 1 | -1/+1 |
| | | | | Also fix valgrind warnings in allocator when not using mmap()ed memory | ||||
* | Remove old unused header file | Bob Weinand | 2015-07-25 | 1 | -4/+1 |
| | |||||
* | Fixed phpdbg build | Dmitry Stogov | 2015-05-14 | 1 | -1/+0 |
| | |||||
* | first shot remove TSRMLS_* things | Anatol Belski | 2014-12-13 | 1 | -4/+4 |
| | |||||
* | Made phpdbg compatible with new engine | Bob Weinand | 2014-10-24 | 1 | -3/+6 |
| | |||||
* | Merge phpdbg into PHP-5.6 | Bob Weinand | 2014-10-24 | 1 | -0/+25 |