Topic awaiting preservation: DH rant (Page 1 of 1) |
|
---|---|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-01-2005 14:32
as some of you guys may have noticed, dreamhost finally upgraded to PHP5 (which can be enabled on a per domain basis). |
Paranoid (IV) Inmate From: Minneapolis |
posted 06-01-2005 14:57
I have another pet peeve that is unavoidable with PHP 5 as provided by DH. When you run PHP as CGI, you no longer get 404 errors for .php files. Instead you get the cryptic "No input file specified." error, because they internally rewrite the URL to point to the php.cgi script which subsequently can't load the non-existent file. All this would require is a RewriteCond to check for the existence of the file before rewriting, but they can't be bothered to take 10 minutes to add that to their auto-configurator. BAH! |
Maniac (V) Inmate From: Cell 666 |
posted 06-01-2005 15:46
jiblet --> http://www.ozoneasylum.com/25436 |
Paranoid (IV) Inmate From: Minneapolis |
posted 06-01-2005 16:06
Oo, thanks for the link, gonna install that right away. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 06-01-2005 22:49
yeah the 404s with php-cgi are annoying too. |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-02-2005 01:55
Actually the PHP5 stuff is built off of libxml2 and there were some buffer overflow issues with it on Debian but I'd assume they were fixed by now. |
Paranoid (IV) Inmate From: 127.0.0.1 |
posted 06-02-2005 16:45 |
Maniac (V) Mad Scientist From: 100101010011 <-- right about here |
posted 06-02-2005 17:10
Actually my site just crapped out on me. One of my queries done broke and I don't know why (you can see it if you go to bitdamaged.com). |
Maniac (V) Inmate From: Cell 53, East Wing |
posted 06-02-2005 17:21
quote:
|
Maniac (V) Inmate From: raht cheah |
posted 06-02-2005 19:29
fopen has always been 'disabled' sorta with DH, unless you're running php as cgi, which I assume you were bit? They have however recently disabled allow_url_fopen which it sounds like you may have been using to grab something from a remote server via a url/fopen. |