[pear/pear-core] b4b9fd: Add $this operator to _determineIfPowerpc calls
[email protected] ("Ken Guest via pear-cvs") Mon, 09 Aug 2021 06:04:17 -0700
| Newsgroups | php.pear.cvs |
|---|---|
| Message-ID | <pear/pear-core/push/refs/heads/master/[email protected]> |
Branch: refs/heads/master
Home: https://github.com/pear/pear-core
Commit: b4b9fd83856888bb72591edc427ab9bad8030bd2
https://github.com/pear/pear-core/commit/b4b9fd83856888bb72591edc427ab9bad8030bd2
Author: Shivam Mathur <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M OS/Guess.php
Log Message:
-----------
Add $this operator to _determineIfPowerpc calls
Calling _determineIfPowerpc without $this operator will cause a fatal error on macOS.
Fatal error: Uncaught Error: Call to undefined function _determineIfPowerpc()
https://3v4l.org/sog9H
Commit: f30f514bb45472ae62da78268bf395bf54e1b37d
https://github.com/pear/pear-core/commit/f30f514bb45472ae62da78268bf395bf54e1b37d
Author: Ken Guest <[email protected]>
Date: 2021-08-09 (Mon, 09 Aug 2021)
Changed paths:
M OS/Guess.php
Log Message:
-----------
Merge pull request #117 from shivammathur/fix-osguess-darwin
Add $this operator to _determineIfPowerpc calls
Compare: https://github.com/pear/pear-core/compare/27209e6b58b9...f30f514bb454