var_dump
now properly outputs through executer'sstdout
, instead of usingprint
.- added default
$_GET
,$_POST
and$_FILES
(empty) global variables to executer. - fixed bug where last literal text segment (right after the last
?>
) was not being parsed properly. - fixed broken import bug in
phpbuiltins
package.
- fixed broken import bug in
phpbuiltins
package.
- fixed broken import bug in
phpbuiltins
package. - Added support for redirecting
stdout
inAbstractPhpExecuter
. - Added usage section to readme.
- Added changelog.