homebrew-tap icon indicating copy to clipboard operation
homebrew-tap copied to clipboard

Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)

Results 9 homebrew-tap issues
Sort by recently updated
recently updated
newest added

php 7.4.16 install phalcon extension has error like this crystal@crystaldeMac Formula (master) $ brew install [email protected] failed the inconvenience! ==> Installing [email protected] from phalcon/extension Warning: [email protected] has been deprecated because...

I was trying to install phalcon with brew. It does not work because the [email protected] was disabled. Here is the full log ` % brew install phalcon ==> Fetching dependencies...

Could you help me to take a look: macOs Monterey 12.3 ``` brew install phalcon@4 ==> Downloading https://ghcr.io/v2/homebrew/core/pcre/manifests/8.45 Already downloaded: /Users/***/Library/Caches/Homebrew/downloads/4a3bba0e8d1899c13ac3442d2c49df6c1999948bdc0943f2f179693257d82545--pcre-8.45.bottle_manifest.json ==> Downloading https://ghcr.io/v2/homebrew/core/pcre/blobs/sha256:5e5cc7a5bf8bb6488ec57d4263bf6b0bc89e93252a0a2460f846de29373162 Already downloaded: /Users/***/Library/Caches/Homebrew/downloads/756c82028fdee71519f4817ff7dce2d74ea7ad73f35585f5a577cf4513c0af3d--pcre--8.45.monterey.bottle.tar.gz ==> Downloading https://github.com/phalcon/homebrew-tap/releases/download/v4.0.x/psr%4074-1.0.0.sierra.bottle.tar.gz...

The entire build log. ``` 2022-06-24 04:25:36 +0000 make install Installing shared extensions: /opt/homebrew/Cellar/[email protected]/7.4.30/pecl/20190902/ cp: /opt/homebrew/Cellar/[email protected]/7.4.30/pecl/20190902/#INST@69982#: Operation not permitted make: *** [install-modules] Error 1 make: *** Waiting for unfinished jobs.......

`brew install phalcon` was failing here #27 so I fixed the formula in [email protected]. I didn't changed the sha256 hash, but it worked for me anyway.

### Catalina - Create New Formula Instance for version - Point it to the new release tag - Figure the new archive hash - Burn old bottle references - Bump...

MAMP contains its own packaged PHP so we need to add the extension to this context in order for MAMP to have access.

documentation

``` bash-3.2$ make /bin/sh /private/tmp/[email protected]/cphalcon-3.4.5/build/php7/64bits/libtool --mode=compile clang -I. -I/private/tmp/[email protected]/cphalcon-3.4.5/build/php7/64bits -DPHP_ATOM_INC -I/private/tmp/[email protected]/cphalcon-3.4.5/build/php7/64bits/include -I/private/tmp/[email protected]/cphalcon-3.4.5/build/php7/64bits/main -I/private/tmp/[email protected]/cphalcon-3.4.5/build/php7/64bits -I/usr/local/Cellar/[email protected]/7.3.13/include/php -I/usr/local/Cellar/[email protected]/7.3.13/include/php/main -I/usr/local/Cellar/[email protected]/7.3.13/include/php/TSRM -I/usr/local/Cellar/[email protected]/7.3.13/include/php/Zend -I/usr/local/Cellar/[email protected]/7.3.13/include/php/ext -I/usr/local/Cellar/[email protected]/7.3.13/include/php/ext/date/lib -DHAVE_CONFIG_H -g -O2 -c /private/tmp/[email protected]/cphalcon-3.4.5/build/php7/64bits/phalcon.zep.c -o phalcon.lo mkdir .libs clang -I....

bug