]> granicus.if.org Git - php/commit
Fix #78460: PEAR installation failure
authorPeter Kokot <peterkokot@gmail.com>
Wed, 28 Aug 2019 15:21:46 +0000 (17:21 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Fri, 30 Aug 2019 02:26:05 +0000 (04:26 +0200)
commit18a2f0849ff644b2e7921e287d5ae9e84a19aa71
tree6fa2645e5c8f1c095b9ecb4709191c32f146d717
parent48ff226caeaef37863736297bbe807ac5ec4784b
Fix #78460: PEAR installation failure

When building PHP outside of the source tree:

  mkdir custom-build-dir
  cd custom-build-dir
  ../path/to/php-src/configure

The directories need to be manually created including the pear directory
so the pear installation PHAR file doesn't need to be downloaded from
the remote location.

Closes GH-4639
configure.ac