PHP y SSH2

Boris Cruchet b en guliv.cl
Mar Abr 25 08:59:13 CLT 2006


creo que este error:
------------------------------------------------------------
Fatal error:  Allowed memory size of 8388608 bytes exhausted
------------------------------------------------------------
hace referencia al archivo php.ini, que es el que contiene la
configuraciones para PHP

de ser asi, lo que debes hacer es modificar el tamaño de la memoria que se
le permite usar a PHP, esto se hace con la directiva

------------------------------------------------------------
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
------------------------------------------------------------

eso ...



>      PHP y SSH2
> Buenos días a todo el foro,
> Vereis os cuento el problema que estoy teniendo:
> Estoy intentando instalar unas extensiones de PHP (funciones ssh2) y estoy
> siguiendo los pasos indicados en la página
> http://php.net/manual/en/ref.ssh2.php
> pero he me estancado en el paso
> pear install ssh2-0.10.tgz ó
> pear install ssh
> En Este paso ya no puedo avanzar. EL ERROR QUE ME DA ES EL SIGUIENTE:
> itspro4:/var/sistemas/software # pear install ssh2-0.10.tgz
>
> Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to
> allocate 35 bytes) in /usr/share/php/System.php on line 228
>
> Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried to
> allocate 40 bytes) in Unknown on line 0
> itspro4:/var/sistemas/software #
> ó
> itspro4:/var/sistemas/software # pear install ssh2
> could not open the package file: ssh2
> itspro4:/var/sistemas/software #
> sabeis como poder solucionar este problema.
> MUCHAS GRACIAS DE ANTEMANO Y UN CORDIAL SALUDO.
> Maribel Mateos




Más información sobre la lista de distribución PHP