PHP服务装配总结
PHP服务安装总结
系统环境信息
- CentOS release 6.3 (Final)
- VMware? Workstation 9.0.0 build-812388
rpm安装包准备
????? 1 从光盘拷贝如下安装包到指定目录
????? 2 也可以从RPM资源网站下载到本地环境
???? ? ? http://rpmfind.net/linux/
???? php-common-5.3.3-3.el6_2.8.i686.rpm
???? php-cli-5.3.3-3.el6_2.8.i686.rpm
???? php-5.3.3-3.el6_2.8.i686.rpm
???? php-pdo-5.3.3-3.el6_2.8.i686
???? php-mysql-5.3.3-3.el6_2.8.i686.rpm
???? php-xml-5.3.3-3.el6_2.8.i686.rpm
???? php-ldap-5.3.3-3.el6_2.8.i686.rpm
????? 目录名称
- /usr/dev/php
卸除原有php服务
- ?查看php 服务安装情况 --php已经安装
????????? #php -v
???????? PHP 5.3.3 (cli) (built: May? 7 2012 19:58:17)
??????? Copyright (c) 1997-2010 The PHP Group
??? 2. 查看php rpm安装情况
??????? #rpm -qa |grep php
??????? php-cli-5.3.3-3.el6_2.8.i686
??????? php-xml-5.3.3-3.el6_2.8.i686
??????? php-pdo-5.3.3-3.el6_2.8.i686
??????? php-common-5.3.3-3.el6_2.8.i686
??????? php-mysql-5.3.3-3.el6_2.8.i686
??????? php-ldap-5.3.3-3.el6_2.8.i686
??????? php-5.3.3-3.el6_2.8.i686
??? 3.按照如下顺序卸除php
??????? #rpm -e php-5.3.3-3.el6_2.8.i686
??????? #rpm -e php-ldap-5.3.3-3.el6_2.8.i686
??????? #rpm -e php-mysql-5.3.3-3.el6_2.8.i686
??????? #rpm -e php-cli-5.3.3-3.el6_2.8.i686
??????? #rpm -e php-pdo-5.3.3-3.el6_2.8.i686
??????? #rpm -e php-xml-5.3.3-3.el6_2.8.i686
??????? #rpm -e php-common-5.3.3-3.el6_2.8.i686
?? 4 验证
????? #whereis php
????? 已经没有php相关信息了
????? php:
安装php操作步骤
- #cd /usr/dev/php
- #rpm -ivh php-common-5.3.3-3.el6_2.8.i686.rpm
- #rpm -ivh php-cli-5.3.3-3.el6_2.8.i686.rpm
- #rpm -ivh php-5.3.3-3.el6_2.8.i686.rpm
- #rpm -ivh php-pdo-5.3.3-3.el6_2.8.i686.rpm
- #rpm -ivh php-mysql-5.3.3-3.el6_2.8.i686.rpm
- #rpm -ivh php-xml-5.3.3-3.el6_2.8.i686.rpm
- #rpm -ivh php-ldap-5.3.3-3.el6_2.8.i686.rpm
- #php -v
命令注释
?? 1 进入php rmp安装包的目录 才能执行rpm安装包 进行安装
?? 9 验证php是否正常安装 如果正常安装则显示如下内容
????? PHP 5.3.3 (cli) (built: May? 7 2012 19:58:17)
?????? Copyright (c) 1997-2010 The PHP Group

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

Visual Studio Code, also known as VS Code, is a free source code editor — or integrated development environment (IDE) — available for all major operating systems. With a large collection of extensions for many programming languages, VS Code can be c

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