summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.6.3RC1php-5.6.3RC1Julien Pauli2014-10-303-11/+7
* remove dodgy param parser, bring userland breakpoint api inline with PHP7krakjoe2014-10-305-211/+175
* disable output buffering by defaultkrakjoe2014-10-301-1/+2
* Revert phpdbg changes for PHP-5.6.3Bob Weinand2014-10-3055-8235/+2829
* Merge phpdbg into PHP-5.6Bob Weinand2014-10-301-1/+1
|\
| * Fix uninitialized value...Bob Weinand2014-10-301-1/+1
* | add DLL export to the output globalsAnatol Belski2014-10-302-2/+2
* | Use macroXinchen Hui2014-10-302-10/+2
* | Fixed build.... (shouldn't it be zend_output_globals?)Xinchen Hui2014-10-302-2/+2
* | fix output globals importingAnatol Belski2014-10-292-2/+0
* | export output globalsAnatol Belski2014-10-292-1/+11
* | use portable strndup implementationAnatol Belski2014-10-291-1/+1
* | unix sockets aren't available on windowsAnatol Belski2014-10-291-0/+2
* | dll export APIs needed by phpdbgAnatol Belski2014-10-293-5/+6
* | fix sapi/phpdbg/config.w32Anatol Belski2014-10-291-3/+3
* | Don't treat warnings as failures in the junit outputMatteo Beccati2014-10-291-1/+4
* | Merge phpdbg into PHP-5.6Bob Weinand2014-10-291-0/+4
|\ \ | |/
| * Merge php-src into phpdbgBob Weinand2014-10-291-1/+0
| |\
| | * cleanup uneeded jsonRemi Collet2014-10-291-1/+0
| | * Merge phpdbg into PHP-5.6Bob Weinand2014-10-281-2/+0
| | * Merge phpdbg into PHP-5.6Bob Weinand2014-10-283-0/+5
| | * Merge ../phpdbg into PHP-5.6Bob Weinand2014-10-284-19/+26
| * | Enable shared builds for webhelperBob Weinand2014-10-291-0/+4
* | | Merge branch 'PHP-5.5' into PHP-5.6Matteo Beccati2014-10-291-71/+63
|\ \ \
| * | | Fixed test to work with recent libcurl versionsMatteo Beccati2014-10-291-71/+63
| * | | PHP 5.5.20 nowJulien Pauli2014-10-283-4/+7
* | | | cleanup uneeded jsonRemi Collet2014-10-291-1/+0
* | | | Merge phpdbg into PHP-5.6Bob Weinand2014-10-281-2/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Removed last HAVE_JSON checkBob Weinand2014-10-281-2/+0
* | | | Merge phpdbg into PHP-5.6Bob Weinand2014-10-283-0/+5
|\ \ \ \ | |/ / /
| * | | Fix versions & config.m4Bob Weinand2014-10-283-0/+5
* | | | Merge ../phpdbg into PHP-5.6Bob Weinand2014-10-284-19/+26
|\ \ \ \ | |/ / /
| * | | Use serialize instead of json for transferBob Weinand2014-10-283-19/+21
| * | | Add webhelper in config.w32Bob Weinand2014-10-281-0/+5
| * | | Merge php-src into phpdbgBob Weinand2014-10-281-2/+2
| |\ \ \ | | | |/ | | |/|
| | * | fix phpdbg build when src tree != build treeRemi Collet2014-10-281-2/+2
| | * | Remove the ugly hack via a temp file to store breakpointsBob Weinand2014-10-285-146/+170
| | * | Typo (notfoundc => notfound)Bob Weinand2014-10-281-1/+1
| | * | Fix quitting on a second runBob Weinand2014-10-281-11/+10
| | * | Fix wrong exec length on relative pathsBob Weinand2014-10-281-1/+1
| | * | Fix possibly unclosed <stream> tagsBob Weinand2014-10-282-4/+16
| | * | Fix potential segfaults and unresolved breaksBob Weinand2014-10-281-19/+37
| | * | *Always* clean up and run destructorsBob Weinand2014-10-281-2/+2
| | * | Merge phpdbg into PHP-5.6Bob Weinand2014-10-273-47/+75
| | * | Merge phpdbg into PHP-5.6Bob Weinand2014-10-275-22/+25
| | * | Do not execute anything after quit or clean commandBob Weinand2014-10-271-0/+4
| | * | Fix last commit, and do not output unnecessary informationBob Weinand2014-10-275-18/+46
| | * | Stabilize execution, always run destructors and extended file breakpointsBob Weinand2014-10-278-129/+268
| | * | Fix nullptr dereference in clean without exec contextBob Weinand2014-10-271-1/+4
| | * | remove dodgy param parser, bring userland breakpoint api inline with PHP7krakjoe2014-10-275-316/+278