Releases: emacs-php/php-runtime.el
Releases · emacs-php/php-runtime.el
Version 0.3.2
Changed
- The build tool for this project has been replaced by Eask (#12, thank you @jcs090218)
Fixed
- Fixed byte compilation error on Emacs 30
Full Changelog: 0.3.1...0.3.2
Version 0.3.1
Version 0.3.0
Added
- Add
:stdout
option tophp-runtime-eval
. - Add
php-runtime-extension-loaded-p
for check PHP extension module is loaded. - Add
php-runtime-shortdoc
for documentation.
Changed
Full Changelog: 0.2.0...0.3.0
Version 0.2.0
Added
- Add
php-runtime-quote-string
(aliasphp-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.
- 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