Merge pull request #1937 from umareddy/patch-1

Update extensions.md
This commit is contained in:
Teddy Reed 2016-03-17 09:50:40 -07:00
commit 81109efe04

View File

@ -26,6 +26,7 @@ The *autoload* workflow is similar to:
- Check if extensions are enabled.
- Read `--extensions_autoload` and check permissions/ownership of each path.
- Checks if the file name extension of the path is .ext. Filename extension must be .ext.
- Fork and execute each path with the switches described above.
- Treat each child process as a "worker" and enforce sane memory/cycle usage.
- Read set config plugin from `--config_plugin`.