]> granicus.if.org Git - php/commitdiff
Fix typo
authorSascha Schumann <sas@php.net>
Sat, 10 Jun 2000 06:00:08 +0000 (06:00 +0000)
committerSascha Schumann <sas@php.net>
Sat, 10 Jun 2000 06:00:08 +0000 (06:00 +0000)
README.SELF-CONTAINED-EXTENSIONS

index 505ebd334f2057def54efc5bc12381dbb25b0ab9..f3918161ca49997464b794fa47d8b0aedaac502f 100644 (file)
@@ -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