From: alex <bin...@li...> - 2001-08-20 19:36:24
|
alex Mon Aug 20 12:36:19 2001 EDT Modified files: /r2 INSTALL.WIN32 Log: Added Charlie's suggestion re argv. Index: r2/INSTALL.WIN32 diff -u r2/INSTALL.WIN32:1.8 r2/INSTALL.WIN32:1.9 --- r2/INSTALL.WIN32:1.8 Thu Aug 16 10:08:02 2001 +++ r2/INSTALL.WIN32 Mon Aug 20 12:36:19 2001 @@ -32,9 +32,7 @@ it's vi in cygwin or UltraEdit in Windows, but make sure it can work with UNIX type EOL, otherwise you will find all the files are very messy. -5. use an editor to open $BCHOME/base/utils/installcode.sh, add the following - line to the very beginning of the file (the first line, ok...). - #!/bin/sh (yes, is UNIX style path this time) +5. Ensure that register_globals = On; (in php.ini) 6. use an editor to open $BCHOME/base/utils/processprepend.php and xml2php.php you can see these in the first line, #!/usr/local/php4/bin/php -q, of both |