Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Michael Stroh
Thanks so much! That seems to have done the trick. I commented out those files in my php.ini file and then a reinstallation of ssh2 worked. Zend must have been installed by some default setting. Thanks again for your help Daniel! Cheers, Michael On Mon, April 7, 2008 11:29 am, Daniel Brown wro

Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Daniel Brown
On Mon, Apr 7, 2008 at 11:25 AM, Michael Stroh <[EMAIL PROTECTED]> wrote: > Thanks for your advice Daniel. > > > I checked the Zend forums and it is believed that they will not support > Mac OS 10.5 and thus the error. Is there another package I can use to > replace Zend for the purpose of ssh2?

Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Michael Stroh
Thanks for your advice Daniel. I installed the new version of Zend Optimizer but then received the following error: dyld: NSLinkModule() error dyld: Symbol not found: _zend_extensions Referenced from: /usr/local/Zend/lib/ZendExtensionManager.so Expected in: flat namespace Trace/BPT trap I c

Re: [PHP] PHP ssh2 problem

2008-04-07 Thread Daniel Brown
On Mon, Apr 7, 2008 at 10:16 AM, Michael Stroh <[EMAIL PROTECTED]> wrote: > Hello, I have run into a problem when trying to get the ssh2 bindings to > run on PHP. I have successfully installed libssh2 and have gotten version > 0.11 of ssh2 to compile correctly using the patch obtained through the

[PHP] PHP ssh2 problem

2008-04-07 Thread Michael Stroh
Hello, I have run into a problem when trying to get the ssh2 bindings to run on PHP. I have successfully installed libssh2 and have gotten version 0.11 of ssh2 to compile correctly using the patch obtained through the 'package bugs' page. However, when I load php, I get the following error: dyld:

[PHP] PHP SSH2

2006-01-22 Thread Vedanta Barooah
hello all, this is in regard to PECL ssh2 ( http://pecl.php.net/package/ssh2 ) : how to i print the output of the command executed using ssh2_exec? thanks, vedanta

[PHP] PHP :: SSH2 ??

2005-01-01 Thread Pari Purna Chand Nannapaneni
Can anybody give me a small example on using ssh2 functions ( http://pecl.php.net/package/ssh2 ). I want to execute a command on the remote machine and want to get the ouput into a phpvariable. Here is my php code ... I'm getting some "Resource id #5" as output. What does this mean. How to g