summaryrefslogtreecommitdiff
path: root/phpdbg_opcode.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for 5.4/5.5Bob Weinand2014-10-181-2/+2
* Merge branch 'master' into xml-protocolBob Weinand2014-10-071-1/+1
|\
| * Send a \x03 during execution to interrupt (POSIX only)Bob Weinand2014-09-281-1/+1
* | First draft of an xml protocolBob Weinand2014-09-211-18/+6
|/
* Retain full compability for all micro versions since PHP 5.4Bob Weinand2014-04-121-0/+180
* Use the internal zend_get_opcode_name() functionBob Weinand2014-03-241-177/+2
* Update yearBob Weinand2014-01-171-1/+1
* fix #50krakjoe2014-01-161-7/+9
* fix warnings/50700 stuffkrakjoe2013-12-181-2/+2
* Added myself as author where I was not author yetBob Weinand2013-12-181-0/+1
* - Fix compiler warningFelipe Pena2013-12-091-2/+2
* Enormous whitespace fixBob Weinand2013-11-261-12/+10
* change # for J/Lkrakjoe2013-11-241-5/+5
* Pssst, compiler!Bob Weinand2013-11-241-2/+2
* fix windows buildkrakjoe2013-11-221-1/+1
* - Fixed compiler warningFelipe Pena2013-11-211-21/+21
* housekeeping, moving stuff to appropriate unitskrakjoe2013-11-211-0/+47
* move opcode stuff to opcode.ckrakjoe2013-11-211-0/+112
* implement 5.4 supportkrakjoe2013-11-151-1/+7
* class printerkrakjoe2013-11-131-1/+2
* - Fix codeFelipe Pena2013-11-101-1/+2
* - Change header inclusion orderFelipe Pena2013-11-101-1/+1
* - Added separated file to opcode decode functionFelipe Pena2013-11-101-0/+195