想請問一下 在freebsd環境下想要安裝php的curl
用了以下方式
cd /usr/ports/ftp/php5-curl
make install
不過會跑出以下錯誤訊息
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/
interface.c: In function 'curl_write':
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/interface.c:930:
error:
'zend_fcall_info' has no member named 'object_ptr'
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/interface.
c: In function 'curl_progress':
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/interface.c:1
006: error: 'zend_fcall_info' has no member named 'object_ptr'
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/interface
.c: In function 'curl_read':
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/interface
.c:1080: error: 'zend_fcall_info' has no member named 'object_ptr'
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/interface.
c: In function 'curl_write_header':
/home/pkg/WRKDIR/usr/ports/ftp/php5-curl/work/php-5.3.3/ext/curl/interface.
c:1157: error: 'zend_fcall_info' has no member named 'object_ptr'
*** Error code 1
1 error
*** Error code 1
想請問這部分該如何解決才能讓他順利安裝
謝謝
--
All Comments