Using Terminal PHP Functions with MAMP
Recently, I started learning using the Laravel PHP framework. When I used
it, it said that I needed MCrypt or something like that. My local PHP
installation: /usr/bin/php did not contain that, so I created a
.bash_profile file and changed the export path to the MAMP PHP
installation. The only problem is that I'm working on some PHP terminal
applications now, and MAMP doesn't have functions like readline(). What
should I do?
No comments:
Post a Comment