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.
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...
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?
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.
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/"...