I'm using Debian Wheezy x64. I've installed PHP and Apache via "apt-get install php5 apache2" with all dependencies. But as Debian packages are so slow in updating, I want to reinstall PHP and Apache manually with the newest version. To do that I'll purge all php5 and apache2 packages.
Now I'm wondering whether the versions from php.net and httpd.apache.org replace all those packages like php5-dev, php5-cli, libapache2-mod-php5 and so on?