Php

如何更新 Zend Engine API?Ubuntu

  • April 2, 2012

如何更新 Zend Engine API?我正在執行 PHP 5.2-5-3 ubuntu 4.1

我正在嘗試執行lampp,但我得到了xdebug的這個錯誤。

正在為 Linux 1.7.1 啟動 XAMPP… Xdebug 需要 Zend Engine API 版本 220090626。安裝的 Zend Engine API 版本 220060519 已過時。

我的 php.ini 有

zend_extension="/opt/lampp/lib/php/extensions/xdebug.so"

Zend Engine API20090626適用於 PHP 5.3。您需要使用 PHP 5.2 版本的phpize.

引用自:https://serverfault.com/questions/53030