• <legend id='Z16iq'><style id='Z16iq'><dir id='Z16iq'><q id='Z16iq'></q></dir></style></legend>

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

      <bdo id='Z16iq'></bdo><ul id='Z16iq'></ul>

      <i id='Z16iq'><tr id='Z16iq'><dt id='Z16iq'><q id='Z16iq'><span id='Z16iq'><b id='Z16iq'><form id='Z16iq'><ins id='Z16iq'></ins><ul id='Z16iq'></ul><sub id='Z16iq'></sub></form><legend id='Z16iq'></legend><bdo id='Z16iq'><pre id='Z16iq'><center id='Z16iq'></center></pre></bdo></b><th id='Z16iq'></th></span></q></dt></tr></i><div id='Z16iq'><tfoot id='Z16iq'></tfoot><dl id='Z16iq'><fieldset id='Z16iq'></fieldset></dl></div>
      <tfoot id='Z16iq'></tfoot>
      1. 使用 XAMPP,如何将 PHP 5.3 换成 PHP 5.2?

        Using XAMPP, how do I swap out PHP 5.3 for PHP 5.2?(使用 XAMPP,如何将 PHP 5.3 换成 PHP 5.2?)
        <legend id='eG6wX'><style id='eG6wX'><dir id='eG6wX'><q id='eG6wX'></q></dir></style></legend>
        <i id='eG6wX'><tr id='eG6wX'><dt id='eG6wX'><q id='eG6wX'><span id='eG6wX'><b id='eG6wX'><form id='eG6wX'><ins id='eG6wX'></ins><ul id='eG6wX'></ul><sub id='eG6wX'></sub></form><legend id='eG6wX'></legend><bdo id='eG6wX'><pre id='eG6wX'><center id='eG6wX'></center></pre></bdo></b><th id='eG6wX'></th></span></q></dt></tr></i><div id='eG6wX'><tfoot id='eG6wX'></tfoot><dl id='eG6wX'><fieldset id='eG6wX'></fieldset></dl></div>
          <bdo id='eG6wX'></bdo><ul id='eG6wX'></ul>

            <tbody id='eG6wX'></tbody>

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

            • <tfoot id='eG6wX'></tfoot>
                • 本文介绍了使用 XAMPP,如何将 PHP 5.3 换成 PHP 5.2?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 XAMPP 1.7.2,但需要将 PHP 5.3 换成 PHP 5.2 - 我该怎么做?

                  I'm using XAMPP 1.7.2, but need to swap out PHP 5.3 for PHP 5.2 - how do I do this?

                  推荐答案

                  感谢您的回答.我刚刚在 Windows XP 上进行了一些修改.这是我的步骤.

                  Thanks for the answer. I just got this working on Windows XP, with a few modifications. Here are my steps.

                  1. 下载最新的 xampp 并将其安装到 G:xampp.截至 2010 年 3 月 12 日,这是 1.7.3.
                  2. 下载xampp-win32-1.7.0.zip的zip,这是最新的xampp发行版,没有php 5.3.提取某处,例如G:xampp-win32-1.7.0
                  3. 删除目录 G:xamppphp
                  4. 删除 G:xamppapachemodulesphp5apache2_2.dll 和 php5apache2_2_filter.dll
                  5. 复制G:xampp-win32-1.7.0xamppphp到G:xamppphp.
                  6. 复制G:xampp-win32-1.7.0xamppapacheinphp*到G:xamppapachein
                  7. 编辑 G:xamppapacheconfextrahttpd-xampp.conf.
                    • 紧跟在该行之后,<IfModule alias_module>添加行

                  (截图)

                  <IfModule mime_module>
                    LoadModule php5_module "/xampp/apache/bin/php5apache2_2.dll"
                    AddType application/x-httpd-php-source .phps
                    AddType application/x-httpd-php .php .php5 .php4 .php3 .phtml .phpt
                      <Directory "/xampp/htdocs/xampp">
                        <IfModule php5_module>
                          <Files "status.php">
                              php_admin_flag safe_mode off
                          </Files>
                        </IfModule>
                      </Directory>
                  </IfModule>
                  

                  (请注意,这是从 1.7.0 xampp 发行版中的同一个文件中获取的.如果遇到问题,请检查该 conf 文件并让新文件与之匹配.)

                  (Note that this is taken from the same file in the 1.7.0 xampp distribution. If you run into trouble, check that conf file and make the new one match it.)

                  然后您应该能够使用 PHP 5.2.8 启动 apache 服务器.您可以跟踪 G:xamppapachelogserror.log 文件以查看启动时是否有任何错误.如果没有,您应该能够在导航到 localhost 时看到 XAMPP 启动画面.

                  You should then be able to start the apache server with PHP 5.2.8. You can tail the G:xamppapachelogserror.log file to see whether there are any errors on startup. If not, you should be able to see the XAMPP splash screen when you navigate to localhost.

                  希望这对下一个人有所帮助.

                  Hope this helps the next guy.

                  干杯,

                  杰克

                  这篇关于使用 XAMPP,如何将 PHP 5.3 换成 PHP 5.2?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                  <tfoot id='GWQ21'></tfoot>

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

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

                          1. <small id='GWQ21'></small><noframes id='GWQ21'>