Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@zonuexe zonuexe released this 14 Dec 03:02
· 22 commits to master since this release

Added

  • Add php-runtime-quote-string (alias php-runtime-\') for PHP code construction.

Changed

  • By default, results other than exit status code 0 are converted to Lisp errors.

Security

  • No longer uses the command line to execute code containing ASCII's null bytes (\0 ^@).
    • Normally php-runtime use a fixed filename for temporary execution. Therefore, it is not suitable for running from multiple processes at the same time. To avoid this problem, set the php-runtime--eval-temp-script-name variable.