summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/phpdbg_watch.c
Commit message (Collapse)AuthorAgeFilesLines
* Use ZSTR_ API to access zend_string elements (this is just renaming without ↵Dmitry Stogov2015-06-301-9/+9
| | | | semantick changes).
* Stabilize watchpointsBob Weinand2015-04-191-144/+444
|
* Fix parent command offsetsBob Weinand2015-03-211-3/+4
|
* Stabilize (simple) watchpoints with IS_INDIRECT/IS_REFERENCE situationsBob Weinand2015-03-211-59/+81
|
* s/PHP Version 5/PHP Version 7/gLior Kaplan2015-03-131-1/+1
| | | | Follow up for d0cb7153
* Fixed compile warningsWei Dai2015-03-091-1/+1
|
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-131-3/+3
| | | | | 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
|
* second shot on removing TSRMLS_*Anatol Belski2014-12-141-1/+1
|
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-131-89/+86
|
* Made phpdbg compatible with new engineBob Weinand2014-10-241-299/+340
|\
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-241-151/+77
| |
| * Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-06-031-1/+1
| |
* | s/PHP 5/PHP 7/Johannes Schlüter2014-09-191-1/+1
| |
* | master renames phase 1Anatol Belski2014-08-251-5/+5
| |
* | basic macro replacements, all at onceAnatol Belski2014-08-191-5/+5
| |
* | PHP 5.4/5.5 compability in phpdbg_watch.cBob Weinand2014-06-031-1/+1
|/
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-271-2/+4
| | | | | * phpdbg/master: C89 compat
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-261-1/+1
| | | | | | | * phpdbg/master: removed /EHa as __try/__catch syntax is used anyway fix ZEND_DEBUG usage fix CFLAGS_PHPDBGS and some formatting
* Merge remote-tracking branch 'phpdbg/master' into PHP-5.6Anatol Belski2014-04-241-6/+4
|
* Merge sapi/phpdbg into PHP-5.6Bob Weinand2014-04-211-0/+789