jon Wed Oct 23 17:31:15 2002 EDT
Modified files:
/php4 README.EXT_SKEL
Log:
- Spell out "cd" as "change directory".
- Replace "ie" with "e.g.", which is more appropriate in this context.
Index: php4/README.EXT_SKEL
diff -u php4/README.EXT_SKEL:1.8 php4/README.EXT_SKEL:1.9
--- php4/README.EXT_SKEL:1.8 Sat Mar 30 11:44:56 2002
+++ php4/README.EXT_SKEL Wed Oct 23 17:31:12 2002
@@ -7,9 +7,9 @@
HOW TO USE IT
- Very simple. First, cd do directory ext/ in PHP 4 sources. If you just need
- the basic framework and will be writing all the code in your functions
- yourself, you can now do
+ Very simple. First, change to the ext/ directory of the PHP 4 sources. If
+ you just need the basic framework and will be writing all the code in your
+ functions yourself, you can now do
./ext_skel --extname=module_name
@@ -22,7 +22,7 @@
If you don't need to test the existence of any external header files,
libraries or functions in them, the module is already almost ready to be
compiled in PHP. Just remove 3 comments in your_module_name/config.m4,
- cd back up to PHP sources top directory, and do
+ change back up to PHP sources top directory, and do
./buildconf; ./configure --enable-module_name; make
@@ -38,7 +38,7 @@
FORMAT OF FUNCTION DEFINITIONS FILE
All the definitions must be on one line. In it's simplest form, it's just
- the function name, ie.
+ the function name, e.g.
my_function
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php