兄弟们,有关问题一枚。
兄弟们,问题一枚。。。。
兄弟们有没有那个php套装,能直接选对php的版本的,5.2/5.3的。。。
原因:现在都是使用5.3php版本的,但一些原因,需要使用5.2,5.3的,最好有切换功能。。。
现在使用的:
家里:xampp,没有选择php版本功能
公司:wamp,也是没有
下载一个:apmserv,好像也没发现有
------------
兄弟们有的说说。。。
------解决方案--------------------
还有个 phpnow 不过应该也是没有切换功能
自己装个吧
------解决方案--------------------
自己简单做一个,其实就是环境变量的事情。
------解决方案--------------------
不就是改变一下 httpd.conf 的内容吗?
做几份复制一下就可以了
------解决方案--------------------
张宴的APMServ可以
http://apmserv.s135.com/
http://code.google.com/p/apmserv/
------解决方案--------------------
不好意思,记错了,是CoreServer AMP
http://www.downg.com/soft/19030.html
------解决方案--------------------
------解决方案--------------------
我好奇的是楼主为什么要切5.2呢。
------解决方案--------------------
------解决方案--------------------
这样子啊。
新版是少了些函数...不过都有类似的函数可以用啊。。

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this chapter, we will understand the Environment Variables, General Configuration, Database Configuration and Email Configuration in CakePHP.

PHP 8.4 brings several new features, security improvements, and performance improvements with healthy amounts of feature deprecations and removals. This guide explains how to install PHP 8.4 or upgrade to PHP 8.4 on Ubuntu, Debian, or their derivati

To work with date and time in cakephp4, we are going to make use of the available FrozenTime class.

To work on file upload we are going to use the form helper. Here, is an example for file upload.

In this chapter, we are going to learn the following topics related to routing ?

CakePHP is an open-source framework for PHP. It is intended to make developing, deploying and maintaining applications much easier. CakePHP is based on a MVC-like architecture that is both powerful and easy to grasp. Models, Views, and Controllers gu

Working with database in CakePHP is very easy. We will understand the CRUD (Create, Read, Update, Delete) operations in this chapter.

Validator can be created by adding the following two lines in the controller.
