[PHP-INSTALL] Re: FW: failed to open stream

2007-10-11 Thread Mazzu
/var/www/hidden/mouse.txt is not the name of your file on the server. The real name is in $_FILES['...']['tmp_name'] All details : http://www.php.net/manual/en/features.file-upload.php "Raney, Steve A." <[EMAIL PROTECTED]> wrote: > This is a multi-part message in MIME format. > > --_=_NextPa

[PHP-INSTALL] Re: --enable-memcache

2007-10-09 Thread Mazzu
Mazzu <[EMAIL PROTECTED]> wrote: > Michael Temeschinko <[EMAIL PROTECTED]> wrote: >> Hello, >> >> I want use memcache with PHP >> >> but configure says: >> >> Notice: Following unknown configure options were used: >> >> --e

[PHP-INSTALL] Re: --enable-memcache

2007-10-09 Thread Mazzu
to/src/php-x.y.z/ext/memcache Build php executable and install it : ./buildconf --force ./configure --enable-memcache make make install Hope that helps. -Mazzu