Get current PHP executable from within script?

前端 未结 10 1967
一个人的身影
一个人的身影 2020-12-03 21:08

I want to run a PHP cli program from within PHP cli. On some machines where this will run, both php4 and php5 are installed. If I run the outer program as

         


        
10条回答
  •  南方客
    南方客 (楼主)
    2020-12-03 21:35

    Worth noting that now in PHP 5.4+ you can use the predefined constant - PHP_BINARY:

    PHP_BINARY

    Specifies the PHP binary path during script execution. Available since PHP 5.4.

提交回复
热议问题