php php-5.4.38
1.下载 http://windows.php.net/downloads/releases/php-5.4.38-Win32-VC9-x86.zip 解压到 D:\web\php
2. 配置 httpd.conf 添加:
# 解析php
LoadModule php5_module "../php/php5apache2_4.dll"
AddHandler application/x-httpd-php .php
PHPIniDir "../php"
3.配置php.ini。修改 php.ini-production(或php.ini-production) 为 php.ini。修改相关配置。
4.设置 extension_dir = "d:/web/php/ext" 。常用扩展:php_bz2(压缩函数库),php_curl(libcurl库),php_gd2(GD 库),php_mbstring,php_mysql,php_mysqli,php_pdo_mysql,php_xmlrpc。

最新文章

  1. ORA-28000: the account is locked 账户被锁
  2. 我对Jenkins的认识
  3. inline、block、inline-block的区别
  4. JMeter 聚合报告之 90% Line 参数说明
  5. openjudge ROADS
  6. 【LeetCode】13. Roman to Integer 罗马数字转整数
  7. 一个简单的SpringMVC3 程序
  8. Windows下安装redis,并与PHP使用
  9. c#中@符号作用
  10. 【转】http-equiv的含义
  11. jQuery也能舞出绚丽的界面(完结篇)
  12. EF Power Tools 参数错误 HRESULT:0x80070057 (E_INVALIDARG))
  13. UITableView的style详解
  14. 微信小程序教程(第二篇)
  15. 常用API
  16. 关系型数据库工作原理-数据结构(翻译自Coding-Geek文章)
  17. 好久没有写BLOG了,人老了就开始变懒了【非技术】
  18. Win10 安装 VMWare中 MAC OS X的安装,VMWare tools的配置与iOS的Helloworld
  19. C#实现窗体全屏
  20. 初识HT for web

热门文章

  1. 前端学PHP之基础语法
  2. Android正则表达式使用及性能隐患分析
  3. Windows Azure Virtual Machine (32) 如何在Windows操作系统配置SFTP
  4. Git:错误:error:src refspec master does not match any
  5. nginx+uwsgi+django+celery+supervisord环境部署
  6. 2005 TCO Online Round 1 - RectangleError
  7. LeetCode - Path Sum
  8. TreeView 自定义显示checkbox
  9. jQuery动态设置样式List item
  10. C#开发Windows服务的基础代码