Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pecl fails by default #41081

Closed
6 tasks done
Krinkle opened this issue Jun 18, 2019 · 18 comments
Closed
6 tasks done

pecl fails by default #41081

Krinkle opened this issue Jun 18, 2019 · 18 comments
Labels
outdated PR was locked due to age

Comments

@Krinkle
Copy link

Krinkle commented Jun 18, 2019

Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.

  • are reporting a bug others will be able to reproduce and not asking a question or requesting software. If you're not sure or want to ask a question do so on our Discourse: https://discourse.brew.sh. To get software added or changed in Homebrew please file a Pull Request
  • have a problem with brew install (or upgrade, reinstall) a single, Homebrew/homebrew-core formula (not cask) on macOS? If it's a general brew problem please file this issue at Homebrew/brew: https://github.com/Homebrew/brew/issues/new/choose. If it's a Linux problem please file this issue at https://github.com/Homebrew/linuxbrew-core/issues/new/choose. If it's a brew cask problem please file this issue at https://github.com/Homebrew/homebrew-cask/issues/new/choose. If it's a tap (e.g. Homebrew/homebrew-php) problem please file this issue at the tap.
  • ran brew update and can still reproduce the problem?
  • ran brew doctor, fixed all issues and can still reproduce the problem?
  • ran brew gist-logs <formula> (where <formula> is the name of the formula that failed) and included the output link?
  • if brew gist-logs didn't work: ran brew config and brew doctor and included their output with your issue?
What you were trying to do

Install a PHP extension using Pecl (as these are no longer maintained as Homebrew formulas).

What happened

It seems by default, Homebrew installs php in a way that Pecl is unable to succeed installing a package. I've confirmed this with php@7.2 and php@7.1 on macOS 10.14.4.

$ pecl install apcu
downloading apcu-5.1.17.tgz ...
Starting to download apcu-5.1.17.tgz (94,814 bytes)
.....................done: 94,814 bytes
39 source files, building
…
Configuring for:
PHP Api Version:         20170718
Zend Module Api No:      20170718
Zend Extension Api No:   320170718
…
----------------------------------------------------------------------
Libraries have been installed in:
   /private/tmp/pear/temp/pear-build-krinkleAMdnae/apcu-5.1.17/modules

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17" install
Installing shared extensions:     /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/pecl/20170718/
Installing header files:          /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/
running: find "/private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17" | xargs ls -dils
7864060  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17
7864541  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr
7864542  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local
7864543  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar
7864544  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2
7864545  0 drwxr-xr-x  4 krinkle wheel   128 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1
7864580  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include
7864581  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php
7864582  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext
7864583  0 drwxr-xr-x 17 krinkle wheel   544 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu
7864585  8 -rw-r--r--  1 krinkle wheel  6232 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc.h
7864586  4 -rw-r--r--  1 krinkle wheel  1273 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_api.h
7864587  4 -rw-r--r--  1 krinkle wheel  2603 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_arginfo.h
7864588  4 -rw-r--r--  1 krinkle wheel  1967 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_cache.h
7864589 12 -rw-r--r--  1 krinkle wheel 12129 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_cache_api.h
7864590  4 -rw-r--r--  1 krinkle wheel  3635 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_globals.h
7864591  4 -rw-r--r--  1 krinkle wheel  4032 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_iterator.h
7864592  4 -rw-r--r--  1 krinkle wheel  1299 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_lock.h
7864594  8 -rw-r--r--  1 krinkle wheel  4463 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_lock_api.h
7864593  4 -rw-r--r--  1 krinkle wheel  2303 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_mutex.h
7864597  4 -rw-r--r--  1 krinkle wheel  3033 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_serializer.h
7864595  4 -rw-r--r--  1 krinkle wheel  1792 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_sma.h
7864596  8 -rw-r--r--  1 krinkle wheel  5609 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_sma_api.h
7864598  4 -rw-r--r--  1 krinkle wheel  2277 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_stack.h
7864584  4 -rw-r--r--  1 krinkle wheel  2712 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/php_apc.h
7864546  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/pecl
7864547  0 drwxr-xr-x  3 krinkle wheel    96 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/pecl/20170718
7864549 88 -rwxr-xr-x  1 krinkle wheel 88096 Jun 18 18:56 /private/tmp/pear/temp/pear-build-krinkleAMdnae/install-apcu-5.1.17/usr/local/Cellar/php@7.2/7.2.19_1/pecl/20170718/apcu.so

Build process completed successfully
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_sma.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_sma_api.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_mutex.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_stack.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_arginfo.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_globals.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_iterator.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_lock_api.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_api.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/php_apc.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_cache_api.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_cache.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_serializer.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/include/php/ext/apcu/apc_lock.h'
Installing '/usr/local/Cellar/php@7.2/7.2.19_1/pecl/20170718/apcu.so'

Warning: mkdir(): File exists in System.php on line 294
PHP Warning:  mkdir(): File exists in /usr/local/Cellar/php@7.2/7.2.19_1/share/php@7.2/pear/System.php on line 294

Warning: mkdir(): File exists in /usr/local/Cellar/php@7.2/7.2.19_1/share/php@7.2/pear/System.php on line 294
ERROR: failed to mkdir /usr/local/Cellar/php@7.2/7.2.19_1/pecl/20170718
$ echo $?
1

Looking at what it was trying to operate on:

$ l /usr/local/Cellar/php@7.2/7.2.19_1
total 124K
drwxr-xr-x 15 krinkle staff  480 Jun 18 18:48  ./
drwxr-xr-x  3 krinkle staff   96 Jun 18 18:48  ../
drwxr-xr-x  4 krinkle staff  128 May 29 08:14  .bottle/
drwxr-xr-x  3 krinkle staff   96 May 29 08:14  .brew/
-rw-r--r--  1 krinkle staff 3.1K Jun 18 18:48  INSTALL_RECEIPT.json
-rw-r--r--  1 krinkle staff 3.2K May 29 08:14  LICENSE
-rw-r--r--  1 krinkle staff 107K May 29 08:14  NEWS
-rw-r--r--  1 krinkle staff 1.6K May 29 08:14  README.md
drwxr-xr-x 12 krinkle staff  384 Jun 18 18:48  bin/
-rw-r--r--  1 krinkle staff  636 Jun 18 18:48 'homebrew.mxcl.php@7.2.plist'
drwxr-xr-x  3 krinkle staff   96 May 29 08:14  include/
drwxr-xr-x  4 krinkle staff  128 May 29 08:14  lib/
lrwxr-xr-x  1 krinkle staff   23 Jun 18 18:48  pecl -> /usr/local/lib/php/pecl
drwxr-xr-x  3 krinkle staff   96 May 29 08:14  sbin/
drwxr-xr-x  5 krinkle staff  160 May 29 08:14  share/

There is an unexpected symlink here which is broken (/usr/local/lib/php/pecl doesn't exist).

$ which pecl
/usr/local/opt/php@7.2/bin/pecl
Workaround

Removing this unexpected symlink and re-running the pecl command makes it work.

@close-issue-app
Copy link

From the issue template:

Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use the issue template, we will block you from ever submitting issues to Homebrew again.

If you add the necessary information to this issue (don't create a new one, please) then this issue may be reopened.

@Krinkle
Copy link
Author

Krinkle commented Jun 18, 2019

The following reporters seemed to have had similar issues.

From #26474

Workaround:
mkdir -p /usr/local/lib/php/pecl # this dir didn't exist and this caused pecl install to fail

From #40399

Warning: mkdir(): File exists in /usr/local/Cellar/php/7.3.5/share/php/pear/System.php on line 294
ERROR: failed to mkdir /usr/local/Cellar/php/7.3.5/pecl/20180731`

From https://yish.dev/xdebug-on-php73-with-homebrew/

Workaround:
Navigate to /usr/local/Cellar/php/7.x.x/, remove the symlink, and [run pecl again]. This creates the directory.

@SMillerDev
Copy link
Member

Since it's fixed I'm going to leave this closed.

@Krinkle
Copy link
Author

Krinkle commented Jun 19, 2019

It's not fixed. It's broken.

Having every Homebrew user Google around for 20 minutes executing arbitrary commands until it works, is not a "fix".

@tanmaymishu
Copy link

Any further attempts to actually "Fix" this problem?

@alebcay
Copy link
Member

alebcay commented Jul 20, 2019

I am unable to reproduce this on my machine with php 7.3. pecl installs seem to succeed without any sort of issues.

Installation of apcu via pecl
~
• brew install php
==> Installing dependencies for php: argon2, libmetalink, openldap, curl-openssl, freetds and tidy-html5
==> Installing php dependency: argon2
==> Downloading https://homebrew.bintray.com/bottles/argon2-20190702_1.mojave.bo
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/fdddd9b66576aa4f0331661b9d5438b4210023f7aea7bbd37048df7700d12b61--argon2-20190702_1.mojave.bottle.tar.gz
==> Pouring argon2-20190702_1.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/argon2/20190702_1: 12 files, 591KB
==> Installing php dependency: libmetalink
==> Downloading https://homebrew.bintray.com/bottles/libmetalink-0.1.3.mojave.bo
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/1b197b52585a433758dbf5c71b98f3063fbb96cf86bca5e22ef09e55d99237fa--libmetalink-0.1.3.mojave.bottle.tar.gz
==> Pouring libmetalink-0.1.3.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/libmetalink/0.1.3: 31 files, 178.9KB
==> Installing php dependency: openldap
==> Downloading https://homebrew.bintray.com/bottles/openldap-2.4.47.mojave.bott
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/cd56fa9f417aaa43cfe4b73c0dde40e9245da1e5af1e72916582bda36d0a1616--openldap-2.4.47.mojave.bottle.tar.gz
==> Pouring openldap-2.4.47.mojave.bottle.tar.gz
==> Caveats
openldap is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have openldap first in your PATH run:
  echo 'export PATH="/usr/local/opt/openldap/bin:$PATH"' >> ~/.zshrc
  echo 'export PATH="/usr/local/opt/openldap/sbin:$PATH"' >> ~/.zshrc

For compilers to find openldap you may need to set:
  export LDFLAGS="-L/usr/local/opt/openldap/lib"
  export CPPFLAGS="-I/usr/local/opt/openldap/include"

==> Summary
🍺  /usr/local/Cellar/openldap/2.4.47: 327 files, 6.5MB
==> Installing php dependency: curl-openssl
==> Downloading https://homebrew.bintray.com/bottles/curl-openssl-7.65.3.mojave.
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/e018a5852996d4af944cf26797f8520eab4c29d7cfe9243a437be9d072a444a9--curl-openssl-7.65.3.mojave.bottle.tar.gz
==> Pouring curl-openssl-7.65.3.mojave.bottle.tar.gz
==> Caveats
curl-openssl is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have curl-openssl first in your PATH run:
  echo 'export PATH="/usr/local/opt/curl-openssl/bin:$PATH"' >> ~/.zshrc

For compilers to find curl-openssl you may need to set:
  export LDFLAGS="-L/usr/local/opt/curl-openssl/lib"
  export CPPFLAGS="-I/usr/local/opt/curl-openssl/include"

For pkg-config to find curl-openssl you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/curl-openssl/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/curl-openssl/7.65.3: 451 files, 3.4MB
==> Installing php dependency: freetds
==> Downloading https://homebrew.bintray.com/bottles/freetds-1.1.6.mojave.bottle
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/550456236a1324ed339b3c064b56f7997cb5710d1da8a54ef7d3c83408ae384b--freetds-1.1.6.mojave.bottle.tar.gz
==> Pouring freetds-1.1.6.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/freetds/1.1.6: 2,141 files, 13.1MB
==> Installing php dependency: tidy-html5
==> Downloading https://homebrew.bintray.com/bottles/tidy-html5-5.6.0.mojave.bot
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/8b98752a499cf65df98c1e663e1937b63478c342e0fb74b5f45383d835acc192--tidy-html5-5.6.0.mojave.bottle.tar.gz
==> Pouring tidy-html5-5.6.0.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/tidy-html5/5.6.0: 14 files, 2.6MB
==> Installing php
==> Downloading https://homebrew.bintray.com/bottles/php-7.3.7.mojave.bottle.tar
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/d97624a134344e0e3d614c1e4da1eeea5604f77db828bfdb370bddcbe3208214--php-7.3.7.mojave.bottle.tar.gz
==> Pouring php-7.3.7.mojave.bottle.tar.gz
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_ini /usr/local/etc/php/7
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set doc_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set ext_dir /usr/local/lib/php/p
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set bin_dir /usr/local/opt/php/b
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set data_dir /usr/local/share/pe
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set cfg_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set www_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set man_dir /usr/local/share/man
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set test_dir /usr/local/share/pe
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_bin /usr/local/opt/php/b
==> /usr/local/Cellar/php/7.3.7/bin/pear update-channels
==> Caveats
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php7_module /usr/local/opt/php/lib/httpd/modules/libphp7.so

    <FilesMatch \.php$>
        SetHandler application/x-httpd-php
    </FilesMatch>

Finally, check DirectoryIndex includes index.php
    DirectoryIndex index.php index.html

The php.ini and php-fpm.ini file can be found in:
    /usr/local/etc/php/7.3/

To have launchd start php now and restart at login:
  brew services start php
Or, if you don't want/need a background service you can just run:
  php-fpm
==> Summary
🍺  /usr/local/Cellar/php/7.3.7: 521 files, 77.0MB
==> Caveats
==> openldap
openldap is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have openldap first in your PATH run:
  echo 'export PATH="/usr/local/opt/openldap/bin:$PATH"' >> ~/.zshrc
  echo 'export PATH="/usr/local/opt/openldap/sbin:$PATH"' >> ~/.zshrc

For compilers to find openldap you may need to set:
  export LDFLAGS="-L/usr/local/opt/openldap/lib"
  export CPPFLAGS="-I/usr/local/opt/openldap/include"

==> curl-openssl
curl-openssl is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have curl-openssl first in your PATH run:
  echo 'export PATH="/usr/local/opt/curl-openssl/bin:$PATH"' >> ~/.zshrc

For compilers to find curl-openssl you may need to set:
  export LDFLAGS="-L/usr/local/opt/curl-openssl/lib"
  export CPPFLAGS="-I/usr/local/opt/curl-openssl/include"

For pkg-config to find curl-openssl you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/curl-openssl/lib/pkgconfig"

==> php
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php7_module /usr/local/opt/php/lib/httpd/modules/libphp7.so

    <FilesMatch \.php$>
        SetHandler application/x-httpd-php
    </FilesMatch>

Finally, check DirectoryIndex includes index.php
    DirectoryIndex index.php index.html

The php.ini and php-fpm.ini file can be found in:
    /usr/local/etc/php/7.3/

To have launchd start php now and restart at login:
  brew services start php
Or, if you don't want/need a background service you can just run:
  php-fpm

~ 31s
• pecl install apcu
PHP Warning:  Failed loading Zend extension 'xdebug.so' (tried: /usr/local/lib/php/pecl/20180731/xdebug.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so, 9): image not found), /usr/local/lib/php/pecl/20180731/xdebug.so.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so.so, 9): image not found)) in Unknown on line 0

Warning: Failed loading Zend extension 'xdebug.so' (tried: /usr/local/lib/php/pecl/20180731/xdebug.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so, 9): image not found), /usr/local/lib/php/pecl/20180731/xdebug.so.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so.so, 9): image not found)) in Unknown on line 0
downloading apcu-5.1.17.tgz ...
Starting to download apcu-5.1.17.tgz (94,814 bytes)
.....................done: 94,814 bytes
39 source files, building
running: phpize
Configuring for:
PHP Api Version:         20180731
Zend Module Api No:      20180731
Zend Extension Api No:   320180731
Enable internal debugging in APCu [no] : no
building in /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17
running: /private/tmp/pear/temp/apcu/configure --with-php-config=/usr/local/opt/php/bin/php-config --enable-apcu-debug=no
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking for suncc... no
checking whether gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-apple-darwin18.6.0
checking host system type... x86_64-apple-darwin18.6.0
checking target system type... x86_64-apple-darwin18.6.0
checking for PHP prefix... /usr/local/Cellar/php/7.3.7
checking for PHP includes... -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/Cellar/php/7.3.7/pecl/20180731
checking for PHP installed headers prefix... /usr/local/Cellar/php/7.3.7/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable APCu support... yes, shared
checking if APCu should be allowed to use rwlocks... yes
checking if APCu should be built in debug mode... no
checking if APCu should clear on SIGUSR1... no
checking if APCu will use mmap (or shm)... yes
checking if APCu should utilize spinlocks before flocks... no
checking whether the target compiler supports builtin atomics... yes
configure: WARNING: APCu has access to native rwlocks
configure: WARNING: APCu has access to mutexes
checking for sigaction... yes
checking for union semun... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking for shm_open in -lrt... no
checking whether to include code coverage symbols... no
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin18.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking for g++ option to produce PIC...
checking if g++ static flag  works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... darwin18.6.0 dyld
(cached) (cached) checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc.c -o apc.lo
mkdir .libs
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc.c  -fno-common -DPIC -o .libs/apc.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_lock.c -o apc_lock.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_lock.c  -fno-common -DPIC -o .libs/apc_lock.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_mutex.c -o apc_mutex.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_mutex.c  -fno-common -DPIC -o .libs/apc_mutex.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/php_apc.c -o php_apc.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/php_apc.c  -fno-common -DPIC -o .libs/php_apc.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_cache.c -o apc_cache.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_cache.c  -fno-common -DPIC -o .libs/apc_cache.o
/private/tmp/pear/temp/apcu/apc_cache.c:264:72: warning: format specifies type 'long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                php_error_docref(NULL, E_NOTICE, "Error at offset %ld of %ld bytes", (zend_long)(tmp - buf), (zend_long)buf_len);
                                                                  ~~~                ^~~~~~~~~~~~~~~~~~~~~~
                                                                  %lld
/private/tmp/pear/temp/apcu/apc_cache.c:264:96: warning: format specifies type 'long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                php_error_docref(NULL, E_NOTICE, "Error at offset %ld of %ld bytes", (zend_long)(tmp - buf), (zend_long)buf_len);
                                                                         ~~~                                 ^~~~~~~~~~~~~~~~~~
                                                                         %lld
/private/tmp/pear/temp/apcu/apc_cache.c:290:171: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                zend_error_noreturn(E_CORE_ERROR, "Unable to allocate %zu bytes of shared memory for cache structures. Either apc.shm_size is too small or apc.entries_hint too large", cache_size);
                                                                      ~~~                                                                                                               ^~~~~~~~~~
                                                                      %lld
3 warnings generated.
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_mmap.c -o apc_mmap.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_mmap.c  -fno-common -DPIC -o .libs/apc_mmap.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_shm.c -o apc_shm.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_shm.c  -fno-common -DPIC -o .libs/apc_shm.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_sma.c -o apc_sma.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_sma.c  -fno-common -DPIC -o .libs/apc_sma.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_stack.c -o apc_stack.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_stack.c  -fno-common -DPIC -o .libs/apc_stack.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_signal.c -o apc_signal.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_signal.c  -fno-common -DPIC -o .libs/apc_signal.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_iterator.c -o apc_iterator.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_iterator.c  -fno-common -DPIC -o .libs/apc_iterator.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=compile gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/apcu/apc_persist.c -o apc_persist.lo
 gcc -D_GNU_SOURCE -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -I. -I/private/tmp/pear/temp/apcu -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/apcu/apc_persist.c  -fno-common -DPIC -o .libs/apc_persist.o
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=link gcc -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/include -I/private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/main -I/private/tmp/pear/temp/apcu -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2    -o apcu.la -export-dynamic -avoid-version -prefer-pic -module -rpath /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/modules  apc.lo apc_lock.lo apc_mutex.lo php_apc.lo apc_cache.lo apc_mmap.lo apc_shm.lo apc_sma.lo apc_stack.lo apc_signal.lo apc_iterator.lo apc_persist.lo
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/apcu.so -bundle  .libs/apc.o .libs/apc_lock.o .libs/apc_mutex.o .libs/php_apc.o .libs/apc_cache.o .libs/apc_mmap.o .libs/apc_shm.o .libs/apc_sma.o .libs/apc_stack.o .libs/apc_signal.o .libs/apc_iterator.o .libs/apc_persist.o
dsymutil .libs/apcu.so || :
creating apcu.la
(cd .libs && rm -f apcu.la && ln -s ../apcu.la apcu.la)
/bin/sh /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/libtool --mode=install cp ./apcu.la /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/modules
cp ./.libs/apcu.so /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/modules/apcu.so
cp ./.libs/apcu.lai /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/modules/apcu.la
----------------------------------------------------------------------
Libraries have been installed in:
   /private/tmp/pear/temp/pear-build-calebAlwI1e/apcu-5.1.17/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17" install
Installing shared extensions:     /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/pecl/20180731/
Installing header files:          /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/
running: find "/private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17" | xargs ls -dils
60942423   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17
60942917   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr
60942918   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local
60942919   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar
60942920   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php
60942921   0 drwxr-xr-x   4 caleb  wheel    128 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7
60942955   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include
60942956   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php
60942957   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext
60942958   0 drwxr-xr-x  17 caleb  wheel    544 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu
60942960  16 -rw-r--r--   1 caleb  wheel   6232 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc.h
60942961   8 -rw-r--r--   1 caleb  wheel   1273 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_api.h
60942962   8 -rw-r--r--   1 caleb  wheel   2603 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_arginfo.h
60942963   8 -rw-r--r--   1 caleb  wheel   1967 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_cache.h
60942964  24 -rw-r--r--   1 caleb  wheel  12129 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_cache_api.h
60942965   8 -rw-r--r--   1 caleb  wheel   3635 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_globals.h
60942966   8 -rw-r--r--   1 caleb  wheel   4032 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_iterator.h
60942967   8 -rw-r--r--   1 caleb  wheel   1299 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_lock.h
60942969  16 -rw-r--r--   1 caleb  wheel   4463 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_lock_api.h
60942968   8 -rw-r--r--   1 caleb  wheel   2303 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_mutex.h
60942972   8 -rw-r--r--   1 caleb  wheel   3033 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_serializer.h
60942970   8 -rw-r--r--   1 caleb  wheel   1792 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_sma.h
60942971  16 -rw-r--r--   1 caleb  wheel   5609 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_sma_api.h
60942973   8 -rw-r--r--   1 caleb  wheel   2277 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_stack.h
60942959   8 -rw-r--r--   1 caleb  wheel   2712 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/php_apc.h
60942922   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/pecl
60942923   0 drwxr-xr-x   3 caleb  wheel     96 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/pecl/20180731
60942924 176 -rwxr-xr-x   1 caleb  wheel  88632 Jul 20 10:43 /private/tmp/pear/temp/pear-build-calebAlwI1e/install-apcu-5.1.17/usr/local/Cellar/php/7.3.7/pecl/20180731/apcu.so

Build process completed successfully
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_sma.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_sma_api.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_mutex.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_stack.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_arginfo.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_globals.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_iterator.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_lock_api.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_api.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/php_apc.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_cache_api.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_cache.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_serializer.h'
Installing '/usr/local/Cellar/php/7.3.7/include/php/ext/apcu/apc_lock.h'
Installing '/usr/local/Cellar/php/7.3.7/pecl/20180731/apcu.so'
install ok: channel://pecl.php.net/apcu-5.1.17
Extension apcu enabled in php.ini
Installation of xdebug via pecl
~
• brew install php
==> Installing dependencies for php: argon2, libmetalink, openldap, curl-openssl, freetds and tidy-html5
==> Installing php dependency: argon2
==> Downloading https://homebrew.bintray.com/bottles/argon2-20190702_1.mojave.bo
==> Downloading from https://akamai.bintray.com/a7/a76192a41826619fc399e7f6de5e6
######################################################################## 100.0%
==> Pouring argon2-20190702_1.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/argon2/20190702_1: 12 files, 591KB
==> Installing php dependency: libmetalink
==> Downloading https://homebrew.bintray.com/bottles/libmetalink-0.1.3.mojave.bo
######################################################################## 100.0%
==> Pouring libmetalink-0.1.3.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/libmetalink/0.1.3: 31 files, 178.9KB
==> Installing php dependency: openldap
==> Downloading https://homebrew.bintray.com/bottles/openldap-2.4.47.mojave.bott
==> Downloading from https://akamai.bintray.com/07/07e1f0e3ec1a02340a82259e1ace7
######################################################################## 100.0%
==> Pouring openldap-2.4.47.mojave.bottle.tar.gz
==> Caveats
openldap is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have openldap first in your PATH run:
  echo 'export PATH="/usr/local/opt/openldap/bin:$PATH"' >> ~/.zshrc
  echo 'export PATH="/usr/local/opt/openldap/sbin:$PATH"' >> ~/.zshrc

For compilers to find openldap you may need to set:
  export LDFLAGS="-L/usr/local/opt/openldap/lib"
  export CPPFLAGS="-I/usr/local/opt/openldap/include"

==> Summary
🍺  /usr/local/Cellar/openldap/2.4.47: 327 files, 6.5MB
==> Installing php dependency: curl-openssl
==> Downloading https://homebrew.bintray.com/bottles/curl-openssl-7.65.3.mojave.
==> Downloading from https://akamai.bintray.com/1f/1fd4e12d9b493c08e289ef85df77d
######################################################################## 100.0%
==> Pouring curl-openssl-7.65.3.mojave.bottle.tar.gz
==> Caveats
curl-openssl is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have curl-openssl first in your PATH run:
  echo 'export PATH="/usr/local/opt/curl-openssl/bin:$PATH"' >> ~/.zshrc

For compilers to find curl-openssl you may need to set:
  export LDFLAGS="-L/usr/local/opt/curl-openssl/lib"
  export CPPFLAGS="-I/usr/local/opt/curl-openssl/include"

For pkg-config to find curl-openssl you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/curl-openssl/lib/pkgconfig"

==> Summary
🍺  /usr/local/Cellar/curl-openssl/7.65.3: 451 files, 3.4MB
==> Installing php dependency: freetds
==> Downloading https://homebrew.bintray.com/bottles/freetds-1.1.6.mojave.bottle
==> Downloading from https://akamai.bintray.com/50/501fc03b7af71fdc7dba603c95d7d
######################################################################## 100.0%
==> Pouring freetds-1.1.6.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/freetds/1.1.6: 2,141 files, 13.1MB
==> Installing php dependency: tidy-html5
==> Downloading https://homebrew.bintray.com/bottles/tidy-html5-5.6.0.mojave.bot
==> Downloading from https://akamai.bintray.com/bd/bd3ca7dc82a913c8576716cbcc957
######################################################################## 100.0%
==> Pouring tidy-html5-5.6.0.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/tidy-html5/5.6.0: 14 files, 2.6MB
==> Installing php
==> Downloading https://homebrew.bintray.com/bottles/php-7.3.7.mojave.bottle.tar
==> Downloading from https://akamai.bintray.com/c8/c8ed5f512b34d4cd4082aaea40143
######################################################################## 100.0%
==> Pouring php-7.3.7.mojave.bottle.tar.gz
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_ini /usr/local/etc/php/7
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set doc_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set ext_dir /usr/local/lib/php/p
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set bin_dir /usr/local/opt/php/b
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set data_dir /usr/local/share/pe
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set cfg_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set www_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set man_dir /usr/local/share/man
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set test_dir /usr/local/share/pe
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_bin /usr/local/opt/php/b
==> /usr/local/Cellar/php/7.3.7/bin/pear update-channels
==> Caveats
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php7_module /usr/local/opt/php/lib/httpd/modules/libphp7.so

    <FilesMatch \.php$>
        SetHandler application/x-httpd-php
    </FilesMatch>

Finally, check DirectoryIndex includes index.php
    DirectoryIndex index.php index.html

The php.ini and php-fpm.ini file can be found in:
    /usr/local/etc/php/7.3/

To have launchd start php now and restart at login:
  brew services start php
Or, if you don't want/need a background service you can just run:
  php-fpm
==> Summary
🍺  /usr/local/Cellar/php/7.3.7: 521 files, 77.0MB
==> Caveats
==> openldap
openldap is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have openldap first in your PATH run:
  echo 'export PATH="/usr/local/opt/openldap/bin:$PATH"' >> ~/.zshrc
  echo 'export PATH="/usr/local/opt/openldap/sbin:$PATH"' >> ~/.zshrc

For compilers to find openldap you may need to set:
  export LDFLAGS="-L/usr/local/opt/openldap/lib"
  export CPPFLAGS="-I/usr/local/opt/openldap/include"

==> curl-openssl
curl-openssl is keg-only, which means it was not symlinked into /usr/local,
because macOS already provides this software and installing another version in
parallel can cause all kinds of trouble.

If you need to have curl-openssl first in your PATH run:
  echo 'export PATH="/usr/local/opt/curl-openssl/bin:$PATH"' >> ~/.zshrc

For compilers to find curl-openssl you may need to set:
  export LDFLAGS="-L/usr/local/opt/curl-openssl/lib"
  export CPPFLAGS="-I/usr/local/opt/curl-openssl/include"

For pkg-config to find curl-openssl you may need to set:
  export PKG_CONFIG_PATH="/usr/local/opt/curl-openssl/lib/pkgconfig"

==> php
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php7_module /usr/local/opt/php/lib/httpd/modules/libphp7.so

    <FilesMatch \.php$>
        SetHandler application/x-httpd-php
    </FilesMatch>

Finally, check DirectoryIndex includes index.php
    DirectoryIndex index.php index.html

The php.ini and php-fpm.ini file can be found in:
    /usr/local/etc/php/7.3/

To have launchd start php now and restart at login:
  brew services start php
Or, if you don't want/need a background service you can just run:
  php-fpm

~
• pecl install xdebug
downloading xdebug-2.7.2.tgz ...
Starting to download xdebug-2.7.2.tgz (230,987 bytes)
.................................................done: 230,987 bytes
69 source files, building
running: phpize
Configuring for:
PHP Api Version:         20180731
Zend Module Api No:      20180731
Zend Extension Api No:   320180731
building in /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2
running: /private/tmp/pear/temp/xdebug/configure --with-php-config=/usr/local/opt/php/bin/php-config
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking for suncc... no
checking whether gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-apple-darwin18.6.0
checking host system type... x86_64-apple-darwin18.6.0
checking target system type... x86_64-apple-darwin18.6.0
checking for PHP prefix... /usr/local/Cellar/php/7.3.7
checking for PHP includes... -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/Cellar/php/7.3.7/pecl/20180731
checking for PHP installed headers prefix... /usr/local/Cellar/php/7.3.7/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable Xdebug support... yes, shared
checking whether to enable Xdebug developer build flags... no
checking Check for supported PHP versions... supported (7.3.7)
checking for gettimeofday... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for cos in -lm... yes
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin18.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking for g++ option to produce PIC...
checking if g++ static flag  works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... darwin18.6.0 dyld
(cached) (cached) checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug.c -o xdebug.lo
mkdir .libs
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug.c  -fno-common -DPIC -o .libs/xdebug.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_branch_info.c -o xdebug_branch_info.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_branch_info.c  -fno-common -DPIC -o .libs/xdebug_branch_info.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_code_coverage.c -o xdebug_code_coverage.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_code_coverage.c  -fno-common -DPIC -o .libs/xdebug_code_coverage.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_com.c -o xdebug_com.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_com.c  -fno-common -DPIC -o .libs/xdebug_com.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_compat.c -o xdebug_compat.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_compat.c  -fno-common -DPIC -o .libs/xdebug_compat.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_gc_stats.c -o xdebug_gc_stats.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_gc_stats.c  -fno-common -DPIC -o .libs/xdebug_gc_stats.o
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:175:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->collected,
                        ^~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:178:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_before,
                        ^~~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:179:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_after,
                        ^~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:185:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->collected,
                        ^~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:188:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_before,
                        ^~~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:189:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_after,
                        ^~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:196:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->collected,
                        ^~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:199:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_before,
                        ^~~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:200:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_after,
                        ^~~~~~~~~~~~~~~~~
9 warnings generated.
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_filter.c -o xdebug_filter.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_filter.c  -fno-common -DPIC -o .libs/xdebug_filter.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c -o xdebug_handler_dbgp.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c  -fno-common -DPIC -o .libs/xdebug_handler_dbgp.o
/private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:929:21: warning: incompatible pointer types initializing 'jmp_buf *' (aka 'int (*)[37]') with an expression of type 'sigjmp_buf *' (aka 'int (*)[38]') [-Wincompatible-pointer-types]
        jmp_buf           *original_bailout = EG(bailout);
                           ^                  ~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:962:14: warning: incompatible pointer types assigning to 'sigjmp_buf *' (aka 'int (*)[38]') from 'jmp_buf *' (aka 'int (*)[37]') [-Wincompatible-pointer-types]
        EG(bailout) = original_bailout;
                    ^ ~~~~~~~~~~~~~~~~
2 warnings generated.
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_handlers.c -o xdebug_handlers.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_handlers.c  -fno-common -DPIC -o .libs/xdebug_handlers.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_llist.c -o xdebug_llist.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_llist.c  -fno-common -DPIC -o .libs/xdebug_llist.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_monitor.c -o xdebug_monitor.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_monitor.c  -fno-common -DPIC -o .libs/xdebug_monitor.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_hash.c -o xdebug_hash.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_hash.c  -fno-common -DPIC -o .libs/xdebug_hash.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_private.c -o xdebug_private.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_private.c  -fno-common -DPIC -o .libs/xdebug_private.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_profiler.c -o xdebug_profiler.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_profiler.c  -fno-common -DPIC -o .libs/xdebug_profiler.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_set.c -o xdebug_set.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_set.c  -fno-common -DPIC -o .libs/xdebug_set.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_stack.c -o xdebug_stack.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_stack.c  -fno-common -DPIC -o .libs/xdebug_stack.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_str.c -o xdebug_str.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_str.c  -fno-common -DPIC -o .libs/xdebug_str.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_superglobals.c -o xdebug_superglobals.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_superglobals.c  -fno-common -DPIC -o .libs/xdebug_superglobals.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_tracing.c -o xdebug_tracing.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_tracing.c  -fno-common -DPIC -o .libs/xdebug_tracing.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_trace_textual.c -o xdebug_trace_textual.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_trace_textual.c  -fno-common -DPIC -o .libs/xdebug_trace_textual.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_trace_computerized.c -o xdebug_trace_computerized.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_trace_computerized.c  -fno-common -DPIC -o .libs/xdebug_trace_computerized.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_trace_html.c -o xdebug_trace_html.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_trace_html.c  -fno-common -DPIC -o .libs/xdebug_trace_html.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_var.c -o xdebug_var.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_var.c  -fno-common -DPIC -o .libs/xdebug_var.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_xml.c -o xdebug_xml.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_xml.c  -fno-common -DPIC -o .libs/xdebug_xml.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/usefulstuff.c -o usefulstuff.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/usefulstuff.c  -fno-common -DPIC -o .libs/usefulstuff.o
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=link gcc -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2    -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/modules  xdebug.lo xdebug_branch_info.lo xdebug_code_coverage.lo xdebug_com.lo xdebug_compat.lo xdebug_gc_stats.lo xdebug_filter.lo xdebug_handler_dbgp.lo xdebug_handlers.lo xdebug_llist.lo xdebug_monitor.lo xdebug_hash.lo xdebug_private.lo xdebug_profiler.lo xdebug_set.lo xdebug_stack.lo xdebug_str.lo xdeb
ug_superglobals.lo xdebug_tracing.lo xdebug_trace_textual.lo xdebug_trace_computerized.lo xdebug_trace_html.lo xdebug_var.lo xdebug_xml.lo usefulstuff.lo -lm
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/xdebug.so -bundle  .libs/xdebug.o .libs/xdebug_branch_info.o .libs/xdebug_code_coverage.o .libs/xdebug_com.o .libs/xdebug_compat.o .libs/xdebug_gc_stats.o .libs/xdebug_filter.o .libs/xdebug_handler_dbgp.o .libs/xdebug_handlers.o .libs/xdebug_llist.o .libs/xdebug_monitor.o .libs/xdebug_hash.o .libs/xdebug_private.o .libs/xdebug_profiler.o .libs/xdebug_set.o .libs/xdebug_stack.o .libs/xdebug_str.o .libs/xdebug_superglobals.o .libs/xdebug_tracing.o .libs/xdebug_trace_textual.o .libs/xdebug_trace_computerized.o .libs/xdebug_trace_html.o .libs/xdebug_var.o .libs/xdebug_xml.o .libs/usefulstuff.o  -lm
dsymutil .libs/xdebug.so || :
creating xdebug.la
(cd .libs && rm -f xdebug.la && ln -s ../xdebug.la xdebug.la)
/bin/sh /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/libtool --mode=install cp ./xdebug.la /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/modules
cp ./.libs/xdebug.so /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/modules/xdebug.so
cp ./.libs/xdebug.lai /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/modules/xdebug.la
----------------------------------------------------------------------
Libraries have been installed in:
   /private/tmp/pear/temp/pear-build-calebV6qZsT/xdebug-2.7.2/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2" install
Installing shared extensions:     /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl/20180731/

  +----------------------------------------------------------------------+
  |                                                                      |
  |   INSTALLATION INSTRUCTIONS                                          |
  |   =========================                                          |
  |                                                                      |
  |   See https://xdebug.org/install.php#configure-php for instructions  |
  |   on how to enable Xdebug for PHP.                                   |
  |                                                                      |
  |   Documentation is available online as well:                         |
  |   - A list of all settings:  https://xdebug.org/docs-settings.php    |
  |   - A list of all functions: https://xdebug.org/docs-functions.php   |
  |   - Profiling instructions:  https://xdebug.org/docs-profiling2.php  |
  |   - Remote debugging:        https://xdebug.org/docs-debugger.php    |
  |                                                                      |
  |                                                                      |
  |   NOTE: Please disregard the message                                 |
  |       You should add "extension=xdebug.so" to php.ini                |
  |   that is emitted by the PECL installer. This does not work for      |
  |   Xdebug.                                                            |
  |                                                                      |
  +----------------------------------------------------------------------+


running: find "/private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2" | xargs ls -dils
60933236   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2
60933797   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr
60933798   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local
60933799   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local/Cellar
60933800   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local/Cellar/php
60933801   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7
60933802   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl
60933803   0 drwxr-xr-x  3 caleb  wheel      96 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl/20180731
60933804 576 -rwxr-xr-x  1 caleb  wheel  294000 Jul 20 10:35 /private/tmp/pear/temp/pear-build-calebV6qZsT/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl/20180731/xdebug.so

Build process completed successfully
Installing '/usr/local/Cellar/php/7.3.7/pecl/20180731/xdebug.so'
install ok: channel://pecl.php.net/xdebug-2.7.2
Extension xdebug enabled in php.ini

@willmorgan
Copy link

Myself and @wpdunk managed to replicate this on macOS 10.14.5. We managed to work around it with mkdir -p /usr/local/lib/php/pecl

This bug is not a non-issue, I'm afraid.

@madsem
Copy link

madsem commented Jul 24, 2019

@alebcay I ran into the same issue, but I saw you installed using brew install php
Me and it seems everyone else here, was using php@X.Y.
I think that might be the reason you couldn't reproduce it.

I'm installing from a Brewfile:

brew "php@7.1"
brew "php@7.2"
brew "php@7.3", restart_service: true, link: true

And I'm running into the exact same errors when installing anything via pecl afterwards...

# installing PHP extensions
echo "Install imagick, accepting defaults"
yes '' | pecl install -f imagick

echo "Install memcached, accepting defaults"
yes '' | pecl install -f memcached

echo "Install xdebug, accepting defaults"
yes '' | pecl install -f xdebug

echo "Install Phpredis, accepting defaults"
yes '' | pecl install -f redis

@sinjab
Copy link

sinjab commented Jul 25, 2019

I had the same problem. Running mkdir -p /usr/local/lib/php/pecl solved it.

@alebcay
Copy link
Member

alebcay commented Jul 26, 2019

Well, here's another kicker. The installation of php@7.3 already seems to creates /usr/local/lib/php/pecl.

php@7.3 installation log
~
• rm -rf /usr/local/lib/php

~
• brew install php@7.3
==> Downloading https://homebrew.bintray.com/bottles/php-7.3.7.mojave.bottle.tar
Already downloaded: /Users/caleb/Library/Caches/Homebrew/downloads/d97624a134344e0e3d614c1e4da1eeea5604f77db828bfdb370bddcbe3208214--php-7.3.7.mojave.bottle.tar.gz
==> Pouring php-7.3.7.mojave.bottle.tar.gz
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_ini /usr/local/etc/php/7
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set doc_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set ext_dir /usr/local/lib/php/p
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set bin_dir /usr/local/opt/php/b
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set data_dir /usr/local/share/pe
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set cfg_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set www_dir /usr/local/share/pea
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set man_dir /usr/local/share/man
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set test_dir /usr/local/share/pe
==> /usr/local/Cellar/php/7.3.7/bin/pear config-set php_bin /usr/local/opt/php/b
==> /usr/local/Cellar/php/7.3.7/bin/pear update-channels
==> Caveats
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php7_module /usr/local/opt/php/lib/httpd/modules/libphp7.so

    <FilesMatch \.php$>
        SetHandler application/x-httpd-php
    </FilesMatch>

Finally, check DirectoryIndex includes index.php
    DirectoryIndex index.php index.html

The php.ini and php-fpm.ini file can be found in:
    /usr/local/etc/php/7.3/

To have launchd start php now and restart at login:
  brew services start php
Or, if you don't want/need a background service you can just run:
  php-fpm
==> Summary
🍺  /usr/local/Cellar/php/7.3.7: 521 files, 77.0MB

~ 15s
• file /usr/local/lib/php/pecl
/usr/local/lib/php/pecl: directory

~
• yes '' | pecl install -f xdebug
PHP Warning:  Failed loading Zend extension 'xdebug.so' (tried: /usr/local/lib/php/pecl/20180731/xdebug.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so, 9): image not found), /usr/local/lib/php/pecl/20180731/xdebug.so.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so.so, 9): image not found)) in Unknown on line 0

Warning: Failed loading Zend extension 'xdebug.so' (tried: /usr/local/lib/php/pecl/20180731/xdebug.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so, 9): image not found), /usr/local/lib/php/pecl/20180731/xdebug.so.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so.so, 9): image not found)) in Unknown on line 0
PHP Warning:  Failed loading Zend extension 'xdebug.so' (tried: /usr/local/lib/php/pecl/20180731/xdebug.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so, 9): image not found), /usr/local/lib/php/pecl/20180731/xdebug.so.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so.so, 9): image not found)) in Unknown on line 0

Warning: Failed loading Zend extension 'xdebug.so' (tried: /usr/local/lib/php/pecl/20180731/xdebug.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so, 9): image not found), /usr/local/lib/php/pecl/20180731/xdebug.so.so (dlopen(/usr/local/lib/php/pecl/20180731/xdebug.so.so, 9): image not found)) in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library 'apcu.so' (tried: /usr/local/lib/php/pecl/20180731/apcu.so (dlopen(/usr/local/lib/php/pecl/20180731/apcu.so, 9): image not found), /usr/local/lib/php/pecl/20180731/apcu.so.so (dlopen(/usr/local/lib/php/pecl/20180731/apcu.so.so, 9): image not found)) in Unknown on line 0

Warning: PHP Startup: Unable to load dynamic library 'apcu.so' (tried: /usr/local/lib/php/pecl/20180731/apcu.so (dlopen(/usr/local/lib/php/pecl/20180731/apcu.so, 9): image not found), /usr/local/lib/php/pecl/20180731/apcu.so.so (dlopen(/usr/local/lib/php/pecl/20180731/apcu.so.so, 9): image not found)) in Unknown on line 0
downloading xdebug-2.7.2.tgz ...
Starting to download xdebug-2.7.2.tgz (230,987 bytes)
.................................................done: 230,987 bytes
69 source files, building
running: phpize
Configuring for:
PHP Api Version:         20180731
Zend Module Api No:      20180731
Zend Extension Api No:   320180731
building in /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2
running: /private/tmp/pear/temp/xdebug/configure --with-php-config=/usr/local/opt/php/bin/php-config
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for a sed that does not truncate output... /usr/local/bin/gsed
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking how to run the C preprocessor... gcc -E
checking for icc... no
checking for suncc... no
checking whether gcc and cc understand -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-apple-darwin18.6.0
checking host system type... x86_64-apple-darwin18.6.0
checking target system type... x86_64-apple-darwin18.6.0
checking for PHP prefix... /usr/local/Cellar/php/7.3.7
checking for PHP includes... -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/Cellar/php/7.3.7/pecl/20180731
checking for PHP installed headers prefix... /usr/local/Cellar/php/7.3.7/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable Xdebug support... yes, shared
checking whether to enable Xdebug developer build flags... no
checking Check for supported PHP versions... supported (7.3.7)
checking for gettimeofday... yes
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking netinet/in.h usability... yes
checking netinet/in.h presence... yes
checking for netinet/in.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking sys/poll.h usability... yes
checking sys/poll.h presence... yes
checking for sys/poll.h... yes
checking for cos in -lm... yes
checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 196608
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking for dsymutil... dsymutil
checking for nmedit... nmedit
checking for -single_module linker flag... yes
checking for -exported_symbols_list linker flag... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking for gcc option to produce PIC... -fno-common
checking if gcc PIC flag -fno-common works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin18.6.0 dyld
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking for g++ option to produce PIC...
checking if g++ static flag  works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... no
checking dynamic linker characteristics... darwin18.6.0 dyld
(cached) (cached) checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug.c -o xdebug.lo
mkdir .libs
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug.c  -fno-common -DPIC -o .libs/xdebug.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_branch_info.c -o xdebug_branch_info.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_branch_info.c  -fno-common -DPIC -o .libs/xdebug_branch_info.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_code_coverage.c -o xdebug_code_coverage.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_code_coverage.c  -fno-common -DPIC -o .libs/xdebug_code_coverage.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_com.c -o xdebug_com.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_com.c  -fno-common -DPIC -o .libs/xdebug_com.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_compat.c -o xdebug_compat.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_compat.c  -fno-common -DPIC -o .libs/xdebug_compat.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_gc_stats.c -o xdebug_gc_stats.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_gc_stats.c  -fno-common -DPIC -o .libs/xdebug_gc_stats.o
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:175:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->collected,
                        ^~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:178:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_before,
                        ^~~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:179:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_after,
                        ^~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:185:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->collected,
                        ^~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:188:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_before,
                        ^~~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:189:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_after,
                        ^~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:196:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->collected,
                        ^~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:199:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_before,
                        ^~~~~~~~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_gc_stats.c:200:4: warning: format specifies type 'unsigned long' but the argument has type 'zend_long' (aka 'long long') [-Wformat]
                        run->memory_after,
                        ^~~~~~~~~~~~~~~~~
9 warnings generated.
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_filter.c -o xdebug_filter.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_filter.c  -fno-common -DPIC -o .libs/xdebug_filter.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c -o xdebug_handler_dbgp.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c  -fno-common -DPIC -o .libs/xdebug_handler_dbgp.o
/private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:929:21: warning: incompatible pointer types initializing 'jmp_buf *' (aka 'int (*)[37]') with an expression of type 'sigjmp_buf *' (aka 'int (*)[38]') [-Wincompatible-pointer-types]
        jmp_buf           *original_bailout = EG(bailout);
                           ^                  ~~~~~~~~~~~
/private/tmp/pear/temp/xdebug/xdebug_handler_dbgp.c:962:14: warning: incompatible pointer types assigning to 'sigjmp_buf *' (aka 'int (*)[38]') from 'jmp_buf *' (aka 'int (*)[37]') [-Wincompatible-pointer-types]
        EG(bailout) = original_bailout;
                    ^ ~~~~~~~~~~~~~~~~
2 warnings generated.
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_handlers.c -o xdebug_handlers.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_handlers.c  -fno-common -DPIC -o .libs/xdebug_handlers.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_llist.c -o xdebug_llist.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_llist.c  -fno-common -DPIC -o .libs/xdebug_llist.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_monitor.c -o xdebug_monitor.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_monitor.c  -fno-common -DPIC -o .libs/xdebug_monitor.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_hash.c -o xdebug_hash.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_hash.c  -fno-common -DPIC -o .libs/xdebug_hash.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_private.c -o xdebug_private.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_private.c  -fno-common -DPIC -o .libs/xdebug_private.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_profiler.c -o xdebug_profiler.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_profiler.c  -fno-common -DPIC -o .libs/xdebug_profiler.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_set.c -o xdebug_set.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_set.c  -fno-common -DPIC -o .libs/xdebug_set.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_stack.c -o xdebug_stack.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_stack.c  -fno-common -DPIC -o .libs/xdebug_stack.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_str.c -o xdebug_str.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_str.c  -fno-common -DPIC -o .libs/xdebug_str.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_superglobals.c -o xdebug_superglobals.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_superglobals.c  -fno-common -DPIC -o .libs/xdebug_superglobals.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_tracing.c -o xdebug_tracing.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_tracing.c  -fno-common -DPIC -o .libs/xdebug_tracing.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_trace_textual.c -o xdebug_trace_textual.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_trace_textual.c  -fno-common -DPIC -o .libs/xdebug_trace_textual.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_trace_computerized.c -o xdebug_trace_computerized.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_trace_computerized.c  -fno-common -DPIC -o .libs/xdebug_trace_computerized.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_trace_html.c -o xdebug_trace_html.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_trace_html.c  -fno-common -DPIC -o .libs/xdebug_trace_html.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_var.c -o xdebug_var.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_var.c  -fno-common -DPIC -o .libs/xdebug_var.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/xdebug_xml.c -o xdebug_xml.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/xdebug_xml.c  -fno-common -DPIC -o .libs/xdebug_xml.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=compile gcc   -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2   -c /private/tmp/pear/temp/xdebug/usefulstuff.c -o usefulstuff.lo
 gcc -I. -I/private/tmp/pear/temp/xdebug -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/pear/temp/xdebug/usefulstuff.c  -fno-common -DPIC -o .libs/usefulstuff.o
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=link gcc -DPHP_ATOM_INC -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/include -I/private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/main -I/private/tmp/pear/temp/xdebug -I/usr/local/Cellar/php/7.3.7/include/php -I/usr/local/Cellar/php/7.3.7/include/php/main -I/usr/local/Cellar/php/7.3.7/include/php/TSRM -I/usr/local/Cellar/php/7.3.7/include/php/Zend -I/usr/local/Cellar/php/7.3.7/include/php/ext -I/usr/local/Cellar/php/7.3.7/include/php/ext/date/lib  -DHAVE_CONFIG_H  -g -O2    -o xdebug.la -export-dynamic -avoid-version -prefer-pic -module -rpath /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/modules  xdebug.lo xdebug_branch_info.lo xdebug_code_coverage.lo xdebug_com.lo xdebug_compat.lo xdebug_gc_stats.lo xdebug_filter.lo xdebug_handler_dbgp.lo xdebug_handlers.lo xdebug_llist.lo xdebug_monitor.lo xdebug_hash.lo xdebug_private.lo xdebug_profiler.lo xdebug_set.lo xdebug_stack.lo xdebug_str.lo xdeb
ug_superglobals.lo xdebug_tracing.lo xdebug_trace_textual.lo xdebug_trace_computerized.lo xdebug_trace_html.lo xdebug_var.lo xdebug_xml.lo usefulstuff.lo -lm
gcc ${wl}-flat_namespace ${wl}-undefined ${wl}suppress -o .libs/xdebug.so -bundle  .libs/xdebug.o .libs/xdebug_branch_info.o .libs/xdebug_code_coverage.o .libs/xdebug_com.o .libs/xdebug_compat.o .libs/xdebug_gc_stats.o .libs/xdebug_filter.o .libs/xdebug_handler_dbgp.o .libs/xdebug_handlers.o .libs/xdebug_llist.o .libs/xdebug_monitor.o .libs/xdebug_hash.o .libs/xdebug_private.o .libs/xdebug_profiler.o .libs/xdebug_set.o .libs/xdebug_stack.o .libs/xdebug_str.o .libs/xdebug_superglobals.o .libs/xdebug_tracing.o .libs/xdebug_trace_textual.o .libs/xdebug_trace_computerized.o .libs/xdebug_trace_html.o .libs/xdebug_var.o .libs/xdebug_xml.o .libs/usefulstuff.o  -lm
dsymutil .libs/xdebug.so || :
creating xdebug.la
(cd .libs && rm -f xdebug.la && ln -s ../xdebug.la xdebug.la)
/bin/sh /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/libtool --mode=install cp ./xdebug.la /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/modules
cp ./.libs/xdebug.so /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/modules/xdebug.so
cp ./.libs/xdebug.lai /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/modules/xdebug.la
----------------------------------------------------------------------
Libraries have been installed in:
   /private/tmp/pear/temp/pear-build-calebbawp4m/xdebug-2.7.2/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `DYLD_LIBRARY_PATH' environment variable
     during execution

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

running: make INSTALL_ROOT="/private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2" install
Installing shared extensions:     /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl/20180731/

  +----------------------------------------------------------------------+
  |                                                                      |
  |   INSTALLATION INSTRUCTIONS                                          |
  |   =========================                                          |
  |                                                                      |
  |   See https://xdebug.org/install.php#configure-php for instructions  |
  |   on how to enable Xdebug for PHP.                                   |
  |                                                                      |
  |   Documentation is available online as well:                         |
  |   - A list of all settings:  https://xdebug.org/docs-settings.php    |
  |   - A list of all functions: https://xdebug.org/docs-functions.php   |
  |   - Profiling instructions:  https://xdebug.org/docs-profiling2.php  |
  |   - Remote debugging:        https://xdebug.org/docs-debugger.php    |
  |                                                                      |
  |                                                                      |
  |   NOTE: Please disregard the message                                 |
  |       You should add "extension=xdebug.so" to php.ini                |
  |   that is emitted by the PECL installer. This does not work for      |
  |   Xdebug.                                                            |
  |                                                                      |
  +----------------------------------------------------------------------+


running: find "/private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2" | xargs ls -dils
62728211   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2
62728769   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr
62728770   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local
62728771   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local/Cellar
62728772   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local/Cellar/php
62728773   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7
62728774   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl
62728775   0 drwxr-xr-x  3 caleb  wheel      96 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl/20180731
62728776 576 -rwxr-xr-x  1 caleb  wheel  294000 Jul 25 21:34 /private/tmp/pear/temp/pear-build-calebbawp4m/install-xdebug-2.7.2/usr/local/Cellar/php/7.3.7/pecl/20180731/xdebug.so

Build process completed successfully
Installing '/usr/local/Cellar/php/7.3.7/pecl/20180731/xdebug.so'
install ok: channel://pecl.php.net/xdebug-2.7.2
Extension xdebug enabled in php.ini

I also found that installing php@7.2 similarly seems to create the directory, but note that earlier versions (non-latest) are keg_only so additional steps need to be taken in order for pecl to be available on PATH.

@prhomhyse
Copy link

I had the same issue trying to install XDebug, mkdir -p /usr/local/lib/php/peclfixed it for me.

@twinlensreflex
Copy link

I had this issue recently and running export PATH=$PATH:/usr/local/Cellar/php/7.3.8/bin fixed it for me

@EmilCataranciuc
Copy link

Since it's fixed I'm going to leave this closed.

Why did you leave this as closed? The issue isn't fixed.

@peterdd
Copy link

peterdd commented Oct 1, 2019

Since it's fixed I'm going to leave this closed.

Why did you leave this as closed? The issue isn't fixed.

It is a stupid bot that closed this!

Problem still exists.

@SMillerDev
Copy link
Member

As @alebcay mentioned, the issue doesn't exist if you use the most recent version of php. If somebody wants to create a pull request that actually resolves this I'd love to review it.

@peterdd
Copy link

peterdd commented Oct 1, 2019

I made several brew uninstall php and brew install php today and had php 7.3.4 to php 7.3.10 upgrade.

But only after I deleted also

rm -r /usr/local/etc/php/

and followed by

brew install php

it seems ok now:

pecl list
Installed packages, channel pecl.php.net:
=========================================
Package Version State
xdebug  2.7.2   stable

@leecolarelli
Copy link

FYI had the same issue today. Again it was fixed by running mkdir -p /usr/local/lib/php/pecl.

@Bluefitdev
Copy link

Same issue, fixed by creating the directory under /usr/local/lib/php/pecl

Not sure why, should be a bug

@lock lock bot added the outdated PR was locked due to age label Jan 16, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
outdated PR was locked due to age
Projects
None yet
Development

No branches or pull requests