php-general Digest 26 Jul 2010 16:39:34 -0000 Issue 6865

2010-07-26 Thread php-general-digest-help
php-general Digest 26 Jul 2010 16:39:34 - Issue 6865 Topics (messages 307138 through 307139): Re: Signing (hand-written signature) pdf document 307138 by: Tommy Pham Re: Does class length slow down performance 307139 by: David Harkness Administrivia: To subscribe to the

php-general Digest 27 Jul 2010 04:43:12 -0000 Issue 6866

2010-07-26 Thread php-general-digest-help
php-general Digest 27 Jul 2010 04:43:12 - Issue 6866 Topics (messages 307140 through 307141): Re: Help with template file and email 307140 by: Carlos Sura Requires help: Unable to install ssh2 module in PHP. 307141 by: Sharat Ojha Administrivia: To subscribe to the

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 nrix...@gmail.com 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

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

[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