Git Product home page Git Product logo

homebrew-php's Introduction

Homebrew Tap for PHP

brew tap shivammathur/php

Build status Test status LICENSE PHP Versions Supported

Linux architectures supported macOS architectures supported macOS architectures supported

PHP Support

PHP Version NTS Formula Debug Formula ZTS Formula Debug ZTS Formula
PHP 5.6 [email protected] [email protected] [email protected] [email protected]
PHP 7.0 [email protected] [email protected] [email protected] [email protected]
PHP 7.1 [email protected] [email protected] [email protected] [email protected]
PHP 7.2 [email protected] [email protected] [email protected] [email protected]
PHP 7.3 [email protected] [email protected] [email protected] [email protected]
PHP 7.4 [email protected] [email protected] [email protected] [email protected]
PHP 8.0 [email protected] [email protected] [email protected] [email protected]
PHP 8.1 [email protected] [email protected] [email protected] [email protected]
PHP 8.2 [email protected] [email protected] [email protected] [email protected]
PHP 8.3 php or [email protected] php-debug or [email protected] php-zts or [email protected] php-debug-zts or [email protected]
PHP 8.4.0-dev [email protected] [email protected] [email protected] [email protected]

For each PHP version, we have formulae with thread-safety support (zts) and debug symbols support (debug) and both (debug-zts) as well. The formulae with debug symbols can be used when building or debugging PHP extensions and are not recommended for production usage. The formulae with thread-safety support can be used with applications that require multi-threading support.

OS Support

Operating System Architecture
Linux x86_64
macOS Monterey x86_64, arm64
macOS Ventura x86_64, arm64
macOS Sonoma x86_64, arm64

Usage

Prerequisites

  • On macOS, install Xcode Command Line Utilities:
xcode-select --install
  • On Linux, install cURL and Git:
# Using APT
sudo apt-get install -y curl git

# Using Yum
sudo yum install -y curl git
  • Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
  • If previously installed, update homebrew and the formulae:
brew update
  • If you have packages from old homebrew/php tap, refer to this guide for removing them.

Add this tap

Fetch the formulae in this tap:

brew tap shivammathur/php

Install PHP

See PHP Support for available formulae.

  • For example, to install PHP 8.3:
brew install shivammathur/php/[email protected]
  • After installing you have to link it:
brew link --overwrite --force shivammathur/php/[email protected]
  • Restart the terminal and test your PHP version:
php -v

Upgrade your PHP version

You can upgrade your PHP version to the latest patch release.

For example, to upgrade PHP 8.3:

brew upgrade shivammathur/php/[email protected]

Switch between PHP versions

  • If you have multiple PHP versions installed, you can switch between them easily.

For example, to switch to PHP 8.3:

brew link --overwrite --force shivammathur/php/[email protected]
  • If you get a warning like below, then do as recommended:
Warning: Already linked: <Cellar Path>
To relink:
  brew unlink <formula> && brew link <formula>
brew unlink [email protected]
brew link --overwrite --force shivammathur/php/[email protected]

Restart your webserver

If you are using Apache or Nginx with php-fpm, restart your webserver after any change in your PHP.

  • For Apache (httpd):
brew services restart httpd
  • For Nginx:
brew services restart nginx

Debugging

  • Make sure you ran brew update before installing PHP.

  • Run brew doctor and fix the warnings it reports.

  • Make sure homebrew has correct permissions.

sudo chown -R "$(id -un)":"$(id -gn)" $(brew --prefix)
  • If PHP is not working after a macOS update. Reinstall PHP along with its dependencies.

For example to reinstall PHP 8.3 and its dependencies:

brew reinstall $(brew deps shivammathur/php/[email protected]) shivammathur/php/[email protected]
  • Check if your issue is a Homebrew's common issue.

  • If you are still facing an issue, please create a discussion thread here.

License

The code in this project is licensed under the MIT license. Please see the license file for more information.

This project has some dependencies, and their license can be found here.

Contributions

Contributions are welcome! Please see Contributor's Guide before you start. If you face any issues while using this tap or want to suggest a feature/improvement, create an discussion thread here.

Sponsors

In addition to GitHub Actions, we use MacStadium for our CI infrastructure.

Mac Stadium Mac Stadium

This project is generously supported by many other users and organisations via GitHub Sponsors.

Sponsor shivammathur

Related Projects

Dependencies

homebrew-php's People

Contributors

alcaeus avatar alexander-schranz avatar belkin avatar brewtestbot avatar davidjpella avatar mallardduck avatar shivammathur avatar standstaff avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

homebrew-php's Issues

PCRE2 header file not found

Describe the bug

PCRE2 header file not found when installing

PHP versions

8.0.12

To Reproduce

brew install shivammathur/php/[email protected]
pecl install apcu
# same for pecl install pcov or imagick

Expected behavior

Screenshots/Logs

==> Downloading https://ghcr.io/v2/homebrew/core/pcre/manifests/8.45
Already downloaded: /Users/alexanderschranz/Library/Caches/Homebrew/downloads/4a3bba0e8d1899c13ac3442d2c49df6c1999948bdc0943f2f179693257d82545--pcre-8.45.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/pcre/blobs/sha256:11193fd0a113c0bb330b1c2c21ab6f40d225c1893a451bba85e8a1562b914a1c
Already downloaded: /Users/alexanderschranz/Library/Caches/Homebrew/downloads/170438f14a8f71c2014f4153809a324710497480dd8d02225a6f11ffca881530--pcre--8.45.arm64_monterey.bottle.tar.gz
==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/manifests/10.39
Already downloaded: /Users/alexanderschranz/Library/Caches/Homebrew/downloads/d04cf1b7feb00f01719e307014af7b7e0bdd32565eb226a2782f259934e3fe9b--pcre2-10.39.bottle_manifest.json
==> Downloading https://ghcr.io/v2/homebrew/core/pcre2/blobs/sha256:f0633818b37d8d3ce88c882e048ada77e58f1f445a41e35b028d23e8866fc5ab
Already downloaded: /Users/alexanderschranz/Library/Caches/Homebrew/downloads/ffdc5d23f3013e54dd464f4ff9a6878db96727d2ce0bb87542cc0efc86df77c1--pcre2--10.39.arm64_monterey.bottle.tar.gz
==> Downloading https://ghcr.io/v2/shivammathur/php/php/manifests/8.0.12
Already downloaded: /Users/alexanderschranz/Library/Caches/Homebrew/downloads/e7460bd85566cddb5c600476ff4e3307d7ac66f5b57e2f628b8fd0e18342800a--php-8.0.12.bottle_manifest.json
==> Downloading https://ghcr.io/v2/shivammathur/php/php/blobs/sha256:5183936efd4ed4db35cd69474597d1cb03e306f28176450bb7cffed2883dc8ef
Already downloaded: /Users/alexanderschranz/Library/Caches/Homebrew/downloads/6b5e531e71a614294fc1ae4f0cac55163b8f189c622c3079a3b016f5ef23a112--php--8.0.12.arm64_big_sur.bottle.tar.gz
==> Installing php from shivammathur/php
==> Installing dependencies for shivammathur/php/php: pcre and pcre2
==> Installing shivammathur/php/php dependency: pcre
==> Pouring pcre--8.45.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/pcre/8.45: 204 files, 4.6MB
==> Installing shivammathur/php/php dependency: pcre2
==> Pouring pcre2--10.39.arm64_monterey.bottle.tar.gz
🍺  /opt/homebrew/Cellar/pcre2/10.39: 230 files, 6.0MB
==> Installing shivammathur/php/php
==> Pouring php--8.0.12.arm64_big_sur.bottle.tar.gz
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set php_ini /opt/homebrew/etc/php/8.0/php.ini system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set php_dir /opt/homebrew/share/pear system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set doc_dir /opt/homebrew/share/pear/doc system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set ext_dir /opt/homebrew/lib/php/pecl/20200930 system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set bin_dir /opt/homebrew/opt/php/bin system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set data_dir /opt/homebrew/share/pear/data system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set cfg_dir /opt/homebrew/share/pear/cfg system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set www_dir /opt/homebrew/share/pear/htdocs system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set man_dir /opt/homebrew/share/man system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set test_dir /opt/homebrew/share/pear/test system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear config-set php_bin /opt/homebrew/opt/php/bin/php system
==> /opt/homebrew/Cellar/php/8.0.12/bin/pear update-channels
==> Caveats
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php_module /opt/homebrew/opt/php/lib/httpd/modules/libphp.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:
    /opt/homebrew/etc/php/8.0/

To restart shivammathur/php/php after an upgrade:
  brew services restart shivammathur/php/php
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/php/sbin/php-fpm --nodaemonize
==> Summary
🍺  /opt/homebrew/Cellar/php/8.0.12: 500 files, 78.0MB
==> Caveats
==> php
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php_module /opt/homebrew/opt/php/lib/httpd/modules/libphp.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:
    /opt/homebrew/etc/php/8.0/

To restart shivammathur/php/php after an upgrade:
  brew services restart shivammathur/php/php
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/php/sbin/php-fpm --nodaemonize
alexanderschranz@MacBook-Pro-von-Alexander ~ % pecl i
alexanderschranz@MacBook-Pro-von-Alexander ~ % php -v
PHP 8.0.12 (cli) (built: Oct 21 2021 00:21:19) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.12, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.12, Copyright (c), by Zend Technologies
alexanderschranz@MacBook-Pro-von-Alexander ~ % pecl install pcov
downloading pcov-1.0.9.tgz ...
Starting to download pcov-1.0.9.tgz (25,201 bytes)
.........done: 25,201 bytes
16 source files, building
running: phpize
Configuring for:
PHP Api Version:         20200930
Zend Module Api No:      20200930
Zend Extension Api No:   420200930
configure.ac:18: warning: $as_echo is obsolete; use AS_ECHO(["message"]) instead
build/php.m4:2072: PHP_CONFIG_NICE is expanded from...
configure.ac:18: the top level
configure.ac:161: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:161: You should run autoupdate.
./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from...
build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: The macro `AC_LANG_C' is obsolete.
configure.ac:161: You should run autoupdate.
./lib/autoconf/c.m4:72: AC_LANG_C is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
build/libtool.m4:561: _LT_AC_LOCK is expanded from...
build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from...
build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: The macro `AC_TRY_LINK' is obsolete.
configure.ac:161: You should run autoupdate.
./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from...
lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from...
lib/m4sugar/m4sh.m4:699: AS_IF is expanded from...
./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from...
./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from...
build/libtool.m4:561: _LT_AC_LOCK is expanded from...
build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from...
build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe
build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from...
build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe
build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
build/libtool.m4:2728: _LT_AC_LANG_C_CONFIG is expanded from...
build/libtool.m4:2727: AC_LIBTOOL_LANG_C_CONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not exist
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not exist
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: output file \`$ofile' does not look like a libtool script
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: output file \`$ofile' does not look like a libtool script
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: using \`LTCC=$LTCC', extracted from \`$ofile'
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: tag name \"$tagname\" already exists
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: The macro `AC_LANG_CPLUSPLUS' is obsolete.
configure.ac:161: You should run autoupdate.
./lib/autoconf/c.m4:262: AC_LANG_CPLUSPLUS is expanded from...
build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from...
build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me:${as_lineno-$LINENO}: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe
build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from...
build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
configure.ac:161: warning: back quotes and double quotes must not be escaped in: $as_me: WARNING: \`$CC' does not support \`-c -o', so \`make -j' may be unsafe
build/libtool.m4:1185: AC_LIBTOOL_SYS_HARD_LINK_LOCKS is expanded from...
build/libtool.m4:2810: _LT_AC_LANG_CXX_CONFIG is expanded from...
build/libtool.m4:2809: AC_LIBTOOL_LANG_CXX_CONFIG is expanded from...
build/libtool.m4:1918: _LT_AC_TAGCONFIG is expanded from...
build/libtool.m4:70: AC_LIBTOOL_SETUP is expanded from...
build/libtool.m4:52: _AC_PROG_LIBTOOL is expanded from...
build/libtool.m4:39: AC_PROG_LIBTOOL is expanded from...
configure.ac:161: the top level
building in /private/tmp/pear/temp/pear-build-alexanderschranzsZAu3C/pcov-1.0.9
running: /private/tmp/pear/temp/pcov/configure --with-php-config=/opt/homebrew/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/bin/sed
checking for pkg-config... no
checking for cc... cc
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 the compiler supports GNU C... yes
checking whether cc accepts -g... yes
checking for cc option to enable C11 features... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... arm-apple-darwin21.1.0
checking host system type... arm-apple-darwin21.1.0
checking target system type... arm-apple-darwin21.1.0
checking for PHP prefix... /opt/homebrew/Cellar/php/8.0.12
checking for PHP includes... -I/opt/homebrew/Cellar/php/8.0.12/include/php -I/opt/homebrew/Cellar/php/8.0.12/include/php/main -I/opt/homebrew/Cellar/php/8.0.12/include/php/TSRM -I/opt/homebrew/Cellar/php/8.0.12/include/php/Zend -I/opt/homebrew/Cellar/php/8.0.12/include/php/ext -I/opt/homebrew/Cellar/php/8.0.12/include/php/ext/date/lib
checking for PHP extension directory... /opt/homebrew/Cellar/php/8.0.12/pecl/20200930
checking for PHP installed headers prefix... /opt/homebrew/Cellar/php/8.0.12/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... no
checking for nawk... no
checking for awk... awk
checking if awk is broken... no
checking whether to enable php coverage support... yes, shared
checking PHP version... 7.4+
checking for a sed that does not truncate output... /usr/bin/sed
checking for ld used by cc... /Library/Developer/CommandLineTools/usr/bin/ld
checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
checking for /Library/Developer/CommandLineTools/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 for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 786432
checking command to parse /usr/bin/nm -B output from cc 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 cc supports -fno-rtti -fno-exceptions... yes
checking for cc option to produce PIC... -fno-common
checking if cc PIC flag -fno-common works... yes
checking if cc static flag -static works... no
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... darwin21.1.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
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
running: make
/bin/sh /private/tmp/pear/temp/pear-build-alexanderschranzsZAu3C/pcov-1.0.9/libtool --mode=compile cc -I. -I/private/tmp/pear/temp/pcov -I/private/tmp/pear/temp/pear-build-alexanderschranzsZAu3C/pcov-1.0.9/include -I/private/tmp/pear/temp/pear-build-alexanderschranzsZAu3C/pcov-1.0.9/main -I/private/tmp/pear/temp/pcov -I/opt/homebrew/Cellar/php/8.0.12/include/php -I/opt/homebrew/Cellar/php/8.0.12/include/php/main -I/opt/homebrew/Cellar/php/8.0.12/include/php/TSRM -I/opt/homebrew/Cellar/php/8.0.12/include/php/Zend -I/opt/homebrew/Cellar/php/8.0.12/include/php/ext -I/opt/homebrew/Cellar/php/8.0.12/include/php/ext/date/lib -I/private/tmp/pear/temp/pcov/cfg/704  -DHAVE_CONFIG_H  -g -O2   -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /private/tmp/pear/temp/pcov/pcov.c -o pcov.lo
mkdir .libs
 cc -I. -I/private/tmp/pear/temp/pcov -I/private/tmp/pear/temp/pear-build-alexanderschranzsZAu3C/pcov-1.0.9/include -I/private/tmp/pear/temp/pear-build-alexanderschranzsZAu3C/pcov-1.0.9/main -I/private/tmp/pear/temp/pcov -I/opt/homebrew/Cellar/php/8.0.12/include/php -I/opt/homebrew/Cellar/php/8.0.12/include/php/main -I/opt/homebrew/Cellar/php/8.0.12/include/php/TSRM -I/opt/homebrew/Cellar/php/8.0.12/include/php/Zend -I/opt/homebrew/Cellar/php/8.0.12/include/php/ext -I/opt/homebrew/Cellar/php/8.0.12/include/php/ext/date/lib -I/private/tmp/pear/temp/pcov/cfg/704 -DHAVE_CONFIG_H -g -O2 -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /private/tmp/pear/temp/pcov/pcov.c  -fno-common -DPIC -o .libs/pcov.o
In file included from /private/tmp/pear/temp/pcov/pcov.c:26:
/opt/homebrew/Cellar/php/8.0.12/include/php/ext/pcre/php_pcre.h:23:10: fatal error: 'pcre2.h' file not found
#include "pcre2.h"
         ^~~~~~~~~
1 error generated.
make: *** [pcov.lo] Error 1
ERROR: `make' failed

Additional context

Apple M1 Silicon ARM based.

Also --build-from-source didn't work.

Are you willing to submit a PR?

I think the formular looks correct. Not sure why this error happens for me.

Workaround

# php 8
ln -s /opt/homebrew/include/pcre2.h /opt/homebrew/opt/[email protected]/include/php/ext/pcre/pcre2.h
# php 7.4
ln -s /opt/homebrew/include/pcre2.h /opt/homebrew/opt/[email protected]/include/php/ext/pcre/pcre2.h
# php 7.2
ln -s /opt/homebrew/include/pcre2.h /opt/homebrew/opt/[email protected]/include/php/ext/pcre/pcre2.h

Not sure why the pcre2.h is not there or why it can not be found?

Please use the fully-qualified name (e.g. shivammathur/php/[email protected]) to refer to the formula.

~ brew-php-switcher 7.2
Switching to [email protected]
Switching your shell
Unlinking /usr/local/Cellar/[email protected]/7.2.34_4... 0 symlinks removed.
Unlinking /usr/local/Cellar/[email protected]/7.4.29... 0 symlinks removed.
Unlinking /usr/local/Cellar/php/8.1.5... 24 symlinks removed.
Error: Formulae found in multiple taps:
       * shivammathur/php/[email protected]
       * exolnet/deprecated/[email protected]

Please use the fully-qualified name (e.g. shivammathur/php/[email protected]) to refer to the formula.
You will need sudo power from now on
Switching your apache conf
grep: /etc/apache2/httpd.conf: No such file or directory
Password:
sudo: a password is required
grep: /etc/apache2/httpd.conf: No such file or directory
Password:

or

brew link --overwrite --force shivammathur/php/[email protected]

Both is same.

Emergency Update with icu4c

Describe the bug
icu4c from brew has been updated to 71 then php requesting to use 70

so it will broken with

dyld[28892]: Library not loaded: '/opt/homebrew/opt/icu4c/lib/libicuio.70.dylib'
  Referenced from: '/opt/homebrew/Cellar/php/8.1.10/bin/php'
  Reason: tried: '/opt/homebrew/opt/icu4c/lib/libicuio.70.dylib' (no such file), '/usr/local/lib/libicuio.70.dylib' (no such file), '/usr/lib/libicuio.70.dylib' (no such file), '/opt/homebrew/Cellar/icu4c/71.1/lib/libicuio.70.dylib' (no such file), '/usr/local/lib/libicuio.70.dylib' (no such file), '/usr/lib/libicuio.70.dylib' (no such file)

PHP versions
7.3 7.4 8.0 8.1 and maybe more

To Reproduce
brew update && brew upgrade

Expected behavior
php -v
php 8.1.10

Screenshots/Logs
N/A

Additional context
N/A

Are you willing to submit a PR?
I don't know how to (for brews).

Attach PHP version to folder

Describe the feature
Attach a PHP installed version to a folder.
With this, when switching projects we would no longer need to change the PHP version.

I cd normally and the PHP version of the PATH changes automatically if a version is specified as attached to the project folder (project A with php 7.4 and a project B with 8.0...).

Underlying issue
Not remember brew link --overwrite --force php@VERSION command.

Additional context
We have this functionality with tools such as NVM or Volta.
I don't know what would be the best method by creating a file on the project or saving in a common config file like ~/.config/...

Are you willing to submit a PR?
Not Ruby developer

I can't install rdkafka via pecl under the php7.1 on Mac M1

Describe the bug
I can't install rdkafka via pecl under the php7.1 on Mac M1. Error is: checking build system type... Invalid configuration `arm64-apple-darwin20.5.0': machine 'arm64-apple' not recognized

PHP versions
7.1

To Reproduce

  1. Install arm64 version homebrew
  2. Install the homebrew-php provided by you tap shivammathur/homebrew-php and install [email protected] arm64
  3. Install rdkafka by pecl then meet a error

Expected behavior
The rdkafka will be installed by pecl success.

Screenshots/Logs

checking build system type... Invalid configuration `arm64-apple-darwin20.5.0': machine `arm64-apple' not recognized
configure: error: /bin/sh /private/tmp/pear/temp/rdkafka/config.sub arm64-apple-darwin20.5.0 failed
ERROR: `/private/tmp/pear/temp/rdkafka/configure --with-php-config=/opt/homebrew/opt/[email protected]/bin/php-config' failed

Actually, I can't install any libs by pecl.

Additional context
I try to use brew install [email protected] --build-from-source another extension from shivammathur/homebrew-extensions, and it works.

And could you fix this pecl issue ?
Or could you please add [email protected] into your extensions and give some more details to help my to build and install php c extension manually?

PHP 7.2 not installing

Discussed in #400

i tried brew reinstall shivammathur/php/[email protected] && brew link --overwrite --force [email protected]

This is the output

==> Reinstalling shivammathur/php/[email protected] 
Warning: A newer Command Line Tools release is available.
Update them from Software Update in System Preferences or run:
  softwareupdate --all --install --force

If that doesn't show you any updates, run:
  sudo rm -rf /Library/Developer/CommandLineTools
  sudo xcode-select --install

Alternatively, manually download them from:
  https://developer.apple.com/download/all/.
You should download the Command Line Tools for Xcode 11.3.1.

==> Installing dependencies for shivammathur/php/[email protected]: bison and re2c
==> Installing shivammathur/php/[email protected] dependency: bison
==> Pouring bison--3.8.2.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/bison/3.8.2: 99 files, 3.6MB
==> Installing shivammathur/php/[email protected] dependency: re2c
==> Pouring re2c--2.2.mojave.bottle.tar.gz
🍺  /usr/local/Cellar/re2c/2.2: 10 files, 1.5MB
==> Installing shivammathur/php/[email protected]
==> Patching
==> ./buildconf --force
==> ./configure --prefix=/usr/local/Cellar/[email protected]/7.2.34_4 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/7.2 --with-config-file-path=/usr/local/etc/php/7.2 --with-config
==> make
==> make install
Error: Formulae found in multiple taps: 
       * shivammathur/php/[email protected]
       * exolnet/deprecated/[email protected]


brew update fails with rebase issue

Describe the bug
Brew update fails with a rebase issue:

$ brew update
error: could not apply 2e3ca1c... [email protected]: rebuild
Resolve all conflicts manually, mark them as resolved with
"git add/rm <conflicted_files>", then run "git rebase --continue".
You can instead skip this commit: run "git rebase --skip".
To abort and get back to the state before "git rebase", run "git rebase --abort".
Could not apply 2e3ca1c... [email protected]: rebuild
Updated 1 tap (shivammathur/php).

The git status is as follows:

$ git status
interactive rebase in progress; onto 1b84c2b
Last command done (1 command done):
   pick 2e3ca1c [email protected]: rebuild
Next commands to do (3 remaining commands):
   pick f25d04f [email protected]: update 8.1.0 bottle.
   pick a9869cb [email protected]: rebuild
  (use "git rebase --edit-todo" to view and edit)
You are currently rebasing branch 'master' on '1b84c2b'.
  (fix conflicts and then run "git rebase --continue")
  (use "git rebase --skip" to skip this patch)
  (use "git rebase --abort" to check out the original branch)

Unmerged paths:
  (use "git restore --staged <file>..." to unstage)
  (use "git add <file>..." to mark resolution)
	both modified:   Formula/[email protected]

no changes added to commit (use "git add" and/or "git commit -a")

Rebuild with ICU 70.1

Homebrew has updated the icu4c formula to 70.1 and subsequently all php formulae in this tap have been rebuilt with it.

To upgrade, please reinstall icu4c and the php formula for the version you use.

For example to upgrade php 8.0:

brew update
brew reinstall icu4c shivammathur/php/[email protected]

Restart your terminal and verify the PHP version and ICU version

php -v
php -i | grep "ICU version"

At last, restart your webserver.

/usr/sbin/apachectl: line 92: 14394 Segmentation fault: 11 $HTTPD "$@"

[Tue Oct 25 16:34:17.217497 2022] [so:notice] [pid 14394] AH06662: Allowing module loading process to continue for module at /usr/local/opt/[email protected]/lib/httpd/modules/libphp5.so because module signature matches authority "PHP" specified in LoadModule directive
httpd not running, trying to start
/usr/sbin/apachectl: line 92: 14394 Segmentation fault: 11 $HTTPD "$@"

receive "PHP Warnings" since last upgrade

Describe the bug

PHP Warning:  Module "igbinary" is already loaded in Unknown on line 0
PHP Warning:  Module "imap" is already loaded in Unknown on line 0
PHP Warning:  Module "msgpack" is already loaded in Unknown on line 0

PHP versions
At least with 8.1, didn't check the lower versions

To Reproduce
run this file:

#!/bin/bash

# This is based on:
# * https://github.com/shivammathur/homebrew-php
# * https://github.com/shivammathur/homebrew-extensions

PHP_VERSIONS="5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1" # last one is used as default PHP version
EXTENSIONS="amqp imagick imap pcov redis"

echo "Add taps (--force-auto-update)"
HOMEBREW_DEVELOPER=1 brew untap shivammathur/php
brew tap shivammathur/php --force-auto-update
HOMEBREW_DEVELOPER=1 brew untap shivammathur/extensions
brew tap shivammathur/extensions --force-auto-update

echo "Remove all available PHP configs"
rm -rf /usr/local/etc/php/*

echo "Uninstall imap-uw"
brew uninstall --ignore-dependencies imap-uw

for version in $PHP_VERSIONS
do
    echo "Install PHP $version with: $EXTENSIONS"

    brew reinstall shivammathur/php/php@$version
    brew link --overwrite --force php@$version

    for extension in $EXTENSIONS
    do
        if [ "$extension" = "pcov" ] && { [ "$version" = "5.6" ] || [ "$version" = "7.0" ]; }; then break; fi

        echo "Extension: $extension"

        if [ "$extension" = "redis" ]; then
            brew remove redis@$version || true
            brew remove igbinary@$version || true
            brew remove msgpack@$version || true
        fi

        brew reinstall shivammathur/extensions/$extension@$version
    done

    php -v
    for extension in $EXTENSIONS
    do
        php -m | grep $extension
    done
done
``

**Expected behavior**
No warnings

**Screenshots/Logs**
<img width="699" alt="CleanShot 2022-07-12 at 19 55 24@2x" src="https://user-images.githubusercontent.com/995707/178560543-5107e89d-1c14-4177-af47-945521bcfb5a.png">

**Additional context**
-

**Are you willing to submit a PR?**
-

Issue with icu4c on [email protected] & php7.4 (on M1)

Describe the bug
During a brew upgrade. Seems like it's trying to link with the old version of icu4c, that was just upgraded.

==> Upgrading icu4c 68.2 -> 69.1 
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/manifests/69.1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/homebrew/core/icu4c/blobs/sha256:25a1ec460d422ba5abff15dc5cb60ad36003ad021585fa7be278d1dca6fcd2c4
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:25a1ec460d422ba5abff15dc5cb60ad36003ad021585fa7be278d1dca6fcd2c4?se=2021-04-25T18%3A30%3A0
######################################################################## 100.0%
==> Pouring icu4c--69.1.arm64_big_sur.bottle.tar.gz
==> Caveats
icu4c is keg-only, which means it was not symlinked into /opt/homebrew,
because macOS provides libicucore.dylib (but nothing else).

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

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

For pkg-config to find icu4c you may need to set:
  export PKG_CONFIG_PATH="/opt/homebrew/opt/icu4c/lib/pkgconfig"

==> Summary
🍺  /opt/homebrew/Cellar/icu4c/69.1: 259 files, 73.3MB
Removing: /opt/homebrew/Cellar/icu4c/68.2... (259 files, 73MB)
Removing: /Users/henk/Library/Caches/Homebrew/icu4c--68.2.arm64_big_sur.bottle.tar.gz... (27.2MB)


[..]

==> Reinstalling 2 broken dependents from source:
shivammathur/php/[email protected], shivammathur/php/[email protected]
==> Downloading https://ghcr.io/v2/shivammathur/php/php/7.3/manifests/7.3.27-1
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/shivammathur/php/php/7.3/blobs/sha256:82e1747e76551dba8c8cc2941c73d28eb78456a293c86b48b995b689756d699b
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:82e1747e76551dba8c8cc2941c73d28eb78456a293c86b48b995b689756d699b?se=2021-04-25T18%3A35%3A0
######################################################################## 100.0%
==> Reinstalling shivammathur/php/[email protected] 
==> Pouring [email protected]_big_sur.bottle.1.tar.gz
==> /opt/homebrew/Cellar/[email protected]/7.3.27/bin/pear config-set php_ini /opt/homebrew/etc/php/7.3/php.ini system
Last 15 lines from /Users/henk/Library/Logs/Homebrew/[email protected]/post_install.01.pear:
2021-04-25 20:28:52 +0200

/opt/homebrew/Cellar/[email protected]/7.3.27/bin/pear
config-set
php_ini
/opt/homebrew/etc/php/7.3/php.ini
system

dyld: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicui18n.68.dylib
  Referenced from: /opt/homebrew/Cellar/[email protected]/7.3.27/bin/php
  Reason: image not found

Warning: The post-install step did not complete successfully
You can try again using:
  brew postinstall shivammathur/php/[email protected]
==> Caveats
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php7_module /opt/homebrew/opt/[email protected]/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:
    /opt/homebrew/etc/php/7.3/

[email protected] is keg-only, which means it was not symlinked into /opt/homebrew,
because this is an alternate version of another formula.

If you need to have [email protected] first in your PATH, run:
  echo 'export PATH="/opt/homebrew/opt/[email protected]/bin:$PATH"' >> ~/.zshrc
  echo 'export PATH="/opt/homebrew/opt/[email protected]/sbin:$PATH"' >> ~/.zshrc

For compilers to find [email protected] you may need to set:
  export LDFLAGS="-L/opt/homebrew/opt/[email protected]/lib"
  export CPPFLAGS="-I/opt/homebrew/opt/[email protected]/include"


To have launchd start shivammathur/php/[email protected] now and restart at login:
  brew services start shivammathur/php/[email protected]
Or, if you don't want/need a background service you can just run:
  php-fpm
==> Summary
🍺  /opt/homebrew/Cellar/[email protected]/7.3.27: 516 files, 75.4MB
==> Downloading https://ghcr.io/v2/shivammathur/php/php/7.4/manifests/7.4.16
######################################################################## 100.0%
==> Downloading https://ghcr.io/v2/shivammathur/php/php/7.4/blobs/sha256:e2ff216d661c207e186501356b9d7205f8eedf41d1d4a0b67a9e36ea885c6c98
==> Downloading from https://pkg-containers-az.githubusercontent.com/ghcr1/blobs/sha256:e2ff216d661c207e186501356b9d7205f8eedf41d1d4a0b67a9e36ea885c6c98?se=2021-04-25T18%3A40%3A0
######################################################################## 100.0%
==> Reinstalling shivammathur/php/[email protected] 
==> Pouring [email protected]_big_sur.bottle.tar.gz
==> /opt/homebrew/Cellar/[email protected]/7.4.16/bin/pear config-set php_ini /opt/homebrew/etc/php/7.4/php.ini system
Last 15 lines from /Users/henk/Library/Logs/Homebrew/[email protected]/post_install.01.pear:
2021-04-25 20:34:11 +0200

/opt/homebrew/Cellar/[email protected]/7.4.16/bin/pear
config-set
php_ini
/opt/homebrew/etc/php/7.4/php.ini
system

dyld: Library not loaded: /opt/homebrew/opt/icu4c/lib/libicuio.68.dylib
  Referenced from: /opt/homebrew/Cellar/[email protected]/7.4.16/bin/php
  Reason: image not found

PHP versions

To Reproduce
🤷‍♂️
Expected behavior
brew upgrade should just work.

Screenshots/Logs

Additional context

Are you willing to submit a PR?

Libraries not loaded for [email protected]

Using [email protected] with brew not working more. I got multiple errors like this:

dyld[12266]: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.68.dylib
  Referenced from: /usr/local/Cellar/[email protected]/5.6.40.reinstall/bin/php

Seems I have updated versions of following libraries to version 69 and [email protected] requires v 68.

/usr/local/opt/icu4c/lib/libicuio.68.dylib
/usr/local/opt/icu4c/lib/libicudata.68.dylib
/usr/local/opt/icu4c/lib/libicuuc.68.dylib
/usr/local/opt/icu4c/lib/libicui18n.68.dylib

How to fix this?

pecl for 7.1 fails to install

Describe the bug

/opt/homebrew/opt/[email protected]/pecl points to /opt/homebrew/lib/php/pecl which points to latest PHP, so installing pecl packages results:

  1. installation failure as symlink points to nowhere
  2. installation to wrong PHP version

PHP versions

7.1

To Reproduce

brew install shivammathur/php/[email protected]
/opt/homebrew/opt/[email protected]/bin/pecl install xdebug-2.9.8

Expected behavior

Screenshots/Logs

Additional context

I think this simple fix solves the problem:

lrwxr-xr-x 1 glen admin 7 Oct  4 11:21 /opt/homebrew/opt/[email protected]/pecl -> lib/php/

i.e make "pecl" symlink to "lib/php"

Are you willing to submit a PR?

Error zsh: killed on work on Big sur 11.2.3

Describe the bug

After updated to Big Sur 11.2.3, it got error:

% php -v
zsh: killed     /opt/homebrew/bin/php -v

PHP versions
8.0, 7.4

To Reproduce

Update to Big Sur 11.2.3, run it, even uninstall and reinstall it.

Expected behavior

Working.

Screenshots/Logs

Screen Shot 2021-03-09 at 15 47 01

Additional context

On Mac Mini M1 8Gb/512

Not possible to switch to php 8.1

Can't switch to php 8.1 from any version

→ php -v
PHP 8.0.13 (cli) (built: Nov 28 2021 14:26:44) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.13, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.13, Copyright (c), by Zend Technologies
    with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans
→ brew link --overwrite --force shivammathur/php/[email protected]
Warning: Already linked: /opt/homebrew/Cellar/php/8.1.1
To relink, run:
  brew unlink php && brew link php

php itself is still 8.0

→ php -v
PHP 8.0.13 (cli) (built: Nov 28 2021 14:26:44) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.13, Copyright (c) Zend Technologies
    with Zend OPcache v8.0.13, Copyright (c), by Zend Technologies
    with Xdebug v3.1.2, Copyright (c) 2002-2021, by Derick Rethans

I've found some issues around this so I did the following, but the problem persists

→ brew install shivammathur/php/[email protected]
==> Downloading https://ghcr.io/v2/shivammathur/php/php/manifests/8.1.1
Already downloaded: /Users/jeroen.thora/Library/Caches/Homebrew/downloads/21e600f20e826c1377a97e468dc8ecbb34e60412274bfba4cf5940c581506e4c--php-8.1.1.bottle_manifest.json
==> Downloading https://ghcr.io/v2/shivammathur/php/php/blobs/sha256:8ed33af0625dc9bbd492914f64f461a702bc8f8a1c3fda39d75295468e6a140c
Already downloaded: /Users/jeroen.thora/Library/Caches/Homebrew/downloads/80fe8723a45d0febfae210074c875d239c0911e9f4b25814c148adaf637dcd49--php--8.1.1.arm64_big_sur.bottle.tar.gz
==> Installing php from shivammathur/php
==> Pouring php--8.1.1.arm64_big_sur.bottle.tar.gz
Unlinking /opt/homebrew/Cellar/[email protected]/8.0.13_3... 50 symlinks removed.
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set php_ini /opt/homebrew/etc/php/8.1/php.ini system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set php_dir /opt/homebrew/share/pear system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set doc_dir /opt/homebrew/share/pear/doc system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set ext_dir /opt/homebrew/lib/php/pecl/20210902 system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set bin_dir /opt/homebrew/opt/php/bin system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set data_dir /opt/homebrew/share/pear/data system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set cfg_dir /opt/homebrew/share/pear/cfg system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set www_dir /opt/homebrew/share/pear/htdocs system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set man_dir /opt/homebrew/share/man system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set test_dir /opt/homebrew/share/pear/test system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear config-set php_bin /opt/homebrew/opt/php/bin/php system
==> /opt/homebrew/Cellar/php/8.1.1/bin/pear update-channels
==> Caveats
To enable PHP in Apache add the following to httpd.conf and restart Apache:
    LoadModule php_module /opt/homebrew/opt/php/lib/httpd/modules/libphp.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:
    /opt/homebrew/etc/php/8.1/

To restart shivammathur/php/php after an upgrade:
  brew services restart shivammathur/php/php
Or, if you don't want/need a background service you can just run:
  /opt/homebrew/opt/php/sbin/php-fpm --nodaemonize
==> Summary
🍺  /opt/homebrew/Cellar/php/8.1.1: 512 files, 81.8MB
==> Running `brew cleanup php`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

brew install --build-from-source shivammathur/php/php fails

Describe the bug

==> make
Last 15 lines from /Users/midsmr/Library/Logs/Homebrew/php/03.make:
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
clang: note: diagnostic msg:
********************

PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
Preprocessed source(s) and associated run script(s) are located at:
clang: note: diagnostic msg: /private/tmp/zend_jit-222dd0.c
clang: note: diagnostic msg: /private/tmp/zend_jit-222dd0.sh
clang: note: diagnostic msg: Crash backtrace is located in
clang: note: diagnostic msg: /private/tmp/php-20220126-14913-1ab45wq/php-8.1.2/.brew_home/Library/Logs/DiagnosticReports/clang_<YYYY-MM-DD-HHMMSS>_<hostname>.crash
clang: note: diagnostic msg: (choose the .crash file that corresponds to your crash)
clang: note: diagnostic msg:

********************
make: *** [ext/opcache/jit/zend_jit.lo] Error 1

PHP versions
8.1

Upgrading 7.4.18 with patch included

Describe the bug

My hypothesis is that brew upgrade shivammathur/php/[email protected] is not installing the latest patch (fc256da)

Running brew upgrade shivammathur/php/[email protected] only outputs: "Warning: shivammathur/php/[email protected] 7.4.18 already installed". Is this the expected behavior?

Is there a way to verify if the patch has been applied using phpinfo()?

PHP versions

7.4.18.

To Reproduce

brew install [email protected]
brew upgrade shivammathur/php/[email protected]

Expected behavior

The patch fixes a postgres / pdo bug. I am still seeing an error related to this bug when using Laravel Valet for development.

Screenshots/Logs

Additional context

The PHP bug that was patched: php/php-src#6801

Are you willing to submit a PR?

Yes

Impossible to switch back to PHP 8.0 from 8.1

This is my current situation:

~ php -v
PHP 8.1.0 (cli)

Trying to link 8.0 instead:

~ brew link --overwrite --force [email protected]
Warning: Already linked: /opt/homebrew/Cellar/php/8.1.0_1
To relink, run:
  brew unlink php && brew link php

Next I try to run this:

~ brew unlink php
Unlinking /opt/homebrew/Cellar/php/8.1.0_1... 24 symlinks removed.

~ brew link --overwrite --force [email protected]
Linking /opt/homebrew/Cellar/php/8.1.0_1... 24 symlinks created.

But php -v still lists 8.1:

~ php -v
PHP 8.1.0 (cli)

php5.6 mcrypt is missing

Describe the bug

php5.6 mcrypt is missing

PHP versions

php5.6.40_5

To Reproduce

Expected behavior

Screenshots/Logs

Additional context

Are you willing to submit a PR?

Brew keeps using tap shivammathur/php

Hi there,

I used your tap for testing purposes. I deleted it with the following command:
brew untap shivammathur/php

That worked. But when I try to install the default PHP from brew the tap get installed again.

I completely deleted Brew and installed it. Same result. How can this happen?

[email protected] (currently) should not be an alias but a own recipe to avoid unexpected major PHP updates

Describe the feature
This is actually something that I already find quite annoying with the default brew PHP taps but it just doesn't make sense to have a brew upgrade switch PHP major versions, e.g. from 7.3 to 7.4 or even worse 7.4 to 8.0 or 8.1. If that PHP version is referenced If that PHP version is used this can create some issues, especially as 7.4 is basically uninstalled as it is replaced.

Therefore, I think it would be better to not make [email protected] be an alias to php but a own recipe, that installs always 8.1 and also puts it into a 8.1 folder.

Then the php would probably need to be an own recipe that always installs the latest php. Not sure if an alias is enough here or a custom recipe that executes brew install php@ and then add a symlink from php to the php/8.1 folder. same for the configuration.

This way one can either select to always use the latest by installing php recipe or always have specific versions installed.

Rebuild with ICU 71.1

Homebrew has updated the icu4c formula to 71.1 and subsequently, all PHP formulae in this tap have been rebuilt with it.

So, please upgrade the PHP formula for the version you use.

For example to upgrade PHP 8.0:

brew update
brew upgrade shivammathur/php/[email protected]

Restart your terminal and verify the PHP version and ICU version

php -v
php -i | grep "ICU version"

At last, restart your webserver.

php 7.4.16?

Describe the feature

Hi,
how can i install this version?(7.4.16)

Underlying issue

Describe alternatives

Additional context

Are you willing to submit a PR?

Failure to finish install: Library not loaded: /opt/homebrew/opt/openldap/lib/libldap-2.5.0.dylib

Describe the bug
I have been following the steps of the following link to install Apache/PHP and the PHP 7.3 and 7.4 installs fail.
https://getgrav.org/blog/macos-monterey-apache-multiple-php-versions

At the end of the install I get this error:
dyld[58462]: Library not loaded: /opt/homebrew/opt/openldap/lib/libldap-2.5.0.dylib
Referenced from: /opt/homebrew/Cellar/[email protected]/7.4.26/bin/php
Reason: tried: '/opt/homebrew/opt/openldap/lib/libldap-2.5.0.dylib' (no such file), '/usr/local/lib/libldap-2.5.0.dylib' (no such file), '/usr/lib/libldap-2.5.0.dylib' (no such file), '/opt/homebrew/Cellar/openldap/2.6.0/lib/libldap-2.5.0.dylib' (no such file), '/usr/local/lib/libldap-2.5.0.dylib' (no such file), '/usr/lib/libldap-2.5.0.dylib' (no such file)
Warning: The post-install step did not complete successfully
You can try again using:
brew postinstall shivammathur/php/[email protected]

Trying postinstall also fails in the same way (libldap - no such file).

PHP versions
Attempted to install 7.4 and 7.3 and both failed with the same libldap failure.

To Reproduce
brew tap shivammathur/php
brew install shivammathur/php/[email protected]
brew unlink php && brew link --overwrite --force [email protected]

Expected behavior
I expected to be able to link the 7.4 version, but it cannot be linked and gives this error:

username ~ % brew unlink php && brew link --overwrite --force [email protected]
Error: No such keg: /opt/homebrew/Cellar/php

Screenshots/Logs

Additional context
MacBook Pro 14.2" M1 Pro
macOS Monterey 12.0.1
Latest Xcode was installed today (from scratch, not an upgrade)
Installed command line utilities today as mentioned in the guide (linked above)

Homebrew 3.3.5
Homebrew/homebrew-core (git revision e2eb0fb823f; last commit 2021-11-24)
Homebrew/homebrew-cask (git revision e42a605cc0; last commit 2021-11-25)

I performed this same process on a different system (same specs), except that in that case Xcode was already installed, so was updated to latest instead of a clean install. That system didn't have a problem. So, I've been through the steps above without a problem, but on my own personal system it is failing.

Are you willing to submit a PR?
No.

Plists generated via service blocks are broken

Describe the bug
The service plists are broken since they get generated via service blocks.

PHP versions
All of them, but I'll focus on 8.0 in this bug report.

To Reproduce

brew install shivammathur/php/[email protected]
brew services start shivammathur/php/php

Expected behavior
~/Library/LaunchAgents/homebrew.mxcl.php.plist looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
  <dict>
    <key>KeepAlive</key>
    <true/>
    <key>Label</key>
    <string>homebrew.mxcl.php</string>
    <key>ProgramArguments</key>
    <array>
      <string>/opt/homebrew/opt/php/sbin/php-fpm</string>
      <string>--nodaemonize</string>
    </array>
    <key>RunAtLoad</key>
    <true/>
    <key>WorkingDirectory</key>
    <string>/opt/homebrew/var</string>
    <key>StandardErrorPath</key>
    <string>/opt/homebrew/var/log/php-fpm.log</string>
  </dict>
</plist>

Notice how ProgramArguments is an array and includes --nodaemonize.

Screenshots/Logs
Since the recent change to generate plists via service blocks the generated plist looks like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>KeepAlive</key>
	<true/>
	<key>Label</key>
	<string>homebrew.mxcl.php</string>
	<key>ProgramArguments</key>
	<string>/opt/homebrew/opt/php/sbin/php-fpm</string>
	<key>RunAtLoad</key>
	<true/>
	<key>StandardErrorPath</key>
	<string>/opt/homebrew/var/log/php-fpm.log</string>
	<key>WorkingDirectory</key>
	<string>/opt/homebrew/var</string>
</dict>
</plist>

No ProgramArguments array, no --nodaemonize. Starting the service fails:

brew services start shivammathur/php/php 
Bootstrap failed: 5: Input/output error
Error: Failure while executing; `/bin/launchctl bootstrap gui/501 /Users/nikolas/Library/LaunchAgents/homebrew.mxcl.php.plist` exited with 5.

Additional context

brew config:

HOMEBREW_VERSION: 3.1.4-24-g8d35744
ORIGIN: https://github.com/Homebrew/brew
HEAD: 8d3574458178bf1594475444986b44171a7c527e
Last commit: 2 hours ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 99a41050d89b6983a9f5aa310cf79a0f7218b568
Core tap last commit: 2 hours ago
Core tap branch: master
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit arm_firestorm_icestorm
Clang: 12.0 build 1205
Git: 2.31.1 => /opt/homebrew/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.2.3-arm64
CLT: 12.5.0.0.1.1617976050
Xcode: N/A
Rosetta 2: false

Are you willing to submit a PR?
Sure.

Cannot Switch To PHP 8.1

Describe The Bug
I cannot switch to PHP 8.1.

PHP Versions
Upgrading from PHP 8.0 to PHP 8.1.

To Reproduce

  • Open Terminal
  • Type: php -v
  • Output: PHP 8.0.25
  • Type: brew link --overwrite --force shivammathur/php/[email protected]
  • Restart Terminal
  • Type: php -v
  • Output: PHP 8.0.25

Expected Behavior
PHP should switch to version 8.1.

Screenshots/Logs

image

image

#!/usr/bin/env php got error env: php: No such file or directory on Monterey

Describe the bug

It seems #!/usr/bin/env php got error No such file or directory on Monterey when used on Symfony process.

PHP versions

8.1.8

To Reproduce

It happen on try getrector.org locally:

git clone https://github.com/rectorphp/getrector.org.git
cd getrector.org 
composer install
php -S localhost:8080 -t public

Additional assets data installation:

sudo npm install --global yarn
npm install
yarn run dev

Then, open web: http://localhost:8080/demo and click "Process"

Expected behavior

It should working displaying diff.

Screenshots/Logs

Screen Shot 2022-07-23 at 08 45 34

Additional context

the code for running it is on using Symfony Process:

        $process = new Process([
            // paths for phpunit differs based on test/demo, not sure why
            \defined('PHPUNIT_COMPOSER_INSTALL') ? 'vendor/bin/rector' : '../vendor/bin/rector',
            'process',
            $analyzedFilePath,
            '--config',
            $configPath,
            '--output-format',
            'json',
        ]);

        $process->run();

https://github.com/rectorphp/getrector.org/blob/d95ccc9b730f177488b2dd2dc3a720df27b718c6/packages/Demo/DemoRunner.php#L82-L93

Can't install PHP 8.1 via brew on Mac OS 10.13

Hi there,

Describe the bug

Trying to install PHP 8.1 using homebrew on Mac OS 10.13.6

brew install shivammathur/php/[email protected]

It fails with the following error :

Error: Too many redirects (max = 25)

After installing again with verbose mode (-v), the logs show that a download from sourceforge actually fails :

==> Verifying checksum for '424ae4bff80b8e479b33c09b4e95780ed30f62dd71f215791ff07ecf7c5e5138--xzgrep-ZDI-CAN-16587.patch'
/usr/local/Homebrew/Library/Homebrew/shims/shared/curl --disable --cookie /dev/null --globoff --show-error --user-agent Homebrew/3.5.7-69-gb556db7\ \(Macintosh\;\ Intel\ Mac\ OS\ X\ 10.13.6\)\ curl/7.54.0 --header Accept-Language:\ en --retry 3 --location --silent --head --request GET https://downloads.sourceforge.net/project/lzmautils/xz-5.2.5.tar.gz
Error: Too many redirects (max = 25)

Tried to go to that URL and indeed it leads to a page that doesn't launch the download and constantly reloads.
Looks like the issue comes from sourceforge that hosts this archive, maybe it'd need to be hosted somewhere else ?

PHP versions
8.1

Additional context
Brew is up-to-date

icu4c version mismatch

Describe the bug
I don't know if this is a formula or PHP problem:

Homebrew now contains icu4c in version 68.2 but php (tried 7.3, 7.4, 8.0) dependents on versio 67.1.

➜  ~ php
dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicuio.67.dylib
  Referenced from: /usr/local/opt/[email protected]/bin/php
  Reason: image not found
[1]    27004 abort      php

PHP versions
7.3, 7.4, 8.0

To Reproduce
Uninstall all php versions
Upgrade icu4c
Install php

** Temporary solution **
Manualy downgrade icu4c

example:
https://www.javaer101.com/en/article/7047493.html

Uninstall or untap

Sorry not a bug, but I need help uninstalling.
Unable to do brew untap shivammathur/php or brew uninstall shivammathur/php

Weird results when trying to install [email protected] on Big Sur

Describe the bug
Seems like [email protected] is broken for Big Sur; instead, it tries to install 8.0

PHP versions
7.4

To Reproduce
Run brew install shivammathur/php/[email protected] on a Big Sur

Expected behavior
PHP 7.4 should have been installed

Screenshots/Logs

==> Downloading https://dl.bintray.com/shivammathur/php/php%407.4-8.0.0_1.big_sur.bottle.385.tar.gz
#=#=#                                                                         
curl: (22) The requested URL returned error: 404 Not Found
Error: Failed to download resource "[email protected]"
Download failed: https://dl.bintray.com/shivammathur/php/php%407.4-8.0.0_1.big_sur.bottle.385.tar.gz
Warning: Bottle installation failed: building from source.
==> Downloading https://www.php.net/distributions/php-8.0.0.tar.xz
Already downloaded: ~/Library/Caches/Homebrew/downloads/931327716c2fdbb4db0a09a404f5d0d208381bfa0ed2064764652a4f8578b4ef--php-8.0.0.tar.xz
==> Patching
==> ./buildconf --force
==> ./configure --prefix=/usr/local/Cellar/[email protected]/8.0.0_1 --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/8.0 --with-config-file-path=/usr/local/etc/php/8.0 --with-config-file-scan-dir=/usr/local/
==> make

Additional context
Seems like 7.3 and 8.0 works as expected, i.e 7.4 is affected

Are you willing to submit a PR?
No (sorry, not sure where to look)

Download failed: https://ghcr.io/v2/shivammathur/php/php/8.1/manifests/8.1.0_3-22

Describe the bug
Currently, can not install shivammathur/php/[email protected]

==> Downloading https://ghcr.io/v2/shivammathur/php/php/8.1/manifests/8.1.0_3-22
##O#- #
curl: (22) The requested URL returned error: 404
Error: [email protected]: Failed to download resource "[email protected]_bottle_manifest"
Download failed: https://ghcr.io/v2/shivammathur/php/php/8.1/manifests/8.1.0_3-22
Screenshots/Logs
Screen Shot 2022-08-18 at 22 27 01
Additional context
Mac OS 10.15.6 (19G73)

ext-imap

Describe the feature
ext-imap

Hi 👋

First of all thanks for your work on this 💟

I am currently stuck, because I don't really know how to install/enable the imap extension. Can you give me any hints?

Thanks

Btw currently I am trying to install imagick for all versions like this and want to install imap too:

#!/bin/bash

PHP_VERSIONS="7.4 7.3"

echo "Remove all available PHP configs"
rm -rf /usr/local/etc/php/*

brew install imagemagick

for version in $PHP_VERSIONS
do
    echo "Install PHP $version"

    brew reinstall shivammathur/php/php@$version
    brew link --overwrite --force php@$version

    echo "Extension: imagick"
    if ! pecl list | grep imagick >/dev/null 2>&1;
    then
        echo "Install and enable: imagick"
        yes '' | pecl install imagick
    else
        echo "Already installed, but enable: imagick"
        echo "extension=imagick.so" >> /usr/local/etc/php/$version/php.ini
    fi

    php -v
    php -m | grep imagick
done

symfony local:php:refresh
symfony local:php:list

Is there anything easier 😄

cc @localheinz

Problem with custom php-fpm.log

Describe the bug
If I set a custom log name in the php-fpm.conf file, two logs are created after FPM restarts. For example, if I name the file as php8.1-fpm.log, after restarting the service, the original php-fpm.log and php8.1-fpm.log will be created at the same time. The problem lies in the configuration files *.plist and *.service, where php-fpm.log is set. So I have to update these files as well. However, there is a risk that they will be overwritten again during the upgrade.

PHP versions
All

To Reproduce

  1. Stop PHP service.
  2. Delete old logs in var/log directory.
  3. Rename php-fpm.log in php-fpm.conf.
  4. Start PHP service5.
  5. There are now two log files in the log directory.

Expected behavior
There should only be one log in the log directory

Additional context
If I have several versions of PHP installed, they all share the same logo. Which can be a problem for logrotate. It would be better if each PHP instance had its own log. But now it's not easy to set up.

Two solutions are possible:

  1. Set a custom name for each php version in Formulas. Eg: php8.1-php.log
  2. Remove the log setting in *.plist and *.service and leave it to the user.

Are you willing to submit a PR?
Maybe. I have no experience with it.

HTTPD throws segmentation fault when libcurl used in PHP

Related Homebrew/homebrew-core#80460

Describe the bug

When using curl_exec() in PHP from an Apache HTTP request, the PHP script dies without logging or throwing an error, and Apache logs a segmentation fault.

Via Chrome:

ERR_EMPTY_RESPONSE

Via Firefox:

The connection was reset

Via cURL:

curl: (52) Empty reply from server

Via Wget:

HTTP request sent, awaiting response... No data received.

I've tried reinstalling PHP with --build-from-source, same issue.

One way it works is if HTTPD is running as root, cURL works as expected and no segmentation fault is reported.

PHP versions

Affects PHP 5.6 → 8.1, Intel and Silicon, Mojave and Big Sur.

To Reproduce

<?php

$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, 'https://duckduckgo.com');
curl_setopt($ch, CURLOPT_HEADER, true);
curl_setopt($ch, CURLOPT_NOBODY, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
echo curl_exec($ch);
curl_close($ch);

Via PHP CLI, the cURL request works:

php test.php

Via Apache, the cURL request fails:

curl http://localhost/test.php

Expected behavior

The snippet should output the HTTP response headers of the request for the DuckDuckGo home page.

The snippet works using homebrewp-core's PHP.

Screenshots/Logs

Apache log:

[Mon Aug 23 12:16:18.240389 2021] [core:notice] [pid 19198] AH00052: child pid 19371 exit signal Segmentation fault (11)

Crash report:

Process:               httpd [19371]
Path:                  /opt/homebrew/*/httpd
Identifier:            httpd
Version:               0
Code Type:             ARM-64 (Native)
Parent Process:        httpd [19198]
Responsible:           httpd [19198]
User ID:               501

Date/Time:             2021-08-23 12:16:17.505 -0400
OS Version:            macOS 11.5.2 (20G95)
Report Version:        12
Anonymous UUID:        6E926FB9-E96B-82BE-5FE5-F45F021E7CE9

Sleep/Wake UUID:       B35D1ECC-71D4-4C65-8221-2097D9131D94

Time Awake Since Boot: 100000 seconds
Time Since Wake:       11000 seconds

System Integrity Protection: enabled

Crashed Thread:        0  Dispatch queue: com.apple.root.utility-qos

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000110
Exception Note:        EXC_CORPSE_NOTIFY

VM Regions Near 0x110:
--> 
    __TEXT                      100680000-1006d0000    [  320K] r-x/r-x SM=COW  /opt/homebrew/*

Application Specific Information:
crashed on child side of fork pre-exec
*** multi-threaded process forked ***

Thread 0 Crashed:: Dispatch queue: com.apple.root.utility-qos
0   libdispatch.dylib             	0x000000018dfdbe3c dispatch_apply_f + 716
1   libdispatch.dylib             	0x000000018dfdbe18 dispatch_apply_f + 680
2   com.apple.CoreFoundation      	0x000000018e38f464 __104-[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHandler:]_block_invoke.98 + 132
3   com.apple.CoreFoundation      	0x000000018e228e78 CFPREFERENCES_IS_WAITING_FOR_SYSTEM_AND_USER_CFPREFSDS + 100
4   com.apple.CoreFoundation      	0x000000018e228cb8 -[CFPrefsSearchListSource synchronouslySendDaemonMessage:andAgentMessage:andDirectMessage:replyHandler:] + 232
5   com.apple.CoreFoundation      	0x000000018e227468 -[CFPrefsSearchListSource alreadylocked_generationCountFromListOfSources:count:] + 252
6   com.apple.CoreFoundation      	0x000000018e227144 -[CFPrefsSearchListSource alreadylocked_getDictionary:] + 468
7   com.apple.CoreFoundation      	0x000000018e226cf0 -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 176
8   com.apple.CoreFoundation      	0x000000018e226c20 -[CFPrefsSource copyValueForKey:] + 60
9   com.apple.CoreFoundation      	0x000000018e226bcc __76-[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:]_block_invoke + 44
10  com.apple.CoreFoundation      	0x000000018e21fd98 __108-[_CFXPreferences(SearchListAdditions) withSearchListForIdentifier:container:cloudConfigurationURL:perform:]_block_invoke + 384
11  com.apple.CoreFoundation      	0x000000018e38fd3c -[_CFXPreferences withSearchListForIdentifier:container:cloudConfigurationURL:perform:] + 392
12  com.apple.CoreFoundation      	0x000000018e21f750 -[_CFXPreferences copyAppValueForKey:identifier:container:configurationURL:] + 168
13  com.apple.CoreFoundation      	0x000000018e21f66c _CFPreferencesCopyAppValueWithContainerAndConfiguration + 128
14  com.apple.SystemConfiguration 	0x000000018ecd5030 SCDynamicStoreCopyProxiesWithOptions + 180
15  libcurl.4.dylib               	0x0000000102302950 Curl_resolv + 296
16  libcurl.4.dylib               	0x00000001023302e0 create_conn + 11444
17  libcurl.4.dylib               	0x000000010232d58c Curl_connect + 96
18  libcurl.4.dylib               	0x0000000102317564 multi_runsingle + 444
19  libcurl.4.dylib               	0x00000001023172b4 curl_multi_perform + 152
20  libcurl.4.dylib               	0x00000001022f8f18 curl_easy_perform + 280
21  libphp7.so                    	0x0000000100e7549c zif_curl_exec + 104
22  xdebug.so                     	0x000000010493271c xdebug_execute_internal + 584
23  libphp7.so                    	0x00000001011b6bf0 ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER + 376
24  libphp7.so                    	0x000000010117da44 execute_ex + 88
25  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
26  libphp7.so                    	0x00000001011b7018 ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER + 472
27  libphp7.so                    	0x000000010117da44 execute_ex + 88
28  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
29  libphp7.so                    	0x00000001011b7018 ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER + 472
30  libphp7.so                    	0x000000010117da44 execute_ex + 88
31  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
32  libphp7.so                    	0x00000001011b7018 ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER + 472
33  libphp7.so                    	0x000000010117da44 execute_ex + 88
34  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
35  libphp7.so                    	0x00000001011b7018 ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER + 472
36  libphp7.so                    	0x000000010117da44 execute_ex + 88
37  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
38  libphp7.so                    	0x00000001011b7018 ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER + 472
39  libphp7.so                    	0x000000010117da44 execute_ex + 88
40  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
41  libphp7.so                    	0x00000001011b7018 ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER + 472
42  libphp7.so                    	0x000000010117da44 execute_ex + 88
43  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
44  libphp7.so                    	0x00000001011b7018 ZEND_DO_FCALL_SPEC_RETVAL_USED_HANDLER + 472
45  libphp7.so                    	0x000000010117da44 execute_ex + 88
46  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
47  libphp7.so                    	0x00000001011b6cac ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER + 564
48  libphp7.so                    	0x000000010117da44 execute_ex + 88
49  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
50  libphp7.so                    	0x00000001011b6cac ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER + 564
51  libphp7.so                    	0x000000010117da44 execute_ex + 88
52  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
53  libphp7.so                    	0x00000001011b6cac ZEND_DO_FCALL_SPEC_RETVAL_UNUSED_HANDLER + 564
54  libphp7.so                    	0x000000010117da44 execute_ex + 88
55  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
56  libphp7.so                    	0x00000001011bb5e8 ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER + 624
57  libphp7.so                    	0x000000010117da44 execute_ex + 88
58  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
59  libphp7.so                    	0x00000001011bb5e8 ZEND_INCLUDE_OR_EVAL_SPEC_TMPVAR_HANDLER + 624
60  libphp7.so                    	0x000000010117da44 execute_ex + 88
61  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
62  libphp7.so                    	0x00000001011bb300 ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER + 584
63  libphp7.so                    	0x000000010117da44 execute_ex + 88
64  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
65  libphp7.so                    	0x00000001011bb300 ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER + 584
66  libphp7.so                    	0x000000010117da44 execute_ex + 88
67  xdebug.so                     	0x0000000104932408 xdebug_execute_ex + 780
68  libphp7.so                    	0x000000010117db88 zend_execute + 272
69  libphp7.so                    	0x00000001011417a0 zend_execute_scripts + 152
70  libphp7.so                    	0x00000001010ee330 php_execute_script + 532
71  libphp7.so                    	0x00000001011fc6c0 php_handler + 916
72  httpd                         	0x0000000100682e70 ap_run_handler + 64
73  httpd                         	0x0000000100683558 ap_invoke_handler + 268
74  httpd                         	0x00000001006b98d0 ap_internal_redirect + 60
75  mod_rewrite.so                	0x0000000100e03bc0 handler_redirect + 136
76  httpd                         	0x0000000100682e70 ap_run_handler + 64
77  httpd                         	0x0000000100683558 ap_invoke_handler + 268
78  httpd                         	0x00000001006b948c ap_process_async_request + 792
79  httpd                         	0x00000001006b953c ap_process_request + 24
80  httpd                         	0x00000001006b63d4 ap_process_http_connection + 344
81  httpd                         	0x0000000100693e6c ap_run_process_connection + 64
82  mod_mpm_prefork.so            	0x0000000100886530 child_main + 1032
83  mod_mpm_prefork.so            	0x0000000100885ff4 make_child + 432
84  mod_mpm_prefork.so            	0x0000000100885a58 prefork_run + 2056
85  httpd                         	0x00000001006964e8 ap_run_mpm + 84
86  httpd                         	0x0000000100689ea4 main + 1924
87  libdyld.dylib                 	0x000000018e195430 start + 4

Thread 0 crashed with ARM Thread State (64-bit):
    x0: 0x0000000109804180   x1: 0x0000000000000001   x2: 0x000000018dffb2c8   x3: 0x000000018e38f48c
    x4: 0x0000000000000000   x5: 0x000000016f77d588   x6: 0x0000000000000000   x7: 0x0000000000000400
    x8: 0x0000000000000100   x9: 0x0000000109800010  x10: 0x0000000000000000  x11: 0x0000000000000001
   x12: 0x000000000000007f  x13: 0x0000000000000006  x14: 0x0000000109800000  x15: 0x0000000000000001
   x16: 0x000000018dfdb7ac  x17: 0x00000001f95e4458  x18: 0x0000000000000000  x19: 0x00000001f95c69c0
   x20: 0x0000000000000000  x21: 0x0000000109804180  x22: 0x0000000109804100  x23: 0x00000000100004ff
   x24: 0x0000000100acfe20  x25: 0x0000000100acfec0  x26: 0x0000000000000104  x27: 0x0000000109804180
   x28: 0x0000000000000001   fp: 0x000000016f77d3c0   lr: 0xaa2280018dfdbe18
    sp: 0x000000016f77d310   pc: 0x000000018dfdbe3c cpsr: 0x60000000
   far: 0x0000000000000110  esr: 0x56000080


Binary Images:
       0x100680000 -        0x1006cffff +httpd (0) <432DD3A6-64F0-3BDE-886E-C46F612A508D> /opt/homebrew/*/httpd
       0x100740000 -        0x100777fff +libpcre.1.dylib (0) <DE69AF90-F086-3C29-9DC3-C4BB366B409A> /opt/homebrew/*/libpcre.1.dylib
       0x100798000 -        0x1007b3fff +libaprutil-1.0.dylib (0) <14E5462B-6CD9-3230-8CE5-6BBC4CFD8B60> /opt/homebrew/*/libaprutil-1.0.dylib
       0x1007e4000 -        0x100807fff +libapr-1.0.dylib (0) <B049474D-D080-3321-A991-A8CFA9AC1CA8> /opt/homebrew/*/libapr-1.0.dylib
       0x100880000 -        0x100887fff +mod_mpm_prefork.so (0) <E8ACE1F7-7E52-3B49-9E64-06F5F72359DF> /opt/homebrew/*/mod_mpm_prefork.so
       0x100894000 -        0x100897fff +mod_authn_file.so (0) <A7B45E34-ADB5-3DD4-98CB-7D26F4814F1E> /opt/homebrew/*/mod_authn_file.so
       0x1008a4000 -        0x1008a7fff +mod_authn_core.so (0) <78F513D6-B436-3CDA-992E-4B2E4C3037A9> /opt/homebrew/*/mod_authn_core.so
       0x1008b4000 -        0x1008b7fff +mod_authz_host.so (0) <8395EDBC-8396-3B8F-8EDC-9958B5774041> /opt/homebrew/*/mod_authz_host.so
       0x1008c4000 -        0x1008c7fff +mod_authz_groupfile.so (0) <D46E7E94-4FAE-3FE3-A5E7-CB2B38213647> /opt/homebrew/*/mod_authz_groupfile.so
       0x1008d4000 -        0x1008d7fff +mod_authz_user.so (0) <2005B73D-3663-3E80-B219-9F81712A0A4A> /opt/homebrew/*/mod_authz_user.so
       0x1008e4000 -        0x1008e7fff +mod_authz_core.so (0) <20004F2F-E439-38C5-9B9B-559991268963> /opt/homebrew/*/mod_authz_core.so
       0x1008f4000 -        0x1008f7fff +mod_access_compat.so (0) <39EC6A6D-D897-3889-AA7A-8E0D5DE11468> /opt/homebrew/*/mod_access_compat.so
       0x100904000 -        0x100907fff +mod_auth_basic.so (0) <3E23C985-E9A3-32A2-848A-866BD6E60304> /opt/homebrew/*/mod_auth_basic.so
       0x100914000 -        0x100917fff +mod_socache_shmcb.so (0) <41A0C142-D940-36DE-A081-C8255BCBC261> /opt/homebrew/*/mod_socache_shmcb.so
       0x100924000 -        0x100927fff +mod_reqtimeout.so (0) <1419320E-8D07-36CC-AE03-9FC3AC6092C2> /opt/homebrew/*/mod_reqtimeout.so
       0x100934000 -        0x100937fff +mod_filter.so (0) <01CC28E3-6397-3770-9922-5DF138A516FA> /opt/homebrew/*/mod_filter.so
       0x100944000 -        0x100947fff +mod_mime.so (0) <E851379A-17E6-32AF-A273-BD9B08499874> /opt/homebrew/*/mod_mime.so
       0x100954000 -        0x10095bfff +mod_log_config.so (0) <17112E5C-F038-3849-8621-B416D5294219> /opt/homebrew/*/mod_log_config.so
       0x100968000 -        0x10096bfff +mod_env.so (0) <C61BA51D-BFBA-357B-994D-6997C163EBBE> /opt/homebrew/*/mod_env.so
       0x100978000 -        0x10097bfff +mod_headers.so (0) <42B603A0-BB86-3088-B461-9B0B93F6EC61> /opt/homebrew/*/mod_headers.so
       0x100988000 -        0x10098bfff +mod_setenvif.so (0) <51846CD2-E334-3E6A-B5EC-688998C7EEFC> /opt/homebrew/*/mod_setenvif.so
       0x100998000 -        0x10099bfff +mod_version.so (0) <F5B1BFF8-24D5-388A-878B-7496EC9A3D49> /opt/homebrew/*/mod_version.so
       0x1009a8000 -        0x1009cffff +mod_ssl.so (0) <C432FC5B-FAF9-326D-A4A3-2463A0B2FCF3> /opt/homebrew/*/mod_ssl.so
       0x1009ec000 -        0x1009effff +mod_unixd.so (0) <BDE84B25-C4C7-301D-91A6-479461209254> /opt/homebrew/*/mod_unixd.so
       0x1009fc000 -        0x1009fffff +mod_status.so (0) <503CA785-62B0-3258-BE09-52281AA69066> /opt/homebrew/*/mod_status.so
       0x100a14000 -        0x100a93fff  dyld (852.2) <17D14D9B-B6B2-35DC-B157-4FD60213BE99> /usr/lib/dyld
       0x100b1c000 -        0x100b67fff +libssl.1.1.dylib (0) <387D1B0F-EE36-3D80-96B0-21BCDA8B4E62> /opt/homebrew/*/libssl.1.1.dylib
       0x100b9c000 -        0x100d1bfff +libcrypto.1.1.dylib (0) <6703626D-9366-31E0-8697-C74FFA806779> /opt/homebrew/*/libcrypto.1.1.dylib
       0x100dbc000 -        0x100dc3fff +mod_autoindex.so (0) <03A29C73-4AB2-3E3F-93A2-EB8ECA0ABC6F> /opt/homebrew/*/mod_autoindex.so
       0x100dd0000 -        0x100dd3fff +mod_vhost_alias.so (0) <F319CD72-9128-337A-B2D2-F676AB8EFFA2> /opt/homebrew/*/mod_vhost_alias.so
       0x100de0000 -        0x100de3fff +mod_dir.so (0) <64309B43-3F27-3CDA-AF25-C3DF6C7AA6A6> /opt/homebrew/*/mod_dir.so
       0x100df0000 -        0x100df3fff +mod_alias.so (0) <0501A62E-730F-379D-A959-CEB87B80A034> /opt/homebrew/*/mod_alias.so
       0x100e00000 -        0x100e0bfff +mod_rewrite.so (0) <443AE07C-9A18-368F-A969-4FD9759B6D28> /opt/homebrew/*/mod_rewrite.so
       0x100e18000 -        0x10197ffff +libphp7.so (0) <6EC8C795-B1B8-3892-B34F-DEEDDC8F2050> /opt/homebrew/*/libphp7.so
       0x101b90000 -        0x101ba3fff +libzip.5.dylib (0) <509B5985-7F04-3FC6-8488-946B514ADF80> /opt/homebrew/*/libzip.5.dylib
       0x101bb8000 -        0x101c4bfff +libtidy.58.dylib (0) <EE17757A-4FBD-3115-BBB7-431A15F35E28> /opt/homebrew/*/libtidy.58.dylib
       0x101c94000 -        0x101c9bfff +libargon2.1.dylib (0) <3D848E1F-294F-3A2F-9FAB-C9A05D6DE491> /opt/homebrew/*/libargon2.1.dylib
       0x101cac000 -        0x101ccffff +libsodium.23.dylib (0) <67841B8E-2174-3C0D-8F1C-F04984E487CA> /opt/homebrew/*/libsodium.23.dylib
       0x101cec000 -        0x101d33fff +libaspell.15.dylib (0) <0EFD1539-C557-3931-B5F1-9D6CE81FFCFC> /opt/homebrew/*/libaspell.15.dylib
       0x101d70000 -        0x101d73fff +libpspell.15.dylib (0) <BB8915F6-DF76-3874-9D94-E7F646BEBEE3> /opt/homebrew/*/libpspell.15.dylib
       0x101d7c000 -        0x101db3fff +libpq.5.dylib (0) <4CDB6789-CB71-3A1A-AC9A-E2D96E218F5C> /opt/homebrew/*/libpq.5.dylib
       0x101dcc000 -        0x101eaffff +libsqlite3.0.dylib (0) <49D1199B-D857-3773-9B8F-338CB5E20EC7> /opt/homebrew/*/libsqlite3.0.dylib
       0x101ed8000 -        0x101f27fff +libsybdb.5.dylib (0) <9662178E-E2D2-312E-9606-14843753924F> /opt/homebrew/*/libsybdb.5.dylib
       0x101f44000 -        0x101f83fff +libldap-2.5.0.dylib (0) <E3451E5C-7C0B-3CCD-A2CB-5B47E611C3D4> /opt/homebrew/*/libldap-2.5.0.dylib
       0x101fa8000 -        0x101fb3fff +liblber-2.5.0.dylib (0) <5E218B3A-1B65-390C-9ECB-7046405C0565> /opt/homebrew/*/liblber-2.5.0.dylib
       0x101fc8000 -        0x10201ffff +libgmp.10.dylib (0) <A5E911FA-5131-36E7-A930-CD029FCF570F> /opt/homebrew/*/libgmp.10.dylib
       0x10203c000 -        0x102047fff +libintl.8.dylib (0) <0D6FABA9-E6B6-36FD-8B1B-AAB259632D79> /opt/homebrew/*/libintl.8.dylib
       0x102058000 -        0x10207bfff +libpng16.16.dylib (0) <0101BAA0-1FCD-3FE8-8C82-AE132AE210AE> /opt/homebrew/*/libpng16.16.dylib
       0x102090000 -        0x1020bbfff +libjpeg.9.dylib (0) <C34F7DE6-B8DD-3AFA-AFE0-F8FC7B6E65B1> /opt/homebrew/*/libjpeg.9.dylib
       0x1020d0000 -        0x10210ffff +libwebp.7.dylib (0) <38C3EAB9-2FCF-3293-8637-B25768EA6840> /opt/homebrew/*/libwebp.7.dylib
       0x102128000 -        0x10215bfff +libgssapi_krb5.2.2.dylib (0) <D5D2328B-BDDA-3FE9-A5C0-33C5AE9D5867> /opt/homebrew/*/libgssapi_krb5.2.2.dylib
       0x102178000 -        0x1021f7fff +libkrb5.3.3.dylib (0) <E18F6E3A-47D8-3C54-879A-9BAFFEA42112> /opt/homebrew/*/libkrb5.3.3.dylib
       0x10223c000 -        0x10225ffff +libk5crypto.3.1.dylib (0) <75DAAD5A-D7B7-3412-8BCF-05681E896E07> /opt/homebrew/*/libk5crypto.3.1.dylib
       0x102274000 -        0x102277fff +libcom_err.3.0.dylib (0) <32E3DC1D-4979-3131-9875-657A9F598777> /opt/homebrew/*/libcom_err.3.0.dylib
       0x102288000 -        0x1022d3fff +libpcre2-8.0.dylib (0) <2EA4357D-A1FF-337E-82D9-2A92A2A5A3FC> /opt/homebrew/*/libpcre2-8.0.dylib
       0x1022e4000 -        0x102357fff +libcurl.4.dylib (0) <AE4E1232-FC0A-3FFE-8A24-DA7947B094E6> /opt/homebrew/*/libcurl.4.dylib
       0x10237c000 -        0x1023f7fff +libfreetype.6.dylib (0) <614EDA8F-2167-333B-8F67-90990FDC2497> /opt/homebrew/*/libfreetype.6.dylib
       0x102420000 -        0x1025affff +libicui18n.69.dylib (0) <DE50BC48-D9AE-3D83-A60D-D7368B81B41A> /opt/homebrew/*/libicui18n.69.dylib
       0x1026cc000 -        0x1027effff +libicuuc.69.dylib (0) <4C4F633A-32FD-31D9-9AB8-7D8086A99CF9> /opt/homebrew/*/libicuuc.69.dylib
       0x102874000 -        0x1043cbfff +libicudata.69.dylib (0) <DAF5C061-2AFF-3D61-8518-BE061529E172> /opt/homebrew/*/libicudata.69.dylib
       0x10440c000 -        0x104417fff +libicuio.69.dylib (0) <17E05EB7-408A-3F3A-97A7-ABF9F18FF90E> /opt/homebrew/*/libicuio.69.dylib
       0x10442c000 -        0x104473fff +libodbc.2.dylib (0) <CCC49341-EA8F-3692-B6C5-B12F4D754CC5> /opt/homebrew/*/libodbc.2.dylib
       0x10448c000 -        0x104493fff +libkrb5support.1.1.dylib (0) <462FDC2A-DB90-3EE1-A15D-1A37EA5FBA05> /opt/homebrew/*/libkrb5support.1.1.dylib
       0x1044a4000 -        0x1044bffff +libnghttp2.14.dylib (0) <6F6C7ED7-E1A4-3BC5-B634-FCF0BE50FC49> /opt/homebrew/*/libnghttp2.14.dylib
       0x1044d8000 -        0x1044f7fff +libidn2.0.dylib (0) <83962946-CD55-3829-AEA7-A4F0608B7DA8> /opt/homebrew/*/libidn2.0.dylib
       0x104508000 -        0x10451bfff +librtmp.1.dylib (0) <0FBDBF04-339F-3765-92E1-3874CC93F17E> /opt/homebrew/*/librtmp.1.dylib
       0x104530000 -        0x10455bfff +libssh2.1.dylib (0) <E0FD454E-0D0F-3D89-ABFF-2A63B12120ED> /opt/homebrew/*/libssh2.1.dylib
       0x104574000 -        0x10463ffff +libzstd.1.dylib (0) <C81806AC-6168-3B9A-8BD9-E95DF897386E> /opt/homebrew/*/libzstd.1.dylib
       0x104658000 -        0x104663fff +libbrotlidec.1.dylib (0) <8BFCE1AD-7649-3963-9B89-115B6401EB5D> /opt/homebrew/*/libbrotlidec.1.dylib
       0x104674000 -        0x1047d3fff +libunistring.2.dylib (0) <1667CF35-8CC0-3BA9-AC57-047219BFF99B> /opt/homebrew/*/libunistring.2.dylib
       0x1047f4000 -        0x104813fff +libbrotlicommon.1.dylib (0) <7FA796EB-A3AB-3626-BC40-9E4C57FE5B01> /opt/homebrew/*/libbrotlicommon.1.dylib
       0x104824000 -        0x10482bfff +libltdl.7.dylib (0) <FAB508B9-F108-3971-9651-2B30DD8871F1> /opt/homebrew/*/libltdl.7.dylib
       0x1048bc000 -        0x10490ffff +opcache.so (0) <ED17EE3C-E506-3D60-AB0B-F50D314BFE16> /opt/homebrew/*/opcache.so
       0x10492c000 -        0x10495ffff +xdebug.so (0) <AFCD243C-8324-328D-84C1-8E09DECD5DB3> /opt/homebrew/*/xdebug.so
       0x10497c000 -        0x104987fff +apcu.so (0) <2C3547B7-C286-3BA4-9F2E-C995CD2E3684> /opt/homebrew/*/apcu.so
       0x104998000 -        0x10499ffff +igbinary.so (0) <E52726DF-83B0-38AC-9BCE-83BCDD4F1073> /opt/homebrew/*/igbinary.so
       0x1049ac000 -        0x1049b7fff +liblqr-1.0.dylib (0) <E58511E9-B8A7-3961-AA78-DCE0FB33924F> /opt/homebrew/*/liblqr-1.0.dylib
       0x1049c8000 -        0x1049d7fff +memcache.so (0) <526A3447-4358-38FD-B51C-1AA89541BD98> /opt/homebrew/*/memcache.so
       0x1049e8000 -        0x1049ebfff +libmemcachedutil.2.dylib (0) <09189DDF-E1B0-31BC-9065-61387C23AE0A> /opt/homebrew/*/libmemcachedutil.2.dylib
       0x104c00000 -        0x104c2bfff +imagick.so (0) <38E4224B-F58C-3DDE-A455-C5A39FAA1894> /opt/homebrew/*/imagick.so
       0x104c64000 -        0x104cc7fff +libomp.dylib (0) <1561EC54-D8A1-327F-8013-F2DFF37FC159> /opt/homebrew/*/libomp.dylib
       0x104d04000 -        0x104ddbfff +libMagickWand-7.Q16HDRI.10.dylib (0) <D3CCFC73-05BA-3E1A-849B-2DBF13AC345C> /opt/homebrew/*/libMagickWand-7.Q16HDRI.10.dylib
       0x104e0c000 -        0x104f7ffff +libMagickCore-7.Q16HDRI.10.dylib (0) <819CF016-BBF8-3117-86A7-45E951559DE6> /opt/homebrew/*/libMagickCore-7.Q16HDRI.10.dylib
       0x104fd8000 -        0x105013fff +liblcms2.2.dylib (0) <137FE80C-2349-3143-9631-7E18CFB3D4FC> /opt/homebrew/*/liblcms2.2.dylib
       0x105034000 -        0x105133fff +libglib-2.0.0.dylib (0) <B0A113D6-DE92-33C8-B35C-F777241F92EA> /opt/homebrew/*/libglib-2.0.0.dylib
       0x105168000 -        0x105197fff +libfontconfig.1.dylib (0) <A0BD05C8-4368-3F4E-A1D7-DBF5A7090102> /opt/homebrew/*/libfontconfig.1.dylib
       0x1051b0000 -        0x105283fff +imap.so (0) <DE347B91-3100-3901-9699-AED44DEB3C31> /opt/homebrew/*/imap.so
       0x1052b8000 -        0x1052c7fff +memcached.so (0) <C4101E6D-C0BE-3B4C-A27D-5E6AEC5B0AF1> /opt/homebrew/*/memcached.so
       0x1052dc000 -        0x1052fffff +libmemcached.11.dylib (0) <2D7E0AA7-6EA9-3464-8180-1BC61C50190C> /opt/homebrew/*/libmemcached.11.dylib
       0x105318000 -        0x105323fff +msgpack.so (0) <027C1087-1344-36F6-8080-F15CC5F973C5> /opt/homebrew/*/msgpack.so
       0x105330000 -        0x105387fff +redis.so (0) <6769551B-6F9F-3254-9D7D-F30587A94804> /opt/homebrew/*/redis.so
       0x1053b8000 -        0x1053d3fff +liblz4.1.dylib (0) <242C39CC-17CB-3C9F-8297-178F64969CD2> /opt/homebrew/*/liblz4.1.dylib
       0x1073e4000 -        0x1073e7fff  com.apple.AppSSO.AppSSOLocatePlugin-macOS (1.0 - 1) <3F5652C2-B93E-3225-A248-7FFD6302A5AA> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/AppSSOLocatePlugin_macOS.bundle/Contents/MacOS/AppSSOLocatePlugin_macOS
       0x1073f8000 -        0x1073fbfff  com.apple.AppSSO.AppSSOConfigPlugin-macOS (1.0 - 1) <605EB760-8056-3F28-896E-0EE2C19E1CA5> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/AppSSOConfigPlugin_macOS.bundle/Contents/MacOS/AppSSOConfigPlugin_macOS
       0x10740c000 -        0x10740ffff  com.apple.heimdalodpac (11.5 - 205) <5D133BFF-DECE-34A8-AA77-899AA00F79A5> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/heimdalodpac.bundle/Contents/MacOS/heimdalodpac
       0x10741c000 -        0x10741ffff  com.apple.kerberos.reachability (4.0 - 2.0) <434652AB-96AB-3580-BBA9-07E81617433C> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/Reachability.bundle/Contents/MacOS/Reachability
       0x107430000 -        0x107433fff  com.apple.kerberos.sckerberosconfig (4.0 - 1) <C37D57F6-46B5-3AF6-9D4A-BD2C81A60463> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/SCKerberosConfig.bundle/Contents/MacOS/SCKerberosConfig
       0x18ded2000 -        0x18ded3fff  libsystem_blocks.dylib (79) <A632E8A7-5900-35FE-892E-D7A6982D483D> /usr/lib/system/libsystem_blocks.dylib
       0x18ded4000 -        0x18df0bfff  libxpc.dylib (2038.120.1) <33FB2ED1-AB10-3900-BA93-5767A5086AD7> /usr/lib/system/libxpc.dylib
       0x18df0c000 -        0x18df23fff  libsystem_trace.dylib (1277.120.1) <59FD0CCA-0321-3A28-A2FB-80CCBDDFEC82> /usr/lib/system/libsystem_trace.dylib
       0x18df24000 -        0x18df97fff  libcorecrypto.dylib (1000.140.4) <A0F8F0E4-0907-3284-B193-33F8DED792C8> /usr/lib/system/libcorecrypto.dylib
       0x18df98000 -        0x18dfc3fff  libsystem_malloc.dylib (317.140.5) <816E435C-D24C-3EF5-8932-5B7C8EAE4AEC> /usr/lib/system/libsystem_malloc.dylib
       0x18dfc4000 -        0x18e008fff  libdispatch.dylib (1271.120.2) <7FAD1391-1E49-3CF2-9936-E808F815AA8F> /usr/lib/system/libdispatch.dylib
       0x18e009000 -        0x18e042fff  libobjc.A.dylib (824) <3478ECD1-A8BB-38DC-BC97-966A244DB668> /usr/lib/libobjc.A.dylib
       0x18e043000 -        0x18e045fff  libsystem_featureflags.dylib (28.60.1) <DD1B9290-ECE0-3F0C-8492-706E88CB12AF> /usr/lib/system/libsystem_featureflags.dylib
       0x18e046000 -        0x18e0c7fff  libsystem_c.dylib (1439.141.1) <33167920-470B-366B-8EDC-C138EE669785> /usr/lib/system/libsystem_c.dylib
       0x18e0c8000 -        0x18e123fff  libc++.1.dylib (905.6) <95188C52-741C-3F57-A78F-90334F6518B1> /usr/lib/libc++.1.dylib
       0x18e124000 -        0x18e13bfff  libc++abi.dylib (905.6) <0EB11B11-F4A5-355E-B44C-955ADD774E61> /usr/lib/libc++abi.dylib
       0x18e13c000 -        0x18e16ffff  libsystem_kernel.dylib (7195.141.2) <1E1E6F44-01BC-3994-A907-61288C3D7BFD> /usr/lib/system/libsystem_kernel.dylib
       0x18e170000 -        0x18e17cfff  libsystem_pthread.dylib (454.120.2) <85E14929-1F9B-3E79-ABDE-06EB161F9574> /usr/lib/system/libsystem_pthread.dylib
       0x18e17d000 -        0x18e1befff  libdyld.dylib (852.2) <AC8DB2A8-3012-32B6-87D2-4C5535FCA3D8> /usr/lib/system/libdyld.dylib
       0x18e1bf000 -        0x18e1c5fff  libsystem_platform.dylib (254.80.2) <17522FB4-6BA9-31D4-8222-699B80714CC3> /usr/lib/system/libsystem_platform.dylib
       0x18e1c6000 -        0x18e1f1fff  libsystem_info.dylib (542.40.3) <93ED568C-DBDC-3F74-9434-834B5DF0E2EC> /usr/lib/system/libsystem_info.dylib
       0x18e1f2000 -        0x18e6a0fff  com.apple.CoreFoundation (6.9 - 1777.103) <0EE241E3-3A80-3F15-AB1E-B5C18CA7E4B1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
       0x18e6a1000 -        0x18e8d9fff  com.apple.LaunchServices (1122.41 - 1122.41) <8846ED26-47F7-3C95-A12D-C0187D05059E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
       0x18e8da000 -        0x18e9b4fff  com.apple.gpusw.MetalTools (1.0 - 1) <D2C27F8E-CF4C-36FA-AEE8-7C285753B3FF> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
       0x18e9b5000 -        0x18ec1ffff  libBLAS.dylib (1336.140.1) <01B7A91B-31CB-348C-BCAE-DAF215B566C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x18ec20000 -        0x18ec6afff  com.apple.Lexicon-framework (1.0 - 86.2) <5F8A23F6-6713-3BC5-A59A-571972D88022> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
       0x18ec6b000 -        0x18eccefff  libSparse.dylib (106) <02748559-0716-35CC-8E70-22FF91D0CE47> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
       0x18eccf000 -        0x18ed56fff  com.apple.SystemConfiguration (1.20 - 1.20) <A5B72375-D191-3158-8F73-E27D366223BC> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
       0x18ed57000 -        0x18ed8afff  libCRFSuite.dylib (50) <BED28949-7CB6-38DA-96F4-07DFE73C0A3F> /usr/lib/libCRFSuite.dylib
       0x18ed8b000 -        0x18efb9fff  libmecabra.dylib (929.10) <AA0FA1F9-2CFA-3E97-BCDE-AEBB410A7105> /usr/lib/libmecabra.dylib
       0x18efba000 -        0x18f346fff  com.apple.Foundation (6.9 - 1777.103) <B64AAE92-8C63-3FF9-8C0C-F9C10FCE7782> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
       0x18f347000 -        0x18f436fff  com.apple.LanguageModeling (1.0 - 247.3) <C77B6658-3224-3D8B-9A4B-8B7F741AC4C9> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
       0x18f437000 -        0x18f559fff  com.apple.CoreDisplay (237.4 - 237.4) <38654CFE-34C0-3A22-88F4-51B7E6CD22A5> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
       0x18f55a000 -        0x18f7c2fff  com.apple.audio.AudioToolboxCore (1.0 - 1181.72) <D0F25BA5-FE6B-3E66-919E-18FF20C76F5E> /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
       0x18f7c3000 -        0x18f992fff  com.apple.CoreText (677.6.0.2 - 677.6.0.2) <650DCFE4-3F56-384E-98F3-55E64AD3A824> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
       0x18f993000 -        0x18ffadfff  com.apple.audio.CoreAudio (5.0 - 5.0) <BB361C64-9FD7-3987-9327-04F835464455> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
       0x18ffae000 -        0x190314fff  com.apple.security (7.0 - 59754.140.13) <6A354A87-B586-3575-B518-CA046B4A2B36> /System/Library/Frameworks/Security.framework/Versions/A/Security
       0x190315000 -        0x190586fff  libicucore.A.dylib (66112) <17E0A41B-60CE-3DC1-9842-D6FF595C55FC> /usr/lib/libicucore.A.dylib
       0x190587000 -        0x190591fff  libsystem_darwin.dylib (1439.141.1) <7E7806F7-0442-3280-97A1-2D6364FAF68B> /usr/lib/system/libsystem_darwin.dylib
       0x190592000 -        0x190885fff  com.apple.CoreServices.CarbonCore (1307.3 - 1307.3) <ED9CA319-4C60-3A81-81BE-18E3734281DD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x1908c2000 -        0x1908fdfff  com.apple.CSStore (1122.41 - 1122.41) <724E19B8-926D-3BE2-8577-5B94F7F51E78> /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
       0x1908fe000 -        0x1909c9fff  com.apple.framework.IOKit (2.0.2 - 1845.120.6) <63CEB2C2-F60A-39BB-BEBD-0255154452CD> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
       0x1909ca000 -        0x1909d5fff  libsystem_notify.dylib (279.40.4) <E356DA60-2DD0-3A16-95A1-819FA9C19A20> /usr/lib/system/libsystem_notify.dylib
       0x190a24000 -        0x191765fff  com.apple.AppKit (6.9 - 2022.60.128) <B97FD427-D3A0-3B3D-9E7C-89A1F912355F> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
       0x191766000 -        0x19198cfff  com.apple.UIFoundation (1.0 - 728.9) <11CEEA67-6F89-3C70-AD0C-DE82A772875B> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
       0x19198d000 -        0x19199ffff  com.apple.UniformTypeIdentifiers (637 - 637) <53FB8E62-386B-36D6-95D9-6BAA6ABDD6A6> /System/Library/Frameworks/UniformTypeIdentifiers.framework/Versions/A/UniformTypeIdentifiers
       0x191dd7000 -        0x19251ffff  libnetwork.dylib (2288.140.7) <A0BB3B06-C5A3-3DB8-AED9-EBB180FDBFC1> /usr/lib/libnetwork.dylib
       0x192520000 -        0x1929a8fff  com.apple.CFNetwork (1240.0.4 - 1240.0.4) <496FEA2B-9B13-3881-ADB8-AACE980425D7> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x1929a9000 -        0x1929b8fff  libsystem_networkextension.dylib (1295.140.3) <52A5D26E-D9D2-3ECE-8015-B31B1B9F7FC9> /usr/lib/system/libsystem_networkextension.dylib
       0x1929b9000 -        0x1929bafff  libenergytrace.dylib (22.100.1) <1BA088D7-0DAD-3F5E-80A5-5FD4E9EBEBF9> /usr/lib/libenergytrace.dylib
       0x1929bb000 -        0x192a0dfff  libMobileGestalt.dylib (978.140.1) <44B6E4D5-AC61-37AA-A775-2F89116772C2> /usr/lib/libMobileGestalt.dylib
       0x192a0e000 -        0x192a25fff  libsystem_asl.dylib (385) <55CF534F-17B2-3119-BCFB-A2F945CA3272> /usr/lib/system/libsystem_asl.dylib
       0x192a26000 -        0x192a3ffff  com.apple.TCC (1.0 - 1) <28C932A1-B171-36DC-8F03-803A53DB8865> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
       0x192a40000 -        0x192daefff  com.apple.SkyLight (1.600.0 - 588.7) <1E77ED06-C425-38F9-AF4B-8563DEB721C7> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
       0x192daf000 -        0x19339cfff  com.apple.CoreGraphics (2.0 - 1463.16.1) <C77124DF-58AF-3E76-8DAB-2455E7E06C2D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
       0x19339d000 -        0x193492fff  com.apple.ColorSync (4.13.0 - 3473.4.3) <F071D456-6A4C-3342-A6B9-1D3B61D65485> /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
       0x193493000 -        0x1934eefff  com.apple.HIServices (1.22 - 716) <6C9928A6-55D8-3981-A13F-333DBC62503D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x193848000 -        0x193bf0fff  com.apple.CoreData (120 - 1048) <33F455F4-6672-3227-A033-86B6FFCE629A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
       0x193bf1000 -        0x193c07fff  com.apple.ProtocolBuffer (1 - 285.24.10.20.1) <BD5B38C6-D9DB-3557-A624-211A333BDEE5> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
       0x193c08000 -        0x193da5fff  libsqlite3.dylib (321.3) <7FD239FD-B516-37AD-8A4B-510E287523B8> /usr/lib/libsqlite3.dylib
       0x193da6000 -        0x193e1afff  com.apple.Accounts (113 - 113) <B20AC118-A676-3865-991D-7266977E0813> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
       0x193e1b000 -        0x193e31fff  com.apple.commonutilities (8.0 - 900) <00FA48A7-5445-3D7D-846A-CB98A7CE7583> /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
       0x193e32000 -        0x193eb4fff  com.apple.BaseBoard (526 - 526) <D8030738-DB1A-3742-B7B5-8F8B61F8991F> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
       0x193eb5000 -        0x193f02fff  com.apple.RunningBoardServices (1.0 - 505.100.8) <109B3867-729F-3569-9173-33B385DD6AEB> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
       0x193f03000 -        0x193f76fff  com.apple.AE (918.6 - 918.6) <6747FF69-AF52-38BE-BF25-949838E4CA14> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x193f77000 -        0x193f7efff  libdns_services.dylib (1310.140.1) <2E0F76ED-EF2C-3396-83B6-A51C8B40811B> /usr/lib/libdns_services.dylib
       0x193f7f000 -        0x193f86fff  libsystem_symptoms.dylib (1431.140.1) <468E8052-5144-34BE-9923-1185ADDB556B> /usr/lib/system/libsystem_symptoms.dylib
       0x193f87000 -        0x1940e3fff  com.apple.Network (1.0 - 1) <0A500CB1-4EA0-3E6A-853D-C2C15C9B0C92> /System/Library/Frameworks/Network.framework/Versions/A/Network
       0x1940e4000 -        0x194116fff  com.apple.analyticsd (1.0 - 1) <9CC64514-F654-3A1B-AECA-3F26AF210F26> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
       0x194117000 -        0x194119fff  libDiagnosticMessagesClient.dylib (112) <EFFE1435-8031-3921-B793-5AD0DA6408A7> /usr/lib/libDiagnosticMessagesClient.dylib
       0x19411a000 -        0x194165fff  com.apple.spotlight.metadata.utilities (1.0 - 2150.26) <DA17B624-8456-3E78-AC1B-36560CE1B57C> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
       0x194166000 -        0x1941fffff  com.apple.Metadata (10.7.0 - 2150.26) <E05B2FA0-6069-36FC-B69E-C283877237CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x194200000 -        0x194206fff  com.apple.DiskArbitration (2.7 - 2.7) <8C067552-F381-3760-AEC2-7638F5C5C5F3> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
       0x194207000 -        0x194511fff  com.apple.vImage (8.1 - 544.4) <A342F3F1-22D7-3239-BD60-6596BD26FAF8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x194512000 -        0x1947cffff  com.apple.QuartzCore (1.11 - 927.24) <153849B6-DC3D-3D92-9D45-7C1D2F01123E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
       0x1947d0000 -        0x194811fff  libFontRegistry.dylib (309) <98642A69-7570-3882-886D-948C3BE15544> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
       0x194812000 -        0x194929fff  com.apple.coreui (2.1 - 692.1) <6980A16D-8F3F-3C98-879A-0AF6843EE57E> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
       0x19492a000 -        0x194a09fff  com.apple.ViewBridge (553.1 - 553.1) <5484B22D-2AD1-32F5-A331-7D694C185F80> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
       0x194a0a000 -        0x194a14fff  com.apple.PerformanceAnalysis (1.278.3 - 278.3) <79F08DB3-6510-326B-9AE1-285D1A1B6D4C> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
       0x194a15000 -        0x194a22fff  com.apple.OpenDirectory (11.5 - 230.40.1) <080C6FB5-2BD5-347A-96B0-B76ACA21B2B6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
       0x194a23000 -        0x194a42fff  com.apple.CFOpenDirectory (11.5 - 230.40.1) <E951E4A9-3A7C-3D81-81E0-CB1206340C15> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
       0x194a43000 -        0x194a4ffff  com.apple.CoreServices.FSEvents (1290.120.5 - 1290.120.5) <90A90A11-F1E7-392A-90D1-845F2E956769> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
       0x194a50000 -        0x194a73fff  com.apple.coreservices.SharedFileList (144 - 144) <74989CAA-FA6B-3739-B4E9-2E6CD4F0680B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
       0x194a74000 -        0x194a76fff  libapp_launch_measurement.dylib (14.1) <933BF613-819C-33B1-9CAD-B41162C60022> /usr/lib/libapp_launch_measurement.dylib
       0x194a77000 -        0x194ab9fff  com.apple.CoreAutoLayout (1.0 - 21.10.1) <C7E8B755-510E-3449-8E11-8C68599E0767> /System/Library/PrivateFrameworks/CoreAutoLayout.framework/Versions/A/CoreAutoLayout
       0x194aba000 -        0x194ba6fff  libxml2.2.dylib (34.10) <5FAA193C-37F9-3C80-A4B4-EC335DB259F5> /usr/lib/libxml2.2.dylib
       0x194ba7000 -        0x194bfafff  com.apple.CoreVideo (1.8 - 414.7) <8FE92E37-C772-3E16-A6D1-EB83A7C4DECA> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
       0x194bfb000 -        0x194bfdfff  com.apple.loginsupport (1.0 - 1) <378229DC-06F7-37C7-89B3-30670F59D022> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
       0x194c25000 -        0x194c43fff  com.apple.UserManagement (1.0 - 1) <9D3B5D37-FF02-32A9-BAE7-8D309E4D4630> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
       0x195ddb000 -        0x195decfff  libsystem_containermanager.dylib (318.100.4) <8944B2ED-3F69-36C9-AF47-D037500AE162> /usr/lib/system/libsystem_containermanager.dylib
       0x195ded000 -        0x195dfefff  com.apple.IOSurface (290.8.1 - 290.8.1) <ECB163BB-0002-3075-8BCA-FA95FF9F1FA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x195dff000 -        0x195e08fff  com.apple.IOAccelerator (442.9 - 442.9) <88C4B886-3B17-38C6-816A-73105C201DEE> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
       0x195e09000 -        0x195ef7fff  com.apple.Metal (244.303 - 244.303) <6A26D72C-978C-3174-A467-734CD0D95275> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
       0x195ef8000 -        0x195f17fff  com.apple.audio.caulk (1.0 - 70) <09E0A09A-009E-3179-BE94-AA78CC751D99> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
       0x195f18000 -        0x19600ffff  com.apple.CoreMedia (1.0 - 2780.10) <51760A59-F514-33BE-8B01-57DCA4F0B5AF> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
       0x196010000 -        0x196168fff  libFontParser.dylib (305.6.0.2) <926296A3-5F14-3A48-A721-E6D1EBE08E83> /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
       0x196169000 -        0x196473fff  com.apple.HIToolbox (2.1.1 - 1062) <6DB35C0F-E17F-3B6E-B532-3B49236D1501> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x196474000 -        0x19648bfff  com.apple.framework.DFRFoundation (1.0 - 267) <23E51575-3B19-3DC4-858D-E29AA9154E99> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
       0x19648c000 -        0x19648ffff  com.apple.dt.XCTTargetBootstrap (1.0 - 18119.1) <0F7D38FE-144C-3CDB-9C6F-447C3EED4F79> /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
       0x196490000 -        0x1964bafff  com.apple.CoreSVG (1.0 - 149) <88A03E2D-1252-3348-9673-CFA5B90D12BB> /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
       0x1964bb000 -        0x1966dafff  com.apple.ImageIO (3.3.0 - 2130.6.5) <5601A5FE-BE54-3494-8CD9-2258647D7A54> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x1966db000 -        0x1969f3fff  com.apple.CoreImage (16.3.0 - 1140.2) <C2DD98C8-6C07-3CEE-B2ED-CD66D998470C> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
       0x1969f4000 -        0x196a58fff  com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <B2AB33D0-BBEA-3870-8EDE-08C30AB377C8> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSCore.framework/Versions/A/MPSCore
       0x196a59000 -        0x196a5dfff  libsystem_configuration.dylib (1109.140.1) <0C225C5B-FF1B-3C81-B956-2FDA13DAA7DA> /usr/lib/system/libsystem_configuration.dylib
       0x196a5e000 -        0x196a62fff  libsystem_sandbox.dylib (1441.141.1) <CFF6AB1B-F9E8-307C-8DC1-9937A6EDAA78> /usr/lib/system/libsystem_sandbox.dylib
       0x196a63000 -        0x196a64fff  com.apple.AggregateDictionary (1.0 - 1) <0E5213A0-A02B-3227-9BB6-0AE5A753D380> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
       0x196a65000 -        0x196a68fff  com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <AD0813C8-99EB-3263-8D09-BCA4CF9C5860> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
       0x196a69000 -        0x196a6afff  liblangid.dylib (136) <1A218183-2268-3E03-B19E-ECBFD41E2087> /usr/lib/liblangid.dylib
       0x196a6b000 -        0x196af8fff  com.apple.CoreNLP (1.0 - 245.2) <74F90926-0778-3E2B-AE6B-15D4CDBAEF67> /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
       0x196af9000 -        0x196b00fff  com.apple.LinguisticData (1.0 - 399) <6BE62CC7-6B93-3453-98C7-478D466CDB85> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
       0x196b01000 -        0x196fbffff  libBNNS.dylib (288.100.5) <CC6CA02E-3F0F-3721-9674-C46197906D8E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
       0x196fc0000 -        0x19706efff  libvDSP.dylib (760.100.3) <F6E6732A-0C39-31A2-B55B-BB374A517588> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x19706f000 -        0x197081fff  com.apple.CoreEmoji (1.0 - 128.4) <F900B699-E7F3-3DDD-9B46-36FBABB9F48D> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
       0x197082000 -        0x19708cfff  com.apple.IOMobileFramebuffer (343.0.0 - 343.0.0) <7D6FD9BF-526D-3503-82C0-F5989D1F775E> /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/Versions/A/IOMobileFramebuffer
       0x197156000 -        0x197357fff  com.apple.CoreUtils (6.6 - 660.37) <25ACF729-68F1-3BAB-B331-E81886FB33AA> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
       0x197358000 -        0x19737afff  com.apple.MobileKeyBag (2.0 - 1.0) <D71B46C1-770C-3A87-B0E8-CA8C582FF4EB> /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
       0x19737b000 -        0x19738afff  com.apple.AssertionServices (1.0 - 505.100.8) <260BC6A1-6C96-3807-AD30-A1586FBAB6EF> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
       0x19738b000 -        0x19740efff  com.apple.securityfoundation (6.0 - 55240.40.4) <B66901AA-D570-3813-9130-14FF6FF2E89F> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
       0x19740f000 -        0x197418fff  com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) <715DCAA5-15D7-3A94-90AF-E7565176CFA8> /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
       0x197419000 -        0x19741efff  com.apple.xpc.ServiceManagement (1.0 - 1) <DE404758-E5BF-37AF-BF15-167E02BF2308> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
       0x19741f000 -        0x197421fff  libquarantine.dylib (119.40.2) <A6EB507B-4BAA-3BB2-80B3-AEB94171DFAA> /usr/lib/system/libquarantine.dylib
       0x197422000 -        0x197431fff  libCheckFix.dylib (31) <94005245-B6CD-3EB8-BB36-DB87CB90B095> /usr/lib/libCheckFix.dylib
       0x197432000 -        0x197448fff  libcoretls.dylib (169.100.1) <012E29AA-D57E-3BDC-9F5B-72A71B233B73> /usr/lib/libcoretls.dylib
       0x197449000 -        0x197459fff  libbsm.0.dylib (68.40.1) <DE0E980A-32F9-32CC-A67B-BFA5AF111F23> /usr/lib/libbsm.0.dylib
       0x19745a000 -        0x19749ffff  libmecab.dylib (929.10) <7E04F6C7-783D-382A-955B-7A9B2DCD5275> /usr/lib/libmecab.dylib
       0x1974a0000 -        0x1974a4fff  libgermantok.dylib (24) <9BEA18EA-A6FB-32FE-8A89-7D18424DC020> /usr/lib/libgermantok.dylib
       0x1974a5000 -        0x1974b9fff  libLinearAlgebra.dylib (1336.140.1) <9F3C0A4B-1971-3E3D-8288-F0A423E98CA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
       0x1974ba000 -        0x1976bdfff  com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <C74EB9BA-754D-3025-9B23-AB494C80D241> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
       0x1976be000 -        0x197707fff  com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) <56E9900D-5CAF-31BE-8F81-CE01622D6AF5> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
       0x197708000 -        0x19785afff  com.apple.MLCompute (1.0 - 1) <D9628664-2F0C-3F01-A55C-CFE8E183125D> /System/Library/Frameworks/MLCompute.framework/Versions/A/MLCompute
       0x19785b000 -        0x197889fff  com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <20C8225F-91A3-31B8-9546-CFDFE3C5CDEF> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
       0x19788a000 -        0x1978dcfff  com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) <9F7CB9CE-FCFF-35C9-A7BE-3A2908F60C0B> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
       0x1978dd000 -        0x197964fff  com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) <59B7BDE6-55F8-3D98-A91D-68DC9FC01573> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/Frameworks/MPSImage.framework/Versions/A/MPSImage
       0x197965000 -        0x197974fff  com.apple.AppleFSCompression (125 - 1.0) <35F56F2F-1053-3EE4-9DEE-C8805AD528E8> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
       0x197975000 -        0x197981fff  libbz2.1.0.dylib (44) <452F7FC4-4CD9-33E4-83DB-9B3535010FFC> /usr/lib/libbz2.1.0.dylib
       0x197982000 -        0x197986fff  libsystem_coreservices.dylib (127.1) <BA1351C9-39FC-3328-90AF-8506F55D05EC> /usr/lib/system/libsystem_coreservices.dylib
       0x197987000 -        0x1979b7fff  com.apple.CoreServices.OSServices (1122.41 - 1122.41) <6A662259-7AEA-360D-98F5-75EF8E3EC54E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x1979b8000 -        0x197ac8fff  com.apple.AuthKit (1.0 - 1) <2EE9D018-FC4D-3B5F-99AE-9F72F2175A6A> /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
       0x197b6c000 -        0x197b7dfff  libz.1.dylib (76) <9DC30F4E-5C37-387C-A16C-A72165922DCC> /usr/lib/libz.1.dylib
       0x197b7e000 -        0x197babfff  libsystem_m.dylib (3186.100.3) <FEF6F755-966C-354B-A8CF-7D105D40E1BD> /usr/lib/system/libsystem_m.dylib
       0x197bac000 -        0x197bacfff  libcharset.1.dylib (59) <6EA647D8-9615-3AA2-A239-8654E0531E04> /usr/lib/libcharset.1.dylib
       0x197bad000 -        0x197bb2fff  libmacho.dylib (980) <0C537BDB-09A5-35F9-9671-0CD7DDED7AB9> /usr/lib/system/libmacho.dylib
       0x197bb3000 -        0x197bcafff  libkxld.dylib (7195.141.2) <DBE35C5D-0797-38F7-BD7D-5470527C5094> /usr/lib/system/libkxld.dylib
       0x197bcb000 -        0x197bd8fff  libcommonCrypto.dylib (60178.120.3) <8AAE1B05-7102-3A67-900E-DF0ACA311EC7> /usr/lib/system/libcommonCrypto.dylib
       0x197bd9000 -        0x197be3fff  libunwind.dylib (201) <1680DD5C-83DD-3A6A-91E8-CE7F4FDF4115> /usr/lib/system/libunwind.dylib
       0x197be4000 -        0x197bebfff  liboah.dylib (203.58) <422ADBB4-0DBD-302E-9740-8B5DB64DF0E1> /usr/lib/liboah.dylib
       0x197bec000 -        0x197bf4fff  libcopyfile.dylib (173.40.2) <33FAED67-D5CD-3F2E-8C01-6125EFDA3520> /usr/lib/system/libcopyfile.dylib
       0x197bf5000 -        0x197bf8fff  libcompiler_rt.dylib (102.2) <10EE20DC-7B0B-3C93-A5C3-B2E35EA95FC1> /usr/lib/system/libcompiler_rt.dylib
       0x197bf9000 -        0x197bfbfff  libsystem_collections.dylib (1439.141.1) <16EBECBE-D09F-3612-BCCB-26EF80D6AC65> /usr/lib/system/libsystem_collections.dylib
       0x197bfc000 -        0x197bfefff  libsystem_secinit.dylib (87.60.1) <8547C446-2A1B-355E-B0A0-1E7752C9EED1> /usr/lib/system/libsystem_secinit.dylib
       0x197bff000 -        0x197c01fff  libremovefile.dylib (49.120.1) <1A67C38F-ECC9-3B6C-8F26-2CB92E2FF075> /usr/lib/system/libremovefile.dylib
       0x197c02000 -        0x197c02fff  libkeymgr.dylib (31) <D4660D79-BF56-38E2-945B-4AAA7F125EE1> /usr/lib/system/libkeymgr.dylib
       0x197c03000 -        0x197c0bfff  libsystem_dnssd.dylib (1310.140.1) <9E4E2718-1F40-34F3-AC57-A225FB01926F> /usr/lib/system/libsystem_dnssd.dylib
       0x197c0c000 -        0x197c11fff  libcache.dylib (83) <49C0CF24-F396-3250-A254-C90E8C60134C> /usr/lib/system/libcache.dylib
       0x197c12000 -        0x197c13fff  libSystem.B.dylib (1292.120.1) <BAB48336-51DF-3669-B24E-6D6AA5092E4F> /usr/lib/libSystem.B.dylib
       0x197c14000 -        0x197c17fff  libfakelink.dylib (3) <A9CB7E9E-6A69-30A2-AEBE-6B7D4499CB5A> /usr/lib/libfakelink.dylib
       0x197c18000 -        0x197c18fff  com.apple.SoftLinking (1.0 - 1) <DFCD979A-C1C4-3793-A65F-BC6795A1F977> /System/Library/PrivateFrameworks/SoftLinking.framework/Versions/A/SoftLinking
       0x197c19000 -        0x197c54fff  libpcap.A.dylib (98.100.3) <ADC7FABF-751E-317E-A377-DC5EBE23D94A> /usr/lib/libpcap.A.dylib
       0x197c55000 -        0x197d4afff  libiconv.2.dylib (59) <4BF0362D-E9AF-3794-9E7E-40F07D845229> /usr/lib/libiconv.2.dylib
       0x197d4b000 -        0x197d5dfff  libcmph.dylib (8) <826E544C-8026-3F4A-BA90-41C2372608AE> /usr/lib/libcmph.dylib
       0x197d5e000 -        0x197dcefff  libarchive.2.dylib (83.100.2) <7CC6F0E0-7E0D-30DD-9F66-282E90F54C32> /usr/lib/libarchive.2.dylib
       0x197dcf000 -        0x197e3ffff  com.apple.SearchKit (1.4.1 - 1.4.1) <639851B8-C3A5-31F5-BE46-D5F0E87C3109> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x197e40000 -        0x197e41fff  libThaiTokenizer.dylib (3) <E3A26998-455D-3232-B36C-12359D8FE5A3> /usr/lib/libThaiTokenizer.dylib
       0x197e42000 -        0x197e66fff  com.apple.applesauce (1.0 - 16.28) <928E86D6-05A4-3C4E-9733-48F0D936B10A> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
       0x197e67000 -        0x197e7dfff  libapple_nghttp2.dylib (1.41) <18AA1475-8D4D-3DEA-A8AD-C6A0FC6B92AA> /usr/lib/libapple_nghttp2.dylib
       0x197e7e000 -        0x197e90fff  libSparseBLAS.dylib (1336.140.1) <31D093A9-02BC-3365-9171-6BEDEF6AE67D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
       0x197e91000 -        0x197e92fff  com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) <23F6F104-EE6C-3BE9-A1D4-EDECF349F3D7> /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
       0x197e93000 -        0x197e97fff  libpam.2.dylib (28.40.1) <B3D1F42A-3261-3335-8BCE-BB65DA3D0DFD> /usr/lib/libpam.2.dylib
       0x197e98000 -        0x197eb6fff  libcompression.dylib (96.120.1) <AEABAC36-C0E4-31B0-B3F3-CEC2F11BAABE> /usr/lib/libcompression.dylib
       0x197eb7000 -        0x197ebbfff  libQuadrature.dylib (7) <AD330D10-68B5-3F12-B4B4-982E14D3E353> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
       0x197ebc000 -        0x198378fff  libLAPACK.dylib (1336.140.1) <90E16293-8B02-3B28-A7C2-B6FAD0EFF8B1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x198379000 -        0x1983cbfff  com.apple.DictionaryServices (1.2 - 341) <9B09DFAC-4B3A-3047-9BF5-B324C1BB5930> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
       0x1983cc000 -        0x1983e4fff  liblzma.5.dylib (16) <D1B8FC17-CF10-307D-976D-CB45658B6A7A> /usr/lib/liblzma.5.dylib
       0x1983e5000 -        0x1983e6fff  libcoretls_cfhelpers.dylib (169.100.1) <212C432C-7BBE-32BA-8104-E20AA4EB8053> /usr/lib/libcoretls_cfhelpers.dylib
       0x1983e7000 -        0x1984cbfff  com.apple.APFS (1677.141.1 - 1677.141.1) <7DAB2F49-0C29-35B7-9A3B-E5CE948C7C18> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
       0x1984cc000 -        0x1984d9fff  libxar.1.dylib (452) <FF270FF7-3630-31FC-B98E-2B8B0B830805> /usr/lib/libxar.1.dylib
       0x1984da000 -        0x1984ddfff  libutil.dylib (58.40.2) <060B245B-5DDF-38B9-87F5-AD158328EF6C> /usr/lib/libutil.dylib
       0x1984de000 -        0x198507fff  libxslt.1.dylib (17.6) <71A3CDF8-9C33-3C16-9F0B-95BAE843E5C6> /usr/lib/libxslt.1.dylib
       0x198508000 -        0x198512fff  libChineseTokenizer.dylib (37.1) <1C21D68B-E453-305A-B85B-BC082FC6BECD> /usr/lib/libChineseTokenizer.dylib
       0x198513000 -        0x198582fff  libvMisc.dylib (760.100.3) <D8A83E01-54B3-3E00-BD7E-EED3DEDB087F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x198583000 -        0x198614fff  libate.dylib (3.0.6) <C117875B-2834-36DA-961A-5F0931810B8C> /usr/lib/libate.dylib
       0x198615000 -        0x19861cfff  libIOReport.dylib (64.100.1) <C941D44C-5E64-3E4C-825B-FAAFB25D0159> /usr/lib/libIOReport.dylib
       0x198632000 -        0x198649fff  com.apple.AppSSOCore (1.0 - 1) <3BCF6B93-1005-37DC-B6B8-579C25801AF8> /System/Library/PrivateFrameworks/AppSSOCore.framework/Versions/A/AppSSOCore
       0x1986c5000 -        0x1986e5fff  com.apple.SharedWebCredentials (928.6 - 928.6) <6B9A4696-DC15-394D-BE8E-4CFF5D910232> /System/Library/PrivateFrameworks/SharedWebCredentials.framework/Versions/A/SharedWebCredentials
       0x1986e6000 -        0x198717fff  com.apple.pluginkit.framework (1.0 - 1) <95F0FA13-B82A-3A09-8BB5-BEC23443AADB> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
       0x198720000 -        0x1987a3fff  libCoreStorage.dylib (554.140.2) <AD706DB9-F416-3A86-BE91-D0F8065D042E> /usr/lib/libCoreStorage.dylib
       0x1987a4000 -        0x1987effff  com.apple.AppleVAFramework (6.1.3 - 6.1.3) <DD1420DE-EA69-3F29-ADE0-8FF35DC3CC68> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
       0x1987f0000 -        0x198809fff  libexpat.1.dylib (26) <D6660721-945B-3EB1-81A9-9A1C806D78F1> /usr/lib/libexpat.1.dylib
       0x19880a000 -        0x198812fff  libheimdal-asn1.dylib (597.140.2) <2A3C504F-5426-34F6-A38A-8C71C3D0A332> /usr/lib/libheimdal-asn1.dylib
       0x198813000 -        0x198825fff  com.apple.IconFoundation (479.4 - 479.4) <C4FA6AFF-EFB0-37C6-87AA-823463FFB70B> /System/Library/PrivateFrameworks/IconFoundation.framework/Versions/A/IconFoundation
       0x198826000 -        0x198889fff  com.apple.IconServices (479.4 - 479.4) <21B058EF-DAA9-3212-9618-2209E215FDCB> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
       0x19888a000 -        0x19892cfff  com.apple.MediaExperience (1.0 - 1) <43595F1A-B167-3422-89D7-5A008D823D39> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
       0x19892d000 -        0x198953fff  com.apple.persistentconnection (1.0 - 1.0) <DA579267-2F6C-3609-A92A-08925F28CF58> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
       0x198954000 -        0x198961fff  com.apple.GraphVisualizer (1.0 - 100.1) <74E75E5A-7F4B-354F-B21B-587D810E03D6> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
       0x198962000 -        0x198d74fff  com.apple.vision.FaceCore (4.3.2 - 4.3.2) <467B3F1B-03CD-357F-A461-A2644B9D2FD9> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
       0x198d75000 -        0x198db4fff  com.apple.OTSVG (1.0 - 677.6.0.2) <D4F06910-6D1B-3988-BCC9-EE4F44700F6F> /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
       0x198db5000 -        0x198dbcfff  com.apple.xpc.AppServerSupport (1.0 - 2038.120.1) <07DD71D7-BFE0-3922-B200-5E4658CB7075> /System/Library/PrivateFrameworks/AppServerSupport.framework/Versions/A/AppServerSupport
       0x198dbd000 -        0x198dcbfff  libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) <A44CF340-7FFC-3FE2-9A10-EF9AEB962B4A> /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
       0x198dcc000 -        0x198dd2fff  libspindump.dylib (295.2) <48C73925-4CBD-3D7C-A48A-AB06081EDCFF> /usr/lib/libspindump.dylib
       0x198dd3000 -        0x198e85fff  com.apple.Heimdal (4.0 - 2.0) <BA228350-4C3C-3C2B-8B07-14FCF7238359> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
       0x19901a000 -        0x199054fff  com.apple.bom (14.0 - 235) <4A5B2EA7-B180-3AF2-921C-CFB81F0BDFE0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
       0x199055000 -        0x199098fff  com.apple.AppleJPEG (1.0 - 1) <AE9F2D87-BC39-3938-B603-A1E1DC66D525> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
       0x199099000 -        0x19917afff  libJP2.dylib (2130.6.5) <02B5FEC4-8DC2-33D3-85A0-4538B70C2FD7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
       0x19917b000 -        0x19917efff  com.apple.WatchdogClient.framework (1.0 - 98.120.2) <B4C75792-8D46-343B-A3FF-CA8499BFB16B> /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
       0x19917f000 -        0x1991b7fff  com.apple.MultitouchSupport.framework (4440.3 - 4440.3) <A0A968B0-2206-3223-BC9D-23F05E30F1A7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
       0x1991b8000 -        0x1992e8fff  com.apple.VideoToolbox (1.0 - 2780.10) <31481EBA-36A8-39F5-B12C-225102A38168> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
       0x1992e9000 -        0x19931bfff  libAudioToolboxUtility.dylib (1181.72) <0001D73B-BFA2-3693-A457-7C2EF93730C8> /usr/lib/libAudioToolboxUtility.dylib
       0x19931c000 -        0x199342fff  libPng.dylib (2130.6.5) <72A3474C-73F0-383E-971D-F6B4021947B8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
       0x199343000 -        0x19939ffff  libTIFF.dylib (2130.6.5) <95151840-CF70-35BD-8A0B-EECDDA78C266> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
       0x1993a0000 -        0x1993befff  com.apple.IOPresentment (58 - 37) <EFE5BC84-9F14-3144-84DB-7A229F5CBFB7> /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
       0x1993bf000 -        0x1993c3fff  com.apple.GPUWrangler (6.3.5 - 6.3.5) <7A1D8536-7645-336C-B44C-378DE35080BF> /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
       0x1993c4000 -        0x1993c6fff  libRadiance.dylib (2130.6.5) <CF9B8A80-5B66-3A1F-A1E4-D1DE2492C3F7> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
       0x1993c7000 -        0x1993ccfff  com.apple.DSExternalDisplay (3.1 - 380) <0509DD59-93A0-35A4-A7CE-9111F3E3C208> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
       0x1993cd000 -        0x1993edfff  libJPEG.dylib (2130.6.5) <DA978B6B-131E-32FD-966F-95513ADF4C66> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
       0x1993ee000 -        0x19941dfff  com.apple.ATSUI (1.0 - 1) <D46121DE-571F-3568-AD0D-D760DE4D4A34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
       0x19941e000 -        0x199422fff  libGIF.dylib (2130.6.5) <140A23AD-DD8A-3C19-B72A-9EAB4AFAC0C4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
       0x199423000 -        0x19942cfff  com.apple.CMCaptureCore (1.0 - 82.6) <4AC105F5-F63B-3BD4-8747-D304DB870340> /System/Library/PrivateFrameworks/CMCaptureCore.framework/Versions/A/CMCaptureCore
       0x19942d000 -        0x199474fff  com.apple.print.framework.PrintCore (16.1 - 531.1) <8BE371DC-05FE-341D-A53A-E47C2B055B37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x199475000 -        0x199528fff  com.apple.TextureIO (3.10.9 - 3.10.9) <8B706071-6DD2-381B-A5B1-1218485CA13C> /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
       0x199529000 -        0x199531fff  com.apple.InternationalSupport (1.0 - 61.1) <8B30B40A-006A-3264-BAC2-73503AD66875> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
       0x199532000 -        0x1995a6fff  com.apple.datadetectorscore (8.0 - 674) <46D80D56-0583-31F9-B5C1-AE290E7ADA2B> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
       0x1995a7000 -        0x199606fff  com.apple.UserActivity (439 - 439) <54509F5B-6C0A-3343-972B-240635833BA6> /System/Library/PrivateFrameworks/UserActivity.framework/Versions/A/UserActivity
       0x19a2e9000 -        0x19a31efff  libSessionUtility.dylib (76.69) <F10077C2-6CEA-39DB-880C-F0AF5C8B909F> /System/Library/PrivateFrameworks/AudioSession.framework/libSessionUtility.dylib
       0x19a31f000 -        0x19a447fff  com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <FB9A39C9-AB69-316C-82DF-5E85E692B424> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
       0x19a448000 -        0x19a4affff  com.apple.audio.AudioSession (1.0 - 76.69) <95397614-785D-3339-AC26-B21B281B78E9> /System/Library/PrivateFrameworks/AudioSession.framework/Versions/A/AudioSession
       0x19a4b0000 -        0x19a4c2fff  libAudioStatistics.dylib (27.64) <6A7B6876-57EB-3872-AFB0-5B1790B3C3CD> /usr/lib/libAudioStatistics.dylib
       0x19a4c3000 -        0x19a4d6fff  com.apple.speech.synthesis.framework (9.0.66 - 9.0.66) <D445D91B-CC3F-30C2-BD94-3139D91D8F53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
       0x19a4d7000 -        0x19a545fff  com.apple.ApplicationServices.ATS (377 - 516) <72ADF0AD-B24B-31D9-A2BB-735DCAE85B08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x19a546000 -        0x19a55efff  libresolv.9.dylib (68) <A56CDBDA-B732-3FFC-8304-06E1F592FB86> /usr/lib/libresolv.9.dylib
       0x19a55f000 -        0x19a572fff  libsasl2.2.dylib (214) <FDD62A11-6BA7-33AC-A5FF-FD478CA162E1> /usr/lib/libsasl2.2.dylib
       0x19a68b000 -        0x19a76afff  libSMC.dylib (20) <4D1A8739-7C87-321A-860C-E4A3B3C17142> /usr/lib/libSMC.dylib
       0x19a76b000 -        0x19a7c8fff  libcups.2.dylib (494.1) <FD1940E4-CCE8-309C-878C-CE94E540949B> /usr/lib/libcups.2.dylib
       0x19a7c9000 -        0x19a7dcfff  com.apple.LangAnalysis (1.7.0 - 254) <5E255E88-9F9C-39B9-A9EA-8CFE7AE70984> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
       0x19a7dd000 -        0x19a7e9fff  com.apple.NetAuth (6.2 - 6.2) <DEBCF976-F45F-3716-A6E5-089ACC27595B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
       0x19a7ea000 -        0x19a7f1fff  com.apple.ColorSyncLegacy (4.13.0 - 1) <829B3CFB-87C7-3FEA-9CA6-4186F83B23EC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
       0x19a7f2000 -        0x19a7fdfff  com.apple.QD (4.0 - 416) <D2FF3FFC-6D31-3C5B-80D9-D56F6CB00ED5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x19a7fe000 -        0x19adeefff  com.apple.audio.AudioResourceArbitration (1.0 - 1) <A82BCA01-61D8-31A3-86DD-1149306AC7C9> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
       0x19adef000 -        0x19adfafff  com.apple.perfdata (1.0 - 67.40.1) <6F0D34A9-BFA6-36F3-91B5-18746942ACA3> /System/Library/PrivateFrameworks/perfdata.framework/Versions/A/perfdata
       0x19adfb000 -        0x19ae08fff  libperfcheck.dylib (41) <49CB0095-F2C3-3DC5-8035-7D106FB3061A> /usr/lib/libperfcheck.dylib
       0x19ae09000 -        0x19ae19fff  com.apple.Kerberos (3.0 - 1) <52A2BBD7-A06A-3B16-8303-6AE1B55FDD5E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
       0x19ae1a000 -        0x19ae61fff  com.apple.GSS (4.0 - 2.0) <7A4EA60B-5234-3B4D-B380-0AF9699A9E2B> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
       0x19ae62000 -        0x19ae71fff  com.apple.CommonAuth (4.0 - 2.0) <5B4067F1-3885-3B29-891B-DE4DDB8AF341> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
       0x19aec5000 -        0x19aee2fff  com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) <FB91CA8C-91E4-36A0-B1A3-2CD818580628> /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
       0x19aee3000 -        0x19aeebfff  com.apple.CorePhoneNumbers (1.0 - 1) <6F4EDADF-6A7F-34AF-A13C-3FA3F8DEA795> /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
       0x19b035000 -        0x19b035fff  liblaunch.dylib (2038.120.1) <86FD9379-882E-3603-9AC1-1B550DB2877D> /usr/lib/system/liblaunch.dylib
       0x19ba24000 -        0x19ba7cfff  com.apple.ProtectedCloudStorage (1.0 - 1) <9D534F56-4B00-3742-ADC8-5105F56BD2C3> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
       0x19d27b000 -        0x19d2a2fff  com.apple.RemoteViewServices (2.0 - 163) <86432CAF-326C-3CFB-808E-CF4206EA50E9> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
       0x19d2a3000 -        0x19d2b2fff  com.apple.SpeechRecognitionCore (6.1.25 - 6.1.25) <F769BCD9-EF86-392E-87FC-A45990804FDE> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
       0x19d2b3000 -        0x19d2bafff  com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <89E5A849-7D0F-3C26-9C12-2D494098B33A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
       0x19d2bb000 -        0x19d2ccfff  com.apple.AppleLDAP (11.5 - 54) <CB71EC72-91A0-3C24-B931-95B2380F4B5C> /System/Library/PrivateFrameworks/AppleLDAP.framework/Versions/A/AppleLDAP
       0x19d4e9000 -        0x19d4e9fff  libsystem_product_info_filter.dylib (8.40.1) <737F7B93-4291-31F6-AB14-7C6EFB368E4F> /usr/lib/system/libsystem_product_info_filter.dylib
       0x19d5bc000 -        0x19d5bcfff  com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) <947CDAD5-05F9-3A69-9CB5-C40B3D1AE694> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x19d5de000 -        0x19d5defff  com.apple.CoreServices (1122.41 - 1122.41) <DCAA1C93-3645-3103-A57A-F779AA2FDDB4> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
       0x19d79b000 -        0x19d79bfff  com.apple.Accelerate (1.11 - Accelerate 1.11) <735D582E-3502-3F6A-B0E0-3D7B963D0BF9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
       0x19e073000 -        0x19e07efff  com.apple.AppleIDAuthSupport (1.0 - 1) <CE300D4D-C61E-3ECB-971F-D0BA720DE700> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
       0x19e07f000 -        0x19e133fff  com.apple.DiscRecording (9.0.3 - 9030.4.5) <487460DB-3576-3397-AEF2-0FE43B223CBB> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
       0x19e134000 -        0x19e167fff  com.apple.MediaKit (16 - 927.40.2) <FBC5F6BB-6CD6-3D08-99AC-4F8EC5D30C3C> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
       0x19e168000 -        0x19e248fff  com.apple.DiskManagement (14.0 - 1733.140.2) <28A1B2B8-946D-3B10-8878-278B18BDE75C> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManagement
       0x19ea5a000 -        0x19ead0fff  com.apple.FrontBoardServices (703.16 - 703.16) <41821E57-99C1-35E7-AD8E-C40480215030> /System/Library/PrivateFrameworks/FrontBoardServices.framework/Versions/A/FrontBoardServices
       0x19ead1000 -        0x19eafafff  com.apple.BoardServices (1.0 - 526) <2B541339-3243-39D5-A7C8-E500FF29E803> /System/Library/PrivateFrameworks/BoardServices.framework/Versions/A/BoardServices
       0x19eb62000 -        0x19eba3fff  com.apple.CryptoTokenKit (1.0 - 1) <18286A52-F90D-326A-A4C6-59CB84E4A238> /System/Library/Frameworks/CryptoTokenKit.framework/Versions/A/CryptoTokenKit
       0x19eba4000 -        0x19ebbafff  com.apple.LocalAuthentication (1.0 - 827.140.1) <5A80D951-68D4-3C05-9B5D-47248B781784> /System/Library/Frameworks/LocalAuthentication.framework/Versions/A/LocalAuthentication
       0x19ebbb000 -        0x19ebe7fff  com.apple.CoreAuthentication.SharedUtils (1.0 - 827.140.1) <D6AECC7F-650D-3985-A233-1CFFED8611B9> /System/Library/Frameworks/LocalAuthentication.framework/Support/SharedUtils.framework/Versions/A/SharedUtils
       0x19ecab000 -        0x19ecb8fff  libexslt.0.dylib (17.6) <AB3843E1-B6E3-3DA6-AE61-8275205AEDB2> /usr/lib/libexslt.0.dylib
       0x19fee3000 -        0x19fefffff  com.apple.BackBoardServices (1.0 - 1.0) <6F19CD7A-D717-3C79-A632-95C995F7CF3C> /System/Library/PrivateFrameworks/BackBoardServices.framework/Versions/A/BackBoardServices
       0x1a01bf000 -        0x1a01c6fff  com.apple.EFILogin (2.0 - 2) <E152A1EF-FC80-3B05-B9A2-09C8FB8CE686> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
       0x1a01c7000 -        0x1a01d2fff  libcsfde.dylib (554.140.2) <A3382284-5CDA-3D78-AF9D-D785864DFE55> /usr/lib/libcsfde.dylib
       0x1a023c000 -        0x1a0296fff  com.apple.AppSupport (1.0.0 - 29) <0B429475-B12F-3E05-BA0F-8A7B3D859446> /System/Library/PrivateFrameworks/AppSupport.framework/Versions/A/AppSupport
       0x1a0297000 -        0x1a02bcfff  com.apple.AppSSO (1.0 - 1) <252F4A75-6E7D-3FF7-90BB-138C8B613A71> /System/Library/PrivateFrameworks/AppSSO.framework/Versions/A/AppSSO
       0x1a0405000 -        0x1a0405fff  com.apple.ApplicationServices (48 - 50) <3EA955FE-FC75-360D-B22D-2E7483F89834> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
       0x1a06f5000 -        0x1a06f5fff  libHeimdalProxy.dylib (79) <55406169-F704-3EC4-9D28-D0664150A69F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
       0x1a110a000 -        0x1a1110fff  com.apple.ASEProcessing (1.26.0 - 1.26.0) <573FC90F-704B-3A97-BAE1-E14C6E98AE9C> /System/Library/PrivateFrameworks/ASEProcessing.framework/Versions/A/ASEProcessing
       0x1a25d0000 -        0x1a25d3fff  com.apple.IOSurfaceAccelerator (1.0.0 - 1.0.0) <38F53BAD-B4CE-35E3-8F3B-CDC9F926355B> /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/Versions/A/IOSurfaceAccelerator
       0x1a476c000 -        0x1a478afff  com.apple.AppSSOKerberos (1.0 - 1) <1CBBE55E-D2C1-3335-A039-D3347E8BC47E> /System/Library/PrivateFrameworks/AppSSOKerberos.framework/Versions/A/AppSSOKerberos
       0x1a9c1d000 -        0x1a9c39fff  com.apple.private.SystemPolicy (1.0 - 1) <511A98AB-03CB-3121-923C-6923F21149C5> /System/Library/PrivateFrameworks/SystemPolicy.framework/Versions/A/SystemPolicy
       0x1aa5aa000 -        0x1aa5bcfff  libmis.dylib (274.140.2) <5B210F58-E8F8-35CE-97E2-1C532FED6177> /usr/lib/libmis.dylib
       0x1adc09000 -        0x1adc39fff  libncurses.5.4.dylib (57) <68627EB0-5BC9-3C3D-B5D1-F402DAAFE250> /usr/lib/libncurses.5.4.dylib
       0x1c357a000 -        0x1c3597fff  libedit.3.dylib (55) <2C93E9E5-078D-3CEB-AA1B-3599F8F2ED32> /usr/lib/libedit.3.dylib
       0x1d022a000 -        0x1d0230fff  libCoreFSCache.dylib (200.10) <C1166989-C1F0-32E4-8522-8BD181735ECC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x1d0231000 -        0x1d0236fff  libCoreVMClient.dylib (200.10) <C41DB122-E508-330A-9B82-AE7E9181D5C6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
       0x1d0237000 -        0x1d0246fff  com.apple.opengl (18.5.9 - 18.5.9) <588E5F4A-8C75-3469-A1BF-E9A4CD105311> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
       0x1d0247000 -        0x1d0249fff  libCVMSPluginSupport.dylib (18.5.9) <17BEA669-C514-35C1-8DFF-AF04374522F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
       0x1d024a000 -        0x1d0252fff  libGFXShared.dylib (18.5.9) <5A86C0F8-FEDD-398D-81DC-3B128936E0F4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
       0x1d0253000 -        0x1d028bfff  libGLImage.dylib (18.5.9) <122738E2-5F1A-30BD-82B1-9205F04684E4> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
       0x1d028c000 -        0x1d02c4fff  libGLU.dylib (18.5.9) <752F741C-9C01-3D0C-BD83-9A4C2F30A851> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
       0x1d0432000 -        0x1d043cfff  libGL.dylib (18.5.9) <6F5D1A2B-3ADD-3234-8B1C-A500968B97D6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
       0x1d05cd000 -        0x1d062cfff  com.apple.opencl (4.6 - 4.6) <D501E0C4-C60C-362E-9FFF-8305FB4E6AC8> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=729.9M resident=0K(0%) swapped_out_or_unallocated=729.9M(100%)
Writable regions: Total=826.8M written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=826.8M(100%)
 
                                VIRTUAL   REGION 
REGION TYPE                        SIZE    COUNT (non-coalesced) 
===========                     =======  ======= 
Dispatch continuations            64.0M        1 
Kernel Alloc Once                   32K        1 
MALLOC                            99.1M       28 
MALLOC guard page                   96K        6 
MALLOC_MEDIUM (reserved)         480.0M        4         reserved VM address space (unallocated)
STACK GUARD                       56.0M        1 
Stack                             8720K        2 
Stack Guard                         16K        1 
VM_ALLOCATE                      174.6M       11 
__AUTH                             562K      137 
__AUTH_CONST                      8349K      272 
__DATA                            6745K      360 
__DATA_CONST                      11.5M      363 
__DATA_DIRTY                       601K      101 
__FONT_DATA                          4K        1 
__LINKEDIT                       498.7M      106 
__OBJC_CONST                      1152K      115 
__OBJC_RO                         75.1M        1 
__OBJC_RW                         2576K        1 
__TEXT                           231.4M      379 
__UNICODE                          588K        1 
shared memory                       64K        4 
===========                     =======  ======= 
TOTAL                              1.7G     1896 
TOTAL, minus reserved VM space     1.2G     1896 

Additional context

Brew config:

HOMEBREW_VERSION: 3.2.9
ORIGIN: https://github.com/Homebrew/brew
HEAD: d14fc2db125c18832fe83c98fdeb54931dc48f03
Last commit: 2 days ago
Core tap ORIGIN: https://github.com/Homebrew/homebrew-core
Core tap HEAD: 1878e6f3b78dc260d7faeeea7196446d05340207
Core tap last commit: 61 minutes ago
Core tap branch: master
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_EDITOR: subl
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 8
Homebrew Ruby: 2.6.3 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: octa-core 64-bit arm_firestorm_icestorm
Clang: 12.0.5 build 1205
Git: 2.30.1 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.64.1 => /usr/bin/curl
macOS: 11.5.2-arm64
CLT: 12.5.1.0.1.1623191612
Xcode: 12.5.1
Rosetta 2: false

PHP modules:

[PHP Modules]
apcu
bcmath
bz2
calendar
Core
ctype
curl
date
dba
dom
exif
FFI
fileinfo
filter
ftp
gd
gettext
gmp
hash
iconv
igbinary
imagick
imap
intl
json
ldap
libxml
mbstring
memcache
memcached
msgpack
mysqli
mysqlnd
odbc
openssl
pcntl
pcre
PDO
pdo_dblib
pdo_mysql
PDO_ODBC
pdo_pgsql
pdo_sqlite
pgsql
Phar
phpdbg_webhelper
posix
pspell
readline
redis
Reflection
session
shmop
SimpleXML
soap
sockets
sodium
SPL
sqlite3
standard
sysvmsg
sysvsem
sysvshm
tidy
tokenizer
xdebug
xml
xmlreader
xmlwriter
xsl
Zend OPcache
zip
zlib

[Zend Modules]
Xdebug
Zend OPcache

Apache config:

Server version: Apache/2.4.48 (Unix)
Server built:   Jul  6 2021 20:11:03
Server's Module Magic Number: 20120211:105
Server loaded:  APR 1.7.0, APR-UTIL 1.6.1
Compiled using: APR 1.7.0, APR-UTIL 1.6.1
Architecture:   64-bit
Server MPM:     prefork
  threaded:     no
    forked:     yes (variable process count)
Server compiled with....
 -D APR_HAS_SENDFILE
 -D APR_HAS_MMAP
 -D APR_HAVE_IPV6 (IPv4-mapped addresses enabled)
 -D APR_USE_SYSVSEM_SERIALIZE
 -D APR_USE_PTHREAD_SERIALIZE
 -D SINGLE_LISTEN_UNSERIALIZED_ACCEPT
 -D APR_HAS_OTHER_CHILD
 -D AP_HAVE_RELIABLE_PIPED_LOGS
 -D DYNAMIC_MODULE_LIMIT=256
 -D HTTPD_ROOT="/opt/homebrew/Cellar/httpd/2.4.48"
 -D SUEXEC_BIN="/opt/homebrew/opt/httpd/bin/suexec"
 -D DEFAULT_PIDLOG="/opt/homebrew/var/run/httpd/httpd.pid"
 -D DEFAULT_SCOREBOARD="logs/apache_runtime_status"
 -D DEFAULT_ERRORLOG="logs/error_log"
 -D AP_TYPES_CONFIG_FILE="/opt/homebrew/etc/httpd/mime.types"
 -D SERVER_CONFIG_FILE="/opt/homebrew/etc/httpd/httpd.conf"

Loaded Modules:
 core_module (static)
 so_module (static)
 http_module (static)
 mpm_prefork_module (shared)
 authn_file_module (shared)
 authn_core_module (shared)
 authz_host_module (shared)
 authz_groupfile_module (shared)
 authz_user_module (shared)
 authz_core_module (shared)
 access_compat_module (shared)
 auth_basic_module (shared)
 socache_shmcb_module (shared)
 reqtimeout_module (shared)
 filter_module (shared)
 mime_module (shared)
 log_config_module (shared)
 env_module (shared)
 headers_module (shared)
 setenvif_module (shared)
 version_module (shared)
 ssl_module (shared)
 unixd_module (shared)
 status_module (shared)
 autoindex_module (shared)
 vhost_alias_module (shared)
 dir_module (shared)
 alias_module (shared)
 rewrite_module (shared)
 php_module (shared)

Are you willing to submit a PR?

Unfortunately, no.

unable to install php7.4 using brew in macOs big usr

While installing the php7.4 using this command
brew tap shivammathur/php

faced the below error

Error: No available formula with the name "httpd" (dependency of shivammathur/php/phpà7.4).
==> Searching for a previously deleted formula (in the last month)...

[email protected] installation fails because of a tidy_html5 missing link

Bonjour,

I need to install php-7.2 (not newer because of some dependencies) on a new Macmini under Macos bigsur 11.4.
But the following command failed:

brew install [email protected]

=>

...
dyld: Library not loaded: /opt/homebrew/opt/tidy-html5/lib/libtidy.5.dylib
  Referenced from: /opt/homebrew/Cellar/[email protected]/7.2.34_4/bin/php
  Reason: image not found
Warning: The post-install step did not complete successfully
You can try again using:
  brew postinstall [email protected]
...

But I was able to solve my problem by adding a link for a tidy_html5 library.

cd /opt/homebrew/opt/tidy-html5/lib

ls -l
=>
-rw-r--r--  ...   889792 15 jul 17:08 libtidy.5.8.0.dylib
lrwxr-xr-x  ...       19 10 jul 22:53 libtidy.58.dylib -> libtidy.5.8.0.dylib
-r--r--r--  ...  1216816 10 jul 22:53 libtidy.a
lrwxr-xr-x  ...       16 10 jul 22:53 libtidy.dylib -> libtidy.58.dylib
drwxr-xr-x  ...       96 15 jul 17:08 pkgconfig

ln -s libtidy.58.dylib libtidy.5.dylib

And then it works.
Maybe there is an incomplete installation of tidi_html5?

Thank for maintaining all these php environments!
-- Maurice

No more pecl since last big sur update on M1 chipset

Describe the bug

Since last big sur update and homebrew update, php7.4 always return killed
it seems that php as broken links with pecl.
The result is any command return killed
$> php -v
Killed

PHP versions

Php7.4 (and others maybe)

To Reproduce

Expected behavior

Screenshots/Logs

run any php cmd
image
install [email protected]
image

Additional context

Are you willing to submit a PR?

PHP 8.1 issues after brew upgrade

Describe the bug
When i run any php command i get the following errors:

─$ php -v
dyld[3763]: Library not loaded: /opt/homebrew/opt/openldap/lib/libldap-2.5.0.dylib
  Referenced from: /opt/homebrew/Cellar/[email protected]/8.1.0_3/bin/php
  Reason: tried: '/opt/homebrew/opt/openldap/lib/libldap-2.5.0.dylib' (no such file), '/usr/local/lib/libldap-2.5.0.dylib' (no such file), '/usr/lib/libldap-2.5.0.dylib' (no such file), '/opt/homebrew/Cellar/openldap/2.6.0/lib/libldap-2.5.0.dylib' (no such file), '/usr/local/lib/libldap-2.5.0.dylib' (no such file), '/usr/lib/libldap-2.5.0.dylib' (no such file)
[1]    3763 abort      php -v

So far i have tried brew update, brew upgrade, brew doctor, brew install shivammathur/php/[email protected],brew unlink [email protected] && brew link [email protected]...

Interesting is this output stating Warning: Already linked:

╰─$   brew unlink [email protected] && brew link [email protected]
Unlinking /opt/homebrew/Cellar/php/8.1.0_1... 0 symlinks removed.
Warning: Already linked: /opt/homebrew/Cellar/[email protected]/8.1.0_3
To relink, run:
  brew unlink [email protected] && brew link [email protected]

PHP versions
8.1

Probably related to #674 but the fix there didn't work either.

Install Failed PHP 8.0 in Ubuntu 20.04

I'm unable to install PHP 8.0 in ubuntu 20.04.

current PHP version: 7.4.3
targeted version: 8.0

Error Report:

==> Installing [email protected] from shivammathur/php
==> Downloading https://github.com/php/php-src/archive/master.tar.gz?v=php-8.0.0
Already downloaded: /home/faisal/.cache/Homebrew/downloads/954a75aab4a5895c548a1e2b5fb52b3e2c1d8a9d7e5862ba856e16d55ea24744--php-src-master.tar.gz
Warning: Cannot verify integrity of 954a75aab4a5895c548a1e2b5fb52b3e2c1d8a9d7e5862ba856e16d55ea24744--php-src-master.tar.gz
A checksum was not provided for this resource.
For your reference the SHA-256 is: 749b0aa80ba3896caafb62552636b0c3bbc26df793071cdb19970646a5fb7e61
==> Patching
patching file build/php.m4
Hunk #1 succeeded at 405 (offset -20 lines).
Hunk #2 succeeded at 450 (offset -20 lines).
patching file configure.ac
Hunk #1 succeeded at 141 (offset -49 lines).
==> ./buildconf --force
==> ./configure --prefix=/home/linuxbrew/.linuxbrew/Cellar/[email protected]/8.0.0 --local
Last 15 lines from /home/faisal/.cache/Homebrew/Logs/[email protected]/02.configure:
checking whether to enable debug assertions in release mode... no
checking whether to dlopen extensions with RTLD_NOW instead of RTLD_LAZY... no
checking layout of installed files... GNU
checking path to configuration file... /home/linuxbrew/.linuxbrew/etc/php/8.0
checking where to scan for configuration files... /home/linuxbrew/.linuxbrew/etc/php/8.0/conf.d
checking whether to enable PHP's own SIGCHLD handler... no
checking whether to explicitly link against libgcc... no
checking whether to enable short tags by default... yes
checking whether to enable dmalloc... no
checking whether to enable IPv6 support... yes
checking whether to enable DTrace support... yes
checking sys/sdt.h usability... no
checking sys/sdt.h presence... no
checking for sys/sdt.h... no
configure: error: Cannot find sys/sdt.h which is required for DTrace support

If reporting this issue please do so at (not Homebrew/brew or Homebrew/core):
https://github.com/shivammathur/homebrew-php/issues

Cannot switch between PHP versions

Describe the bug
When trying to switch between versions I only get PHP 7.4

php -v gives me:

➜  ~ php -v
PHP 7.4.27 (cli) (built: Dec 17 2021 00:35:51) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
    with Zend OPcache v7.4.27, Copyright (c), by Zend Technologies

If I do:

brew link --force --overwrite [email protected]

I get:

➜  ~ brew link --force --overwrite [email protected]
Warning: Already linked: /usr/local/Cellar/[email protected]/8.0.14
To relink, run:
  brew unlink [email protected] && brew link --force [email protected]

If I run (as per the README):

➜  ~ brew unlink [email protected]
Unlinking /usr/local/Cellar/[email protected]/8.0.14... 25 symlinks removed.
➜  ~ brew link --overwrite --force shivammathur/php/[email protected]
Linking /usr/local/Cellar/[email protected]/8.0.14... 25 symlinks created.

If you need to have this software first in your PATH instead consider running:
  echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc
  echo 'export PATH="/usr/local/opt/[email protected]/sbin:$PATH"' >> ~/.zshrc

And then restart the shell, I still get PHP 7.4 ...

Funny enough, if I do:

and then do phpinfo() I see that the webserver is running PHP 8.0

CLI version is still 7.4 though ...

Provide debug formula for PHP

Describe the feature
Provide formulae for PHP that install with --enable-debug.

Underlying issue
When working on extensions, having debug symbols is essential for developing. In addition to that, the debug mode helps spot many other issues (such as mismatches between arginfo and zpp in functions).

Describe alternatives
I've previously maintained my own formulae that provide PHP versions no longer provided by homebred-core, as well as debug versions of these. However, with this repository being more complete and my time being limited, I'm looking for alternatives.

Additional context

Are you willing to submit a PR?
If there is interest to maintaining debug builds, I'd be happy to provide a PR.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.