From c9b5f62ec38b058f58c2c2b6996614ff1f01d86d Mon Sep 17 00:00:00 2001 From: Miles Fink Date: Wed, 19 Jul 2017 09:34:57 -0400 Subject: [PATCH] Update config.m4 for PHP 5.6 --- config.m4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.m4 b/config.m4 index 8f0d50a..292c2fe 100644 --- a/config.m4 +++ b/config.m4 @@ -22,6 +22,8 @@ if test "$PHP_PDO_SQLCIPHER" != "no"; then pdo_inc_path=$prefix/include/php5/ext elif test -f $prefix/include/php/5.5/php/ext/pdo/php_pdo_driver.h; then pdo_inc_path=$prefix/include/php/5.5/php/ext + elif test -f $prefix/include/php/5.6/php/ext/pdo/php_pdo_driver.h; then + pdo_inc_path=$prefix/include/php/5.6/php/ext else AC_MSG_ERROR([Cannot find php_pdo_driver.h.]) fi