I'm asking because of these comments.. Basically wondering if there's a way to find all php5 questions without the php tag.
If you search for [php5] -[php] it goes to..
http://stackoverflow.com/questions/tagged/-php php5
..which returns results with the php tag (wrong), but if I manually correct the URL to..
http://stackoverflow.com/questions/tagged/php5 -php
..it works perfectly (I removed %20 from the URL for clarity)

