Skip to content

Commit 9be1394

Browse files
committed
Merge pull request #15 from zelgerj/master
updated documentation
2 parents fff4d48 + 0eb2d95 commit 9be1394

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@ server.
1111

1212
The extension also allows you to remove functions and constants before the runtime has started up. So it's possible to write you own core functions (strlen, headers_sent) or modify some consts set by a sapi (PHP_SAPI) all in php userland.
1313

14+
#####appserver.php_sapi
15+
This setting reset's the default PHP_SAPI to given value
16+
17+
```
18+
appserver.php_sapi = appserver
19+
```
20+
1421
#####appserver.remove_functions
1522
This setting hold's a comma separated list of all function to remove on runtime startup. If you want to define your own custom core php function for strlen and headers_sent in userland just use:
1623

0 commit comments

Comments
 (0)