Good thought, but I wouldn't worry TOO much about this. PHP is a scripting language, and while new things are added with each version, it'd be rare that anything written prior to now would teach stuff that you couldn't do with PHP. Concepts and most functions and language constructs don't change. There are a couple of things to watch for. If the code examples in the book are coded for "register_globals=ON" you will need to do some further reading on the web to adjust for the fact that PHP is now shipped with RG=OFF by default. I'm not sure whether any of the books have yet caught up with this, though.
Secondly, a lot of web hosts only give you one database, named after your username, and lots of books don't take this into account, so you may need to do some tweaking of SQL scripts.
As an aside, I liked Larry Ullman's PHP and the World Wide Web as my first book; Peachpit Press , less than $30 US. Of course, it doesn't cover Apache at all....