Trying to debug hhvm

Added php -i to see where the php.ini file lives, the one I read about on
Github doesn't allow me to write to it.
This commit is contained in:
Josh Sherman 2014-10-03 06:10:45 -04:00
parent c61a49f8a7
commit ab6623d6fb

View file

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
php -i
VERSION=`phpenv version-name` VERSION=`phpenv version-name`
if [ "${VERSION}" = 'hhvm' ] if [ "${VERSION}" = 'hhvm' ]