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
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
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
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
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