summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2003-10-29 05:34:21 +0000
committerFrank M. Kromann <fmk@php.net>2003-10-29 05:34:21 +0000
commit84eb811be9e7b0f65ca0881015950251757e8fc5 (patch)
tree93755cc55e21a24fe7bfb6d17a231822eac0e034
parent86da4546de0545614a1cb8947aee9b53d768e139 (diff)
downloadphp-git-84eb811be9e7b0f65ca0881015950251757e8fc5.tar.gz
Fix typo in parameter
-rw-r--r--ext/ext_skel_win32.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ext_skel_win32.php b/ext/ext_skel_win32.php
index 5036ad21d8..903081df7d 100644
--- a/ext/ext_skel_win32.php
+++ b/ext/ext_skel_win32.php
@@ -11,7 +11,7 @@ if (php_sapi_name() != "cli") {
1) Make sure you have CygWin installed
2) Adjust the $cygwin_path to match your installation
3) Change the environment cariable PATHEXT to include .PHP
- 4) run ext_skel --ext_name=...
+ 4) run ext_skel --extname=...
the first time you run this script you will be asked to
associate it with a program. chooses the CLI version of php.
*/