From 7b89a0037d7fe1fa61749258ee8f413a43b213a5 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 10 Jun 2000 06:00:08 +0000 Subject: [PATCH] Fix typo --- README.SELF-CONTAINED-EXTENSIONS | 4 ++-- 1 file 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 -- 2.50.1