Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Ubuntu 12.04 服务器,我将 PHP 从 5.3 更新到 5.4,但 PCRE 版本仍然是 8.12。然后我从源代码安装了 pcre,它应该是 8.33 版本,但 php info 仍然显示 8.12。如何让 PHP 使用新版本的 PCRE?
我刚刚在我的 Windows 7 上安装了 apache 2.2.22、php 5.3.15 和其他一些东西。在某些时候,标签<?停止工作(apache 现在<? ..... ?>以纯 HTML 的形式返回)。在浪费了很多时间之后,我注意到这个标签的完整版<?php
<?
<? ..... ?>
<?php