PHP现在推出5.3.0版本了,不过下载的时候有几个不同版本选择。那就是VC6 X86和VC9 X86。
首先我来解答:
VC6是什么?
VC6就是legacy Visual Studio 6 compiler,就是使用这个编译器编译的。
VC9是什么?
VC9就是the Visual Studio 2008 compiler,就是用微软的VS编辑器编译的。
那我们如何选择下载哪个版本的PHP呢?
如果你是在windows下使用Apache+PHP的,请选择VC6版本;
如果你是在windows下使用IIS+PHP的,请选择VC9版本;
那Non Thread Safe是什么?
Non Thread Safe就是非线程安全;
Thread Safe 是什么?
Non Thread Safe 是线程安全;
官方并不建议你将Non Thread Safe 应用于生产环境,所以我们选择Thread Safe 版本的PHP来使用。
详细解决方案
PHP中VC6 X86跟VC9 X86的区别及 Non Thread Safe的意思
热度:400 发布时间:2013-03-01 18:33:02.0
相关解决方案
- Exception in thread "main" org.hibernate.HibernateException: /hibernate.cfg.xml解决办法
- thread(线程)中用spring注入不成功有关问题
- Exception in thread "main" java.lang.UnsupportedClassVersionError:有关问题
- Thread.sleep() 有关问题
- Exception in thread "main" java.lang.NullPointerException,该怎么处理
- 小弟我的程序中Exception in thread "main" java.lang.NullPointerException如何解决
- Exception in thread "main" java.lang.UnsatisfiedLinkError: com.
- Exception in thread "main" java.lang.InstantiationError:
- Exception in thread "Thread-7" java.lang.UnsatisfiedLinkError:
- Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么处理
- 这个是什么东东 Pool thread stack traces
- in thread "main" java.lang.OutOfMemoryError: Java heap space
- Exception in thread "main"不知名的异常!
- Exception in thread "main" java.security.InvalidKeyException:
- 上面的代码会出错,Exception in thread "main" java.lang.Error:
- Thread.sleep() 与 Thread.currentThread().sleep()差异
- 报错 Exception in thread "main" java.lang.NoClassDefFound:HelloWorld,该怎么解决
- Which methods guarantee that a thread will leave the running state解决方案
- 出现Exception in thread "main" java.lang.NullPointerException求赐教,
- Exception in thread "main" java.lang.NullPointerException求大牛帮忙解决,30行小程序解决方案
- Exception in thread "main" java.lang.NullPointerException如何解决
- java thread wait的用法解决方案
- 已经终止了IIS ,为什么application_end()没有执行 thread.Abort(),线程还在执行?
- 成功配置过Visual Source Safe 2005的朋友请帮帮忙。解决方案
- AIX下的weblogic814 thread count参数该如何设置
- MyEclipse 装配插件后Myeclipse Could not open the editor: Invalid thread access
- webllogic linux装完起步报错Exception in thread "main" java.lang.NoClassDefFoundError
- SVN异常:Thread attempted to read nesting count of a lock it did not own
- exception in thread "main" java.lang.NoSuchMethodError:main
- Exception in thread "main" java.lang.NullPointerException是什么意 ...