From: <as...@us...> - 2003-11-22 17:47:15
|
Update of /cvsroot/binaryphp/binaryphp/DOCS In directory sc8-pr-cvs1:/tmp/cvs-serv28993/DOCS Modified Files: INSTALL Log Message: added some actuall notes. will pretty up later. Index: INSTALL =================================================================== RCS file: /cvsroot/binaryphp/binaryphp/DOCS/INSTALL,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** INSTALL 6 Aug 2003 16:14:33 -0000 1.2 --- INSTALL 22 Nov 2003 17:47:02 -0000 1.3 *************** *** 3,5 **** BinaryPHP Installation ! NONE --- 3,26 ---- BinaryPHP Installation ! You may need to change the first line in convert.php to reflect your php binary install. ! ! To find out where the php binary is located use: ! ! mypc $ which php ! /usr/bin/php ! ! You can then edit the first line from: ! ! !#/usr/local/bin/php ! ! To: ! ! !#/usr/bin/php ! ! Save and exit the file, to test type ./convert.php and hit enter. ! ! You should see the help information. If you get an error like the following: ! ! -bash: ./convert.php: /usr/local/bin/php: bad interpreter: No such file or directory ! ! Then you have the wrong path in the first line still. |