jon Wed Oct 23 17:35:17 2002 EDT Modified files: /php4 README.SELF-CONTAINED-EXTENSIONS Log: Improve the wording in this paragraph. Index: php4/README.SELF-CONTAINED-EXTENSIONS diff -u php4/README.SELF-CONTAINED-EXTENSIONS:1.11 php4/README.SELF-CONTAINED-EXTENSIONS:1.12 --- php4/README.SELF-CONTAINED-EXTENSIONS:1.11 Sun Oct 20 19:35:56 2002 +++ php4/README.SELF-CONTAINED-EXTENSIONS Wed Oct 23 17:35:17 2002 @@ -1,4 +1,4 @@ -$Id: README.SELF-CONTAINED-EXTENSIONS,v 1.11 2002/10/20 23:35:56 elixer Exp $ +$Id: README.SELF-CONTAINED-EXTENSIONS,v 1.12 2002/10/23 21:35:17 jon Exp $ ============================================================================= HOW TO CREATE A SELF-CONTAINED PHP EXTENSION @@ -115,8 +115,9 @@ 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
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php