Revert "php: Update to 5.4.36"

This reverts commit e7d4d39c6ee5e44a257fa655ee6270b644f83c86. The
build fails in a chroot because it tries to download a PEAR from the
network:

http://hydra.nixos.org/build/18517333

Changed files
+2 -2
pkgs
development
interpreters
php
+2 -2
pkgs/development/interpreters/php/5.4.nix
···
composableDerivation.composableDerivation {} ( fixed : let inherit (fixed.fixed) version; in {
-
version = "5.4.36";
+
version = "5.4.35";
name = "php-${version}";
···
src = fetchurl {
url = "http://www.php.net/distributions/php-${version}.tar.bz2";
-
sha256 = "0h9jw68n9gcpv70ndxjqa87j304ri2dggir4lrwbkbz8qc41d5dh";
+
sha256 = "0svlp5alqvm3fxzf2044ygziacy2ks9vbrnimkpqnxqgrmjl5nwc";
};
meta = {