Changes between Version 6 and Version 7 of InstalarPDO
- Timestamp:
- 16/12/14 12:23:09 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstalarPDO
v6 v7 24 24 {{{ 25 25 elif test -f $prefix/include/php/ext/pdo/php_pdo_driver.h; then 26 pdo_ inc_path=$prefix/include/php/ext26 pdo_cv_inc_path=$prefix/include/php/ext 27 27 else 28 28 as_fn_error "Cannot find php_pdo_driver.h." "$LINENO" 5 … … 33 33 {{{ 34 34 elif test -f $prefix/include/php5/ext/pdo/php_pdo_driver.h; then 35 pdo_ inc_path=$prefix/include/php5/ext35 pdo_cv_inc_path=$prefix/include/php5/ext 36 36 else 37 37 as_fn_error "Cannot find php_pdo_driver.h." "$LINENO" 5