Home > php教程 > php手册 > win7下使用wamp server 使用PHP5.3配置Zend guard loader 注意事

win7下使用wamp server 使用PHP5.3配置Zend guard loader 注意事

WBOY
Release: 2016-06-06 19:49:06
Original
1310 people have browsed it

win7下使用wamp server 2.1中使用PHP5.3配置Zend guard loader,无法生效 由于 php的版本问题 因为 PHP5.3.x版本如果想使用Zend Guard Loader,要满足两个条件 有一个不对都没法用Zend Guard Loader。 一,必须下载NTS的版本; 二,而且必须是VC9编译的。这

win7下使用wamp server 2.1中使用PHP5.3配置Zend guard loader,无法生效

由于 php的版本问题

因为 PHP5.3.x版本如果想使用Zend Guard Loader,要满足两个条件 有一个不对都没法用Zend Guard Loader。
一,必须下载NTS的版本;
二,而且必须是VC9编译的。这两点一定要注意;

 

而 我的 wampserver  的 php 版本 是  5.3.5 VC9编译的 TS版 

-----------------------------------------------------------------------------------

VC6 和  VC9

VC6 支持apache

VC9 支持IIS.但是试了下VC9用在apache上没问题 . 

 

NTS 和 TS

Thread Safe 线程安全版的  

Non Thread Safe  非 线程安全版的 缺少了php5apache2_2.dll 

 

 

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template