Could someone explain to me why install-headers, programs,
    build are treated as if they cannot be separately installed
    from the pear scripts?

    if test "$PHP_PEAR" != "no" && test "$disable_cli" != "1"; then
      install_pear="install-pear install-build install-headers install-programs"
      PEAR_INSTALLDIR=$PHP_PEAR
    fi

    More specifically, if I disable the CLI, why should not the
    aforementioned targets be invoked?  Only install-pear depends
    on the availability of the CLI..

    - Sascha


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to