diff options
author | Jon Parise <jon@php.net> | 2002-10-23 21:35:17 +0000 |
---|---|---|
committer | Jon Parise <jon@php.net> | 2002-10-23 21:35:17 +0000 |
commit | 2af28df445367af8af51642549921bd604fac8a4 (patch) | |
tree | 0a14f8159a5a2283613fb197ea19ee91e822872d /README.SELF-CONTAINED-EXTENSIONS | |
parent | fd4d1f2c051f0a4818e37902a195410bfd1865ab (diff) | |
download | php-git-2af28df445367af8af51642549921bd604fac8a4.tar.gz |
Improve the wording in this paragraph.
Diffstat (limited to 'README.SELF-CONTAINED-EXTENSIONS')
-rw-r--r-- | README.SELF-CONTAINED-EXTENSIONS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README.SELF-CONTAINED-EXTENSIONS b/README.SELF-CONTAINED-EXTENSIONS index e04c490077..e6a375331b 100644 --- a/README.SELF-CONTAINED-EXTENSIONS +++ b/README.SELF-CONTAINED-EXTENSIONS @@ -115,8 +115,9 @@ CREATING SOURCE FILES CREATING THE SELF-CONTAINED EXTENSION - Put config.m4 and the source files into one directory. Afterwards, - run phpize (this is installed during make install by PHP 4.0). + Put config.m4 and the source files into one directory. Then, run phpize + (this is installed during make install by PHP 4.0). + For example, if you configured PHP with --prefix=/php, you would run $ /php/bin/phpize |