[PHP-INSTALL] upload problem in PHP

2003-10-28 Thread Vishesh kaul
This is my upload script... the post and get variables are passing fine in other scripts but then when i try to upload using this script.. it goes to google... with a search string of localhost.. Max Upload is set to 80MB in php.ini and i am trying to upload just 1 MB file.. also uploads have bee

[PHP-INSTALL] upload problem in PHP

2003-10-28 Thread Vishesh kaul
This is my upload script... the post and get variables are passing fine in other scripts but then when i try to upload using this script.. it goes to google... with a search string of localhost.. Max Upload is set to 80MB in php.ini and i am trying to upload just 1 MB file.. also uploads have bee

Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Manu
Thank you very much for the detailed exposition of the problem! ;-) Manu [EMAIL PROTECTED] (Rasmus Lerdorf) wrote > Apache2 is less mature and not nearly as well-tested as Apache1. If > you run a threaded MPM then all bets are off. The thread safety > status of most extensions and 3rd-party li

Re: [PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Rasmus Lerdorf
Apache2 is less mature and not nearly as well-tested as Apache1. If you run a threaded MPM then all bets are off. The thread safety status of most extensions and 3rd-party libraries are unknown. Threading problems tend to only show up under load and are nearly impossible to track down. So alt

[PHP-INSTALL] php apache 2.0 warning

2003-10-28 Thread Manu
On www.php.net there is a warning: Don't use apache 2.0 AND php in production environments. What does it mean? What problems could I get? Thanks in advance Manu