A la hora de ejecutar en la terminal doctrine orm:validate-schema me enconté con el siguiente error: wget http://pecl.php.net/get/APC-3.1.3p1.tgz tar -xvf APC-3.1.3p1.tgz cd APC-3.1.3p1 /usr/local/zend/bin/phpize MACOSX_DEPLOYMENT_TARGET=10.6 CFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe -no-cpp-precomp” CCFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe” CXXFLAGS=”-arch i386 -arch x86_64 -g -Os -pipe” LDFLAGS=”-arch i386 -arch x86_64 -bind_at_load” export CFLAGS CXXFLAGS [...]
