Hi, perhaps some php guru can shed some lite to my limited knowledge.
My PHP installation directory is in:
c:\apps\php\php 4
cli/
dlls/
extensions/
mibs/
openssl/
....
go-pear.bat
....
I execute go-pear.bat and fill out the path entry:
1. Installation Prefix: c:\apps\php\pea r -- I
change this!
2. Binaries directory: $prefix
3. PHP Coded directory($php_ dir): $prefix\pear
4. Documentation base directory: $php_dir\docs
5. Data base directory: $php_dir\data
6. Test base directory: $php_dir\tests
7. php.exe path:
$c:\apps\php\ph p4\cli\php.exe
All installed OK. Did run PEAR_ENV.reg. Did add "c:\apps\php\pe ar\pear" in
PHP.INI's include_path
Then I cd to c:\apps\php\pea r ...
There are no pear.bat but pear.bat_old
There are pear.ini (???)
How do I test this if my installation is working.
Thanks
My PHP installation directory is in:
c:\apps\php\php 4
cli/
dlls/
extensions/
mibs/
openssl/
....
go-pear.bat
....
I execute go-pear.bat and fill out the path entry:
1. Installation Prefix: c:\apps\php\pea r -- I
change this!
2. Binaries directory: $prefix
3. PHP Coded directory($php_ dir): $prefix\pear
4. Documentation base directory: $php_dir\docs
5. Data base directory: $php_dir\data
6. Test base directory: $php_dir\tests
7. php.exe path:
$c:\apps\php\ph p4\cli\php.exe
All installed OK. Did run PEAR_ENV.reg. Did add "c:\apps\php\pe ar\pear" in
PHP.INI's include_path
Then I cd to c:\apps\php\pea r ...
There are no pear.bat but pear.bat_old
There are pear.ini (???)
How do I test this if my installation is working.
Thanks
Comment