php - Failed to install PDO -
i failed install pdo on centos 6.5 using
# pecl install pdo warning: "pecl/pdo" deprecated in favor of "channel://http://svn.php.net/viewvc/php/php-src/trunk/ext/pdo//ext/pdo" downloading pdo-1.0.3.tar ... <redacted> /tmp/pear/temp/pdo/pdo.c: in function ‘php_pdo_get_exception_base’: /tmp/pear/temp/pdo/pdo.c:78: error: few arguments function ‘zend_exception_get_default’ make: *** [pdo.lo] error 1 error: `make' failed
my php version
# php -v php 5.4.25 (cli) (built: mar 7 2014 21:04:52) copyright (c) 1997-2014 php group zend engine v2.4.0, copyright (c) 1998-2014 zend technologies
any idea how can enabled pdo?
Comments
Post a Comment