Search results

  1. G

    [Solved] libssh2

    Any ideas?
  2. G

    [Solved] libssh2

    This configures ./configure --with-php-config=/usr/local/lsws/lsphp5/bin/php-config however, there are no changes to my configuration when i do that. I reinstalled the file, however, its teh same thing, nothing in phpinfo.
  3. G

    [Solved] libssh2

    I did try this: ./configure --with-php-config=/php5install/php5/bin/php-config however, that just gets me a ./configure: line 2950: /php5install/php5/bin/php-config: No such file or directory ./configure: line 2951: /php5install/php5/bin/php-config: No such file or directory...
  4. G

    [Solved] libssh2

    Thanks for that. But the link is for php opcode cache, not ssh2...
  5. G

    [Solved] libssh2

    I downloaded and compiled the ssh2 extension from pecl. It compiled fine and I have an ssh2.so. I added it to the php.ini, but its not showing up in phpinfo(). Any ideas?
  6. G

    Large PHP Uploads Stall/Fail

    We can't compile 5.3.x as it breaks our site and we are live on it now. phpinfo page is here http://www.x x x.com/phpinfo.php upload_max is set to 550 MB. I'm pretty sure the php.ini is all set right for this. I'm assuming its a lightspeed setting(s) that I am missing.
  7. G

    Large PHP Uploads Stall/Fail

    I have checked the settings in this thread and others referenced. However, I am pretty new to Lightspeed and I'm not even sure I am looking in all the right places. I have a very basic upload script here: http://www.x x x x.com/uploadtest/ The php code is simply: <?php $target = "upload/"...
Top