<tfoot id='VeiVB'></tfoot>
    <bdo id='VeiVB'></bdo><ul id='VeiVB'></ul>
  1. <small id='VeiVB'></small><noframes id='VeiVB'>

      <i id='VeiVB'><tr id='VeiVB'><dt id='VeiVB'><q id='VeiVB'><span id='VeiVB'><b id='VeiVB'><form id='VeiVB'><ins id='VeiVB'></ins><ul id='VeiVB'></ul><sub id='VeiVB'></sub></form><legend id='VeiVB'></legend><bdo id='VeiVB'><pre id='VeiVB'><center id='VeiVB'></center></pre></bdo></b><th id='VeiVB'></th></span></q></dt></tr></i><div id='VeiVB'><tfoot id='VeiVB'></tfoot><dl id='VeiVB'><fieldset id='VeiVB'></fieldset></dl></div>

      <legend id='VeiVB'><style id='VeiVB'><dir id='VeiVB'><q id='VeiVB'></q></dir></style></legend>

    1. PHP:如何调整 PHPUnit 以使用不同的 PHP 解释器?

      时间:2024-04-12

            • <bdo id='qrwIG'></bdo><ul id='qrwIG'></ul>
                <tbody id='qrwIG'></tbody>

              <legend id='qrwIG'><style id='qrwIG'><dir id='qrwIG'><q id='qrwIG'></q></dir></style></legend>

              <small id='qrwIG'></small><noframes id='qrwIG'>

              <i id='qrwIG'><tr id='qrwIG'><dt id='qrwIG'><q id='qrwIG'><span id='qrwIG'><b id='qrwIG'><form id='qrwIG'><ins id='qrwIG'></ins><ul id='qrwIG'></ul><sub id='qrwIG'></sub></form><legend id='qrwIG'></legend><bdo id='qrwIG'><pre id='qrwIG'><center id='qrwIG'></center></pre></bdo></b><th id='qrwIG'></th></span></q></dt></tr></i><div id='qrwIG'><tfoot id='qrwIG'></tfoot><dl id='qrwIG'><fieldset id='qrwIG'></fieldset></dl></div>
              • <tfoot id='qrwIG'></tfoot>
              • 本文介绍了PHP:如何调整 PHPUnit 以使用不同的 PHP 解释器?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                问题描述

                我的系统有两个 PHP 解释器.一个是与操作系统捆绑在一起的,另一个是我通过 XAMPP 包安装的.我所有的 PHP 扩展都应用于 XAMPP 安装,但 PHPUnit 似乎只运行我的机器附带的 PHP 版本.

                My system has two PHP interpreters. One came bundled with the OS and the other I installed via the XAMPP package. All of my PHP extensions are applied to the XAMPP installation but PHPUnit seems to only run the version of PHP that came with my machine.

                有人知道我可以配置或重建 PHPUnit 以便它专门使用我的 XAMPP PHP 解释器吗?

                Does anybody know of a way I can configure or rebuild PHPUnit so that it uses my XAMPP PHP interpreter exclusively?

                推荐答案

                找到你安装PHPUnit的文件夹.应该有一个名为phpunit.bat的文件.它应该有一行内容类似于

                Find the folder you installed PHPUnit in. There should be a file called phpunit.bat. It should have a line that reads something like

                set PHPBIN="C:phpphp.exe"
                %PHPBIN% "C:phpphpunit" %*
                

                改为阅读

                set PHPBIN="C:xamppphpphp.exe"
                %PHPBIN% "C:xamppphpphpunit" %*
                

                或者你的 PHP 可执行文件的路径是什么

                Or whatever the path to your PHP executable is

                这篇关于PHP:如何调整 PHPUnit 以使用不同的 PHP 解释器?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                上一篇:Windows 上的 Memcached(不是 memcache)PHP 扩展 下一篇:如何更改 XAMPP 中 PHP 的默认路径?

                相关文章

                    <bdo id='8Nbmu'></bdo><ul id='8Nbmu'></ul>

                    <small id='8Nbmu'></small><noframes id='8Nbmu'>

                  1. <legend id='8Nbmu'><style id='8Nbmu'><dir id='8Nbmu'><q id='8Nbmu'></q></dir></style></legend>
                    <i id='8Nbmu'><tr id='8Nbmu'><dt id='8Nbmu'><q id='8Nbmu'><span id='8Nbmu'><b id='8Nbmu'><form id='8Nbmu'><ins id='8Nbmu'></ins><ul id='8Nbmu'></ul><sub id='8Nbmu'></sub></form><legend id='8Nbmu'></legend><bdo id='8Nbmu'><pre id='8Nbmu'><center id='8Nbmu'></center></pre></bdo></b><th id='8Nbmu'></th></span></q></dt></tr></i><div id='8Nbmu'><tfoot id='8Nbmu'></tfoot><dl id='8Nbmu'><fieldset id='8Nbmu'></fieldset></dl></div>
                    <tfoot id='8Nbmu'></tfoot>