descriptionExecute PHP within org-mode source blocks
ownernumbchild@gmail.com
last changeMon, 21 Feb 2022 12:54:08 +0000 (21 20:54 +0800)
content tags
add:
README
Installation
============

I put it in Org-mode contrib/ now.

Usage
=====

You don't need to include `<? ... ?>` in src block now. Like this:

```org
#+BEGIN_SRC php
echo "Hello, World!\n";
#+END_SRC

#+RESULTS:
: Hello, World!

```
shortlog
2022-02-21 stardivinerFix org recursive loading issue.master
2022-02-10 stardivinerUpload library homepage
2021-12-29 stardivinerFix previous commit bug.
2021-11-09 stardivinerMerge pull request #4 from zonuexe/feature/code-block...
2021-11-08 USAMI KentaDo not wrap the executable code in tags when a block...
2021-05-27 stardivinerSupport customize PHP command and options
2018-02-11 stardivinerI put it in Org-mode contrib/ now
2018-01-03 stardivinerfix not working issue #1
2017-08-19 stardivinerFIXME command `php' options: "-r " cause eval issue.
2016-05-05 stardivinerfirst commit on workable version
2016-05-04 stardivinerInitial commit
heads
2 years ago master