-
Recent Posts
Recent Comments
Archives
Categories
Meta
Tag Archives: php
在Mac 上安装 xdebug
在suparCRM的人有写过这个教程。2008年10月写的。很管用。除了一个细节。同时我把这个翻译成中文。 1. 下载源码并解压 $curl http://www.xdebug.org/files/xdebug-2.1.0.tgz > xdebug.tgz $tar -zxvf xdebug.tgz 2.编译 $cd xdebug $phpize $MACOSX_DEPLOYMENT_TARGET=10.5 CFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp” CCFLAGS=”-arch ppc -arch ppc64 -arch i386 -arch x86_64 -g -Os -pipe” CXXFLAGS=”-arch i386 -arch x86_64 -g -Os … Continue reading