Hits: 3
Category Archives: PHP
Dockerfile for PHP 8.1 with Apache and XDebug3
Hits: 1912
PHP 8 with Xdebug 3 on Apple M1
Hits: 198We can install Xdebug via pecl on MacOS with Homebrew. Paste that in terminal. And see if the php interpreter with Xdebug working: to correctly configuration Xdebug, locate (or create) section in php.ini file. Finding your currently php.ini location, type this in terminal: php –ini Open the php.ini file. add it as follows at …
PHP 8 Installation on Mac M1 via homebrew
Hits: 11871Install first homebrew, if it is not already installed. Paste that in macOS Terminal. And follow the ==> Next steps: after Installation add homebrew to your PATH Actually Default Image for php from Brew Package Repository is a PHP 8. Here we can see that: Thats means, we can simple install the php 8 …
Continue reading “PHP 8 Installation on Mac M1 via homebrew”
PHP – Big File Operation with Generator
Hits: 146