Skip to content

Commit

Permalink
set versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
krakjoe committed Aug 28, 2019
1 parent 7bf1f9d commit 481520d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions NEWS
@@ -1,5 +1,13 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
29 Aug 2019, PHP 7.1.32

- mbstring:
. Fixed CVE-2019-13224 (don't allow different encodings for onig_new_deluxe) (stas)

- pcre:
. Fixed bug #75457 (heap use-after-free in pcrelib) (cmb)

01 Aug 2019, PHP 7.1.31

- SQLite:
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);

PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
PHP_RELEASE_VERSION=31
PHP_RELEASE_VERSION=32
PHP_EXTRA_VERSION=""
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
Expand Down
6 changes: 3 additions & 3 deletions main/php_version.h
Expand Up @@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 31
#define PHP_RELEASE_VERSION 32
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "7.1.31"
#define PHP_VERSION_ID 70131
#define PHP_VERSION "7.1.32"
#define PHP_VERSION_ID 70132

0 comments on commit 481520d

Please sign in to comment.