Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Update NEWS | Bob Weinand | 2016-10-12 | 2 | -6/+9 | |
| | | | | | | | | Also add missing include.inc test file | |||||
| * | Fix phpdbg tests after lineno change | Nikita Popov | 2016-10-12 | 5 | -12/+9 | |
| | | ||||||
| * | Fix accidental PHPDBG_ABI break | Bob Weinand | 2016-10-12 | 4 | -6/+12 | |
| | | ||||||
| * | Add stdin command and -s command line parameter to phpdbg | Bob Weinand | 2016-10-12 | 10 | -45/+303 | |
| | | | | | | | | | | | | | | This allows reading the initial script file from stdin instead of being forced to put the script into a file in order to run it with phpdbg. Especially important for programmatic execution of phpdbg. Also adding tests/include_once.phpt and tests/set_exception_handler.phpt as I seem to have forgotten to git add them sometime long ago... | |||||
* | | Ignore non-executable opcodes in line mode of phpdbg_end_oplog() | Bob Weinand | 2016-10-14 | 1 | -9/+19 | |
| | | | | | | | | (cherry picked from commit d14498a475642642cfeee21630058941c33a6dfb) | |||||
* | | use already exported symbol | Anatol Belski | 2016-10-14 | 1 | -1/+1 | |
| | | | | | | | | (cherry picked from commit ce3e792c2c4c251fd5963a36af5ad4a9dd875085) | |||||
* | | Merge remote-tracking branch 'origin/PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-14 | 2 | -6/+9 | |
| | | | | | | | | (cherry picked from commit 457e68626257e8b5c891f2edf20d31907080063a) | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-10-14 | 9 | -20/+13 | |
| | | | | | | | | (cherry picked from commit 9669ec707ab99d33404d3132792a24ebd1130fcf) | |||||
* | | Fix accidental PHPDBG_ABI break | Bob Weinand | 2016-10-14 | 4 | -6/+12 | |
| | | | | | | | | (cherry picked from commit 671d8054f85d2dec1a00201a73ab792847c13919) | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-14 | 10 | -45/+303 | |
| | | | | | | | | (cherry picked from commit 37ae5f3931b60c55e5004b6da912c4a957bca274) | |||||
* | | Use better fix for preventing too early freeing of interned strings | Bob Weinand | 2016-10-06 | 2 | -12/+5 | |
| | | | | | | | | Works also with opcache now - just prevent zend_interned_strings_restore completely - zend_interned_strings_dtor will take care as phpdbg only ever uses one single request cycle per module cycle | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-05 | 2 | -8/+6 | |
|\ \ | |/ | ||||||
| * | Update run command for allowing STDIN | Bob Weinand | 2016-10-05 | 1 | -7/+5 | |
| | | ||||||
| * | Remove phpdbg fix targeting 7.1 which landed in 7.0 | Bob Weinand | 2016-10-05 | 1 | -11/+0 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-03 | 1 | -1/+1 | |
|\ \ | |/ | ||||||
| * | Fix crash on Linux due to double fclose() | Bob Weinand | 2016-10-03 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-02 | 9 | -254/+288 | |
|\ \ | |/ | ||||||
| * | Fix run command args passing when inmidst execution | Bob Weinand | 2016-10-02 | 9 | -254/+288 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-01 | 5 | -110/+564 | |
|\ \ | |/ | ||||||
| * | Add proper escape sequences and reading stdin from file in phpdbg run command | Bob Weinand | 2016-10-01 | 5 | -110/+564 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Bob Weinand | 2016-10-01 | 1 | -0/+11 | |
|\ \ | |/ | ||||||
| * | Fix invalid access to interned strings after they are freed in phpdbg | Bob Weinand | 2016-10-01 | 1 | -0/+11 | |
| | | ||||||
* | | Add phpdbg generator command | Bob Weinand | 2016-09-28 | 6 | -62/+242 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-09-23 | 2 | -3/+44 | |
|\ \ | |/ | | | | | | | | | * PHP-7.0: update NEWS phpdbg next command must stop when leaving function | |||||
| * | phpdbg next command must stop when leaving function | Bob Weinand | 2016-09-23 | 2 | -3/+44 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Stanislav Malyshev | 2016-09-04 | 1 | -2/+16 | |
|\ \ | |/ | | | | | | | * PHP-7.0: phpdbg: couple of network function return checks. Possible overflow when copy the socket_path configuration. | |||||
| * | phpdbg: couple of network function return checks. Possible | David Carlier | 2016-09-04 | 1 | -2/+16 | |
| | | | | | | | | overflow when copy the socket_path configuration. | |||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Nikita Popov | 2016-09-03 | 1 | -0/+2 | |
|\ \ | |/ | ||||||
| * | Fix bug #72996 | Nikita Popov | 2016-09-03 | 1 | -0/+2 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' into PHP-7.1 | Anatol Belski | 2016-08-29 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: fix dealloc mismatch | |||||
| * | fix dealloc mismatch | Anatol Belski | 2016-08-29 | 1 | -1/+1 | |
| | | ||||||
| * | MFH: Fixed fd leak (the origin commit can not be cherry-picked) | Xinchen Hui | 2016-06-28 | 1 | -1/+4 | |
| | | ||||||
* | | add missing header to fix build | Anatol Belski | 2016-07-19 | 1 | -0/+2 | |
| | | ||||||
* | | Disable optimizer when it conflicts with phpdbg tests | Bob Weinand | 2016-07-13 | 2 | -0/+4 | |
| | | ||||||
* | | Remove bogus zend_signal_shutdown symbol from header | Bob Weinand | 2016-07-13 | 1 | -7/+6 | |
| | | ||||||
* | | Cleanup zend_/signal usage in phpdbg.c | Bob Weinand | 2016-07-13 | 2 | -25/+10 | |
| | | ||||||
* | | Fix phpdbg ZTS watchpoint+shutdown sequences & opcache+watchpoints | Bob Weinand | 2016-07-12 | 2 | -156/+174 | |
| | | ||||||
* | | Rewrite watchpoints to be much more stable | Bob Weinand | 2016-07-11 | 16 | -944/+1500 | |
| | | | | | | | | | | | | | | | | This mainly involves a separate abstraction layer for elements (e.g. $a->b) and watchpoints (on pointer of the Bucket for example). Also better comparison handling (value backup vs. page dumps). It is not yet finished (there are sometimes false positives announced and names not yet perfect), but the functionality is working and not crashing as far as I have tested. Future scope is also relative watchpoints, e.g. "w $this->val expression()" which does not have the symbol tables as basis, but the value (in this example: return value of expression()) as basis. | |||||
* | | Pass error severity to SAPI modules and raise corresponding error level in ↵ | Martin Vobruba | 2016-07-11 | 1 | -1/+1 | |
| | | | | | | | | Apache | |||||
* | | Inline simple constant functions | Dmitry Stogov | 2016-06-30 | 1 | -0/+2 | |
| | | ||||||
* | | couple of resource leaks fixes and use after free's | David Carlier | 2016-06-27 | 1 | -1/+4 | |
| | | ||||||
* | | Zend signals should be installed after request startup (or regular signals ↵ | Dmitry Stogov | 2016-06-20 | 1 | -8/+8 | |
| | | | | | | | | may be installed before zend_signal_startup) | |||||
* | | Fixed phpdbg build without --enable-zend-signals | Dmitry Stogov | 2016-06-20 | 1 | -0/+3 | |
| | | ||||||
* | | Cleanup zend_signal API | Dmitry Stogov | 2016-06-20 | 1 | -6/+0 | |
| | | ||||||
* | | Merge branch 'PHP-7.0' | Anatol Belski | 2016-05-30 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: fix condition | |||||
| * | fix condition | Anatol Belski | 2016-05-30 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed bug #72284 (phpdbg fatal errors with coverage) | Bob Weinand | 2016-05-30 | 1 | -3/+6 | |
| | | | | | | | | Cherry-pick of original commits d3371b and 0f20e11 only present in master | |||||
* | | Merge branch 'PHP-7.0' | Adam Harvey | 2016-05-25 | 1 | -1/+1 | |
|\ \ | |/ | | | | | | | * PHP-7.0: Fix typo in phpdbg help. | |||||
| * | Merge branch 'PHP-5.6' into PHP-7.0 | Adam Harvey | 2016-05-25 | 1 | -1/+1 | |
| |\ | | | | | | | | | | | | | * PHP-5.6: Fix typo in phpdbg help. | |||||
| | * | Fix typo in phpdbg help. | Adam Harvey | 2016-05-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | Sorry, I would have included this in the last push had I spotted it a minute earlier. |