pear upgrade pear

zul

Новичок
pear upgrade pear

Пишет вот такую вот ерунду http://alt.pastebin.com/682578, как бы это починить?

-~{}~ 26.04.06 14:26:

PHP:
    function _detectGlibcVersion()
    {
        // Use glibc's <features.h> header file to
        // get major and minor version number:
        include_once "System.php";
        $tmpfile = System::mktemp("glibctest");
        $fp = fopen($tmpfile, "w");
        fwrite($fp, "#include <features.h>\n__GLIBC__ __GLIBC_MINOR__\n");
        fclose($fp);
        $cpp = popen("/usr/bin/cpp $tmpfile", "r");
190 строка - $cpp = popen("/usr/bin/cpp $tmpfile", "r");

-~{}~ 26.04.06 15:34:

function within blacklist called: popen() - ключевое слово ) Убрать из рестрикшнов надо было popen )
 

volhovec

Новичок
Re: pear upgrade pear

Люди, подскажите как апгрейдить пеар?

pear upgrade pear ругается

Could not delete D:\Servers\xampp\serv\php\pear.bat, cannot rename D:\Servers\xampp\serv\php\.tmppear.bat
ERROR: commit failed

среда - ВинХП
сервер - Xampp
 
Сверху