]> TLD Linux GIT Repositories - packages/php.git/blobdiff - php-db.patch
- updated to 5.6.40
[packages/php.git] / php-db.patch
index fc0e4647c866d47106afa668a5fe48102a757790..7b3a8dfd44fedf4c7f490c3311528a27c14518cf 100644 (file)
@@ -1,8 +1,8 @@
---- php-5.3.17/ext/dba/config.m4.orig  2016-01-13 10:20:20.966367491 +0000
-+++ php-5.3.17/ext/dba/config.m4       2016-01-13 10:23:13.085367491 +0000
-@@ -326,6 +326,14 @@
+--- php-5.6.17/ext/dba/config.m4~      2016-01-11 00:04:19.000000000 +0200
++++ php-5.6.17/ext/dba/config.m4       2016-01-11 00:05:56.899471849 +0200
+@@ -287,6 +287,14 @@
        THIS_PREFIX=$i
-       THIS_INCLUDE=$i/include/db5.3/db.h
+       THIS_INCLUDE=$i/db4/db.h
        break
 +    elif test -f "$i/include/db5.3/db.h"; then
 +      THIS_PREFIX=$i
@@ -15,7 +15,7 @@
      elif test -f "$i/include/db5.1/db.h"; then
        THIS_PREFIX=$i
        THIS_INCLUDE=$i/include/db5.1/db.h
-@@ -368,7 +376,7 @@
+@@ -376,7 +376,7 @@
        break
      fi
    done