summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
Commit message (Expand)AuthorAgeFilesLines
* Now opened_path is a zend_stringReeze Xia2015-03-091-1/+1
* Temorary fix for phpdbg segfault while use zend_mm_set_custom_handlersXinchen Hui2015-03-091-1/+8
* Added specialized versions of DO_FCALL handler:Dmitry Stogov2015-02-251-1/+4
* Merged zend_array and HashTable into the single data structure.Dmitry Stogov2015-02-135-9/+9
* Fixed phpdbg zend_bailout error when compiling syntax error codeReeze Xia2015-02-132-1/+29
* Merge branch 'master' of https://git.php.net/repository/php-srcXinchen Hui2015-02-131-2/+13
|\
| * Fixed phpdbg backtrace argument's name missingReeze Xia2015-02-131-2/+13
* | Merge branch 'PHP-5.6'Xinchen Hui2015-02-131-5/+1
|\ \ | |/ |/|
| * bump yearXinchen Hui2015-01-1533-34/+34
| * typo fixFerenc Kovacs2014-11-261-1/+1
| * go back with phpdbg to the state of 5.6.3, reverting the controversial commit...Ferenc Kovacs2014-11-2655-8124/+2673
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-4/+4
| * Temporarily disable wait/xml protocol...Bob Weinand2014-10-306-2/+12
* | Add missing header inclusionReeze Xia2015-02-101-0/+3
* | Use correct deallocator in phpdbgJoshua Rogers2015-01-271-1/+1
* | bump yearXinchen Hui2015-01-1545-46/+46
* | Faster sorting algoXinchen Hui2015-01-141-2/+2
* | trailing whitespace removalStanislav Malyshev2015-01-1013-203/+203
* | Micro optimaztion (yeah, I know compiler supposed to do that)Xinchen Hui2014-12-221-3/+3
* | various fixes for removing explicit tsrm_ls usageAnatol Belski2014-12-167-558/+453
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-163-5/+12
|\ \
| * | C89 fixesAnatol Belski2014-12-162-3/+5
| * | use portable struct statAnatol Belski2014-12-161-2/+2
| * | fixed macro va args expansion for vsAnatol Belski2014-12-161-0/+5
* | | second shot on removing TSRMLS_*Anatol Belski2014-12-145-5/+3
* | | first shot remove TSRMLS_* thingsAnatol Belski2014-12-1343-875/+861
|/ /
* | Reduced size of zend_op on 64-bit systems.Dmitry Stogov2014-12-121-3/+3
* | fix phpdbg, _zend_execute_data.scope was removed with 9a36cb1a07c247766278a88...Ferenc Kovacs2014-11-281-2/+2
* | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-232-4/+4
* | Merge branch 'PHP-5.6'Ferenc Kovacs2014-10-301-1/+1
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-301-1/+1
* | Merge branch 'PHP-5.6'Anatol Belski2014-10-295-6/+6
|\ \ | |/
| * fix output globals importingAnatol Belski2014-10-292-2/+0
| * use portable strndup implementationAnatol Belski2014-10-291-1/+1
| * unix sockets aren't available on windowsAnatol Belski2014-10-291-0/+2
| * fix sapi/phpdbg/config.w32Anatol Belski2014-10-291-3/+3
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-291-0/+4
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-291-0/+4
* | Merge branch 'PHP-5.6'Remi Collet2014-10-291-1/+0
|\ \ | |/
| * cleanup uneeded jsonRemi Collet2014-10-291-1/+0
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-281-2/+0
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-281-2/+0
* | Move missing zend_hash_* macros from phpdbg.h to zend_hash.hBob Weinand2014-10-281-18/+0
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-284-18/+25
|\ \ | |/
| * Merge phpdbg into PHP-5.6Bob Weinand2014-10-283-0/+5
| * Merge ../phpdbg into PHP-5.6Bob Weinand2014-10-284-19/+26
* | Merge branch 'PHP-5.6'Remi Collet2014-10-281-2/+2
|\ \ | |/
| * fix phpdbg build when src tree != build treeRemi Collet2014-10-281-2/+2
* | Merge remote-tracking branch 'origin/PHP-5.6'Bob Weinand2014-10-287-180/+234
|\ \ | |/
| * Remove the ugly hack via a temp file to store breakpointsBob Weinand2014-10-285-146/+170