RE: [PHP] Requires help: Unable to install ssh2 module in PHP.

2010-07-26 Thread Tommy Pham
> -Original Message- > From: Tommy Pham [mailto:tommy...@gmail.com] > Sent: Monday, July 26, 2010 11:08 PM > To: 'php-general@lists.php.net' > Subject: RE: [PHP] Requires help: Unable to install ssh2 module in PHP. > > > -Original Message- > > From: Sharat Ojha [mailto:ojhasha...@g

RE: [PHP] Requires help: Unable to install ssh2 module in PHP.

2010-07-26 Thread Tommy Pham
> -Original Message- > From: Sharat Ojha [mailto:ojhasha...@gmail.com] > Sent: Monday, July 26, 2010 9:43 PM > To: php-general@lists.php.net > Subject: [PHP] Requires help: Unable to install ssh2 module in PHP. > > Hi all, > > > > We are trying to use SFTP connection to remote host in o

[PHP] Requires help: Unable to install ssh2 module in PHP.

2010-07-26 Thread Sharat Ojha
Hi all, We are trying to use SFTP connection to remote host in our project. So for that we are using SSH2 functions of PHP. But the script where we have used those functions was throwing the following error: *PHP Fatal error: Call to undefined function ssh2_connect() * * * By doing some w

RE: [PHP] Help with template file and email

2010-07-26 Thread Carlos Sura
Hello Joey, No problem, I'm glad you got it working now. Any other question. Use php-list. Regards, Carlos Sura. From: j.hendrick...@comcast.net To: carlos_s...@hotmail.com Subject: Re: [PHP] Help with template file and email Date: Sat, 24 Jul 2010 08:29:03 -0500 Hi Carlos, I

Re: [PHP] Re: Does class length slow down performance

2010-07-26 Thread David Harkness
On Sat, Jul 24, 2010 at 5:57 AM, Nathan Rixham wrote: > If you think about it, each class, function, method, line of code all gets > interpreted in to opcodes and executed - so, no matter how you split it up, > it's still going to produce roughly equivalent opcodes. > An exception to this is whe