[PHP-INSTALL] PHP Installation on ARM

2007-01-19 Thread Kiran Malla
Hello, I am trying to cross compile PHP-5.2.0 for arm linux. # export CC=/usr/local/arm/3.3.2/bin/arm-linux-gcc # export AR=/usr/local/arm/3.3.2/bin/arm-linux-ar # export LD=/usr/local/arm/3.3.2/bin/arm-linux-ld # export NM=/usr/local/arm/3.3.2/bin/arm-linux-nm # export RANLIB=/usr/local/arm/3.3

[PHP-INSTALL] Apache/PHP, New PHP connection does not kill previous unfinished connection.

2007-01-19 Thread !jeff!{BIGWORDS}
I have a script which takes a long time to complete. Thus it is loaded into an iframe after the main page has completely loaded. If the user decides not to wait for the iframe's script completion, they should be able to click on a menubar item and go to another page on the site. However, the