On Macbook M1Max. Installed PHP5.6 by ‘shivammathur/php/php@5.6’ via Homebrew. And set the module info on a configuration file(httpd.conf) of Apache. then passed apachectl syntax check that has no error. BUT, apache still occurred below errors. How can fix them? Answer Please use httpd package from Homebrew instead of system Apache as that requires code signing. Unload the system Apache Make
Tag: apache2.4
Class SimpleXMLIterator not found in zend framework 1 when zf create project ZendApp with PHP7
I downloaded this zend framework zf 1.12.20 from their official site Unzipped it and added the path to library in php.ini and aliased bin/zf.sh in .bashrc as per this tutorial Now when I do zf create project ZendApp, I get the following error: I tired by relocating the framework to my home folder but the error didn’t resolve. I tried