php拓展 php安装redis

1
git clone https://github.com/phpredis/phpredis
1
2
3
4
5
cd phpredis
phpize
./configure --with-php-config=/www/server/php/73/bin/php-config
make && make install
ls /www/server/php/73/lib/php/extensions/no-debug-non-zts-20180731/

追加php.ini

1
2
[redis]
extension = /www/server/php/73/lib/php/extensions/no-debug-non-zts-20180731/redis.so

php拓展-php安装yacyaconf拓展;ClassYaconfnotfound

download resource

1
git clone  https://github.com/laruence/yaconf
1
2
3
4
5
 cd yaconf/
phpize
./configure --with-php-config=/www/server/php/73/bin/php-config
make -j
make install

最后添加到php.ini

1
2

extension=/www/server/php/73/lib/php/extensions/no-debug-non-zts-20180731/yaconf.so

MacosM1安装ipa

command+shift+G 进入文件夹

1
~/Library/Group Containers/K36BKF7T3D.group.com.apple.configurator/Library/Caches/Assets/TemporaryItems/MobileApps/
1
sudo xattr -rd com.apple.quarantine /Applications/appName.app