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
相关解决方案
- thread(线程)中用spring注入不成功有关问题
- 这个是什么东东 Pool thread stack traces
- Thread.sleep() 与 Thread.currentThread().sleep()差异
- Which methods guarantee that a thread will leave the running state解决方案
- java thread wait的用法解决方案
- 已经终止了IIS ,为什么application_end()没有执行 thread.Abort(),线程还在执行?
- 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
- 常见异常 不能打开注册表关键字 'Temporary (volatile) Jet DSN for process 0xbec Thread 0xd34 DBC 0x3510024 Jet'
- PHP中VC6 X86跟VC9 X86的区别及Non Thread Safe的意思
- PHP中VC6 X86跟VC9 X86的区别及 Non Thread Safe的意思
- PHP版本VC6与VC9、Thread Safe与None-Thread Safe等的差异
- 5_3_x_nts_comp版本的ZendDebugger在PHP5.3(Thread Safety)下安装不成功的原因(转)
- PHP SAFE MODE Restriction in effect 的有关问题
- [discuz X2.5]It is not safe to do this query查询不允许有引号解决办法
- You must chmod 755 concrete/libraries/3rdparty/htmldiff.py and disable PHP safe,该如何处理
- SAFE MODE Restriction in effect 的有关问题
- php如何设置时间,php.ini如何设置时间,PHP Warning: date() [function.date]: It is not safe to rely on the system's timezone
- TOMCAT6配置:thread stack size的值解决办法
- 兄弟们哪位高手遇见过这个一样?Can't create a new thread (errno 12)
- 大神,Thread 、synchronized出有关问题了
- Java Thread,关于wait和notify的有关问题
- ThreadPoolExecutor worker 错误导致core thread size减少
- Java语言导学札记 Chapter 8 Thread
- 关于线程池报unable to create new native thread,该怎么处理
- exception in thread "main" java.lang.NoClassdefFoundError: com/caucho/server/htt,该怎么解决
- java线程有关问题,thread.sleep()