[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] FW: failed to open stream

2007-10-11 Thread Raney, Steve A.
Can somebody tell me what this means, and what to do about it? I am trying to upload a file, in this case the file name is mouse.txt: PHP Warning: move_uploaded_file(/var/www/hidden/mouse.txt) [function.move-uploaded-file ]: failed to open stream

Re: [PHP-INSTALL] how to configure ssh2 support while creating libphp5.so

2007-10-11 Thread Prasanna
Hi Robert, Thanks for your mail. But i think the option --with-ssl is used for configuring https access. Please clarify me. prasanna N Robert Wolfe wrote: On Thu, 11 Oct 2007 17:52:59 +0530 Prasanna <[EMAIL PROTECTED]> wrote: Hi, I am trying to add SSH2 support in my product

Re: [PHP-INSTALL] how to configure ssh2 support while creating libphp5.so

2007-10-11 Thread Robert Wolfe
On Thu, 11 Oct 2007 17:52:59 +0530 Prasanna <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to add SSH2 support in my product. I am using Apache 2.0.4.7 with > PHP 5.2.4. > > For SSH2 support, i had compiled PECL/SSH2 package and created ssh2.so. > > I used to run PHP using libphp5.so through