Skip to content
This repository has been archived by the owner on Aug 10, 2019. It is now read-only.

Commit

Permalink
PCRE displayed as 8.37. Fixes #85
Browse files Browse the repository at this point in the history
  • Loading branch information
gplessis committed Jun 13, 2015
1 parent 6073427 commit 7f807bf
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions debian/patches/series
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ php-fpm-sysconfdir.patch
temporary-path-fixes-for-multiarch.patch
php-5.3.9-mysqlnd.patch
php-fpm-listen-on-unix-socket.patch
temp_pcre_fix.patch
16 changes: 16 additions & 0 deletions debian/patches/temp_pcre_fix.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Index: dotdeb-php5/ext/pcre/pcrelib/pcre.h
===================================================================
--- dotdeb-php5.orig/ext/pcre/pcrelib/pcre.h
+++ dotdeb-php5/ext/pcre/pcrelib/pcre.h
@@ -42,9 +42,9 @@ POSSIBILITY OF SUCH DAMAGE.
/* The current PCRE version information. */

#define PCRE_MAJOR 8
-#define PCRE_MINOR 36
+#define PCRE_MINOR 37
#define PCRE_PRERELEASE
-#define PCRE_DATE 2014-09-26
+#define PCRE_DATE 2015-04-28

/* When an application links to a PCRE DLL in Windows, the symbols that are
imported have to be identified as such. When building PCRE, the appropriate

0 comments on commit 7f807bf

Please sign in to comment.