diff options
| -rw-r--r-- | README.SELF-CONTAINED-EXTENSIONS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.SELF-CONTAINED-EXTENSIONS b/README.SELF-CONTAINED-EXTENSIONS index 505ebd334f..f3918161ca 100644 --- a/README.SELF-CONTAINED-EXTENSIONS +++ b/README.SELF-CONTAINED-EXTENSIONS @@ -135,8 +135,8 @@ INSTALLING A SELF-CONTAINED EXTENSION ADDING SHARED MODULE SUPPORT TO A MODULE In order to be useful, a self-contained extension must be loadable - as a shared module. I will explain now how you can shared module support - to an existing module called foo. + as a shared module. I will explain now how you can add shared module + support to an existing module called foo. 1. In config.m4, use PHP_ARG_WITH/PHP_ARG_ENABLE. Then you will automatically be able to use --with-foo=shared or |
