Skip to content

Instantly share code, notes, and snippets.

@Saeven
Created July 24, 2023 19:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Saeven/ff8bc2e732a23622b1b5e784b83269c1 to your computer and use it in GitHub Desktop.
Save Saeven/ff8bc2e732a23622b1b5e784b83269c1 to your computer and use it in GitHub Desktop.
php on macOS 13.4 - Homebrew build logs
Homebrew build logs for php on macOS 13.4
Build date: 2023-07-23 23:39:42
HOMEBREW_VERSION: 4.1.1
ORIGIN: https://github.com/Homebrew/brew
HEAD: 3b3300546b5a4e40b74f4ee33cf225cca280defe
Last commit: 12 hours ago
Core tap JSON: 24 Jul 19:41 UTC
HOMEBREW_PREFIX: /opt/homebrew
HOMEBREW_CASK_OPTS: []
HOMEBREW_GITHUB_API_TOKEN: set
HOMEBREW_MAKE_JOBS: 24
Homebrew Ruby: 2.6.10 => /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby
CPU: 24-core 64-bit arm_blizzard_avalanche
Clang: 14.0.3 build 1403
Git: 2.39.2 => /Library/Developer/CommandLineTools/usr/bin/git
Curl: 7.88.1 => /usr/bin/curl
macOS: 13.4.1-arm64
CLT: 14.3.1.0.1.1683849156
Xcode: N/A
Rosetta 2: false
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: /usr/bin occurs before /opt/homebrew/bin in your PATH.
This means that system-provided programs will be used instead of those
provided by Homebrew. Consider setting your PATH so that
/opt/homebrew/bin occurs before /usr/bin. Here is a one-liner:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
The following tools exist at both paths:
tidy
openssl
Warning: Homebrew's "bin" was not found in your PATH.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/bin:$PATH"' >> ~/.zshrc
Warning: Homebrew's "sbin" was not found in your PATH but you have installed
formulae that put executables in /opt/homebrew/sbin.
Consider setting your PATH for example like so:
echo 'export PATH="/opt/homebrew/sbin:$PATH"' >> ~/.zshrc
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
php_ini
/opt/homebrew/etc/php/8.2/php.ini
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
php_dir
/opt/homebrew/share/pear
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
doc_dir
/opt/homebrew/share/pear/doc
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
ext_dir
/opt/homebrew/lib/php/pecl/20220829
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
bin_dir
/opt/homebrew/opt/php/bin
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
data_dir
/opt/homebrew/share/pear/data
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
cfg_dir
/opt/homebrew/share/pear/cfg
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
www_dir
/opt/homebrew/share/pear/htdocs
system
config-set succeeded
2023-07-24 15:46:33 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
man_dir
/opt/homebrew/share/man
system
config-set succeeded
2023-07-24 15:46:34 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
test_dir
/opt/homebrew/share/pear/test
system
config-set succeeded
2023-07-24 15:46:34 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
config-set
php_bin
/opt/homebrew/opt/php/bin/php
system
config-set succeeded
2023-07-24 15:46:34 -0400
/opt/homebrew/Cellar/php/8.2.8/bin/pear
update-channels
Updating channel "doc.php.net"
Warning: Undefined variable $php_errormsg in Config.php on line 1029
PHP Warning: Undefined variable $php_errormsg in /opt/homebrew/Cellar/php/8.2.8/share/php/pear/PEAR/Config.php on line 1029
Warning: Undefined variable $php_errormsg in /opt/homebrew/Cellar/php/8.2.8/share/php/pear/PEAR/Config.php on line 1029
Update of Channel "doc.php.net" succeeded
Updating channel "pear.php.net"
Warning: Undefined variable $php_errormsg in Config.php on line 1029
PHP Warning: Undefined variable $php_errormsg in /opt/homebrew/Cellar/php/8.2.8/share/php/pear/PEAR/Config.php on line 1029
Warning: Undefined variable $php_errormsg in /opt/homebrew/Cellar/php/8.2.8/share/php/pear/PEAR/Config.php on line 1029
Update of Channel "pear.php.net" succeeded
Updating channel "pecl.php.net"
Warning: Undefined variable $php_errormsg in Config.php on line 1029
PHP Warning: Undefined variable $php_errormsg in /opt/homebrew/Cellar/php/8.2.8/share/php/pear/PEAR/Config.php on line 1029
Warning: Undefined variable $php_errormsg in /opt/homebrew/Cellar/php/8.2.8/share/php/pear/PEAR/Config.php on line 1029
Update of Channel "pecl.php.net" succeeded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment