]> granicus.if.org Git - php/commit
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5
authorChristopher Jones <sixd@php.net>
Thu, 1 Aug 2013 17:39:38 +0000 (10:39 -0700)
committerChristopher Jones <sixd@php.net>
Thu, 1 Aug 2013 17:39:38 +0000 (10:39 -0700)
commit48ea95188ec1a2c2ce7d137b821e2066ba560521
treed0005f510f95462d680b17dfdb25c3f2baf3c983
parent3b4d2647f94329e072e5e972f5bdb6f5201ec7d5
parentd884ec15e93fa153c845961f5e4c35ef9240eedd
Merge branch 'PHP-5.5' of https://git.php.net/repository/php-src into PHP-5.5

* 'PHP-5.5' of https://git.php.net/repository/php-src:
  Clean up the 'generated' phar.inc file. When building outside the source tree the copied phar.inc needs to be removed, but when building in the tree, the file must remain since it is part of the source. See the copying logic in ext/phar/Makefile.frag.
  Revert "Allow 'make distclean' to clean up the 'generated' phar.inc"
  Use PHP's major version when cleaning up Apache .module files
  Allow 'make distclean' to clean up the 'generated' phar.inc
  Give 'make distclean' some love. Clean files created by AC_OUTPUT, shell redirection etc.