diff options
| author | Sascha Schumann <sas@php.net> | 2000-06-10 06:00:08 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2000-06-10 06:00:08 +0000 |
| commit | 7b89a0037d7fe1fa61749258ee8f413a43b213a5 (patch) | |
| tree | 7f60cf2d4b01725095ae9ad22680514824c69134 | |
| parent | f3c1222da3284bbbc7e2ce26af2dd2470cec4a59 (diff) | |
| download | php-git-7b89a0037d7fe1fa61749258ee8f413a43b213a5.tar.gz | |
Fix typo
| -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 |
