I am trying to develope a system using the following platform:

OS Win2K Server SP4
IIS 5.0
PHP
MySQL

I wanted to use PEAR DB Packages such as DB, DB_Objects but I do not know how to install the packages especially where to put the configuration files.

    I manage to install it but there is an error when I run go-pear.bat file. Error :

    WARNING! The include_path defined in the currently used php.ini does not
    contain the PEAR PHP directory you just specified:
    <C:\PHP\pear>
    If the specified directory is also not in the include_path used by
    your scripts, you will have problems getting any PEAR packages working.

    Current include path : .;C:\php5\pear
    Configured directory : C:\PHP\pear

    Where di I go wrong?

      Write a Reply...