如何判断php版本是ts还是nts版的 首先在php文件中调用“phpinfo()”函数,将php信息打印出来;然后查看其中的ThreadSafety项,即线程安全,如果是enabled,一般来说应该是ts版,否则是nts版。