From: Sascha Schumann Date: Sat, 10 Jun 2000 06:00:08 +0000 (+0000) Subject: Fix typo X-Git-Tag: php-4.0.1RC~306 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b89a0037d7fe1fa61749258ee8f413a43b213a5;p=php Fix typo --- 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