Hello everyone,
I have a page that I am creating that is essentially a terminal over the web. It is actually working fine on my ubuntu 8.04 laptop running apache2.2.8 and PHP5.2.4, however when I run the code on my 8.10 desktop running apache2.2.9 and PHP5.2.6 firefox keeps locking up.
The way the PHP code works is that when called to do a read it continually checks the serial port until it finds data. Then it echos the data and closes. I am using prototype.js to execute an ajax command that waits until it receives data to continue (onComplete).
The only thing I can think of is that the new apache is not sending something that prototype needs in order not to crash during a long wait?
Any suggestions?
I have attached the dumps from phpinfo from both my laptop and desktop.