dqvj51875 2016-05-29 00:15
浏览 680
已采纳

Heroku PHP和Node.js在同一个应用程序中

I'm using a Node package called exec-php to execute PHP functions within Node.js app.

I would like to push that app to Heroku, but I'm wondering how to make that, and how that would be in the PHP bin locally.

I'm using /Applications/MAMP/bin/php/php7.0.0/bin/php. What would be the path to PHP bin in Heroku?

I tested vendor/bin/heroku-php-apache2 but it doesn't work, so what would be the path to PHP binary in Heroku?

  • 写回答

2条回答 默认 最新

  • donglie1994 2016-08-14 22:13
    关注

    The bin directory in heroku is : .heroku/php/bin/php

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?