]> granicus.if.org Git - php/commitdiff
- Changed user instructions.
authorJouni Ahto <jah@php.net>
Fri, 9 Jun 2000 14:46:15 +0000 (14:46 +0000)
committerJouni Ahto <jah@php.net>
Fri, 9 Jun 2000 14:46:15 +0000 (14:46 +0000)
ext/ext_skel

index be8bbbfc4ba53338cea7b9f0d56e01b861ab2ccf..4d8954d17f7695148c0d3e85bc6dc352e2cca342 100755 (executable)
@@ -108,13 +108,17 @@ cat <<eof
 
 To use your new extension, you will have to execute the following steps:
 
-    $ cd ..
-    $ vi ext/$extname/config.m4
-    $ ./buildconf
-    $ ./configure --[with|enable]-$extname
-    $ make
-    $ vi ext/$extname/$extname.c
-
-Repeat the last two steps as often as necessary.
+1.  $ cd ..
+2.  $ vi ext/$extname/config.m4
+3.  $ ./buildconf
+4.  $ ./configure --[with|enable]-$extname
+5.  $ make
+6.  $ ./php -f ext/$extname/$extname.php
+7.  $ vi ext/$extname/$extname.c
+8.  $ make
+
+Repeat steps 3-6 until you are satisfied with ext/$extname/config.m4 and
+step 6 confirms that your module is compiled in PHP. Then, start writing
+code and repeat the last two steps as often as necessary.
 
 eof