1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 11:32:11 +02:00

set versions for release

This commit is contained in:
Joe Watkins
2019-10-22 18:56:55 +02:00
parent ab061f95ca
commit 326cd05dae
3 changed files with 3 additions and 3 deletions

2
NEWS
View File

@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 7.1.33
24 Oct 2019, PHP 7.1.33
- FPM:
. Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE).

View File

@@ -120,7 +120,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=1
PHP_RELEASE_VERSION=33
PHP_EXTRA_VERSION="dev"
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`

View File

@@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 1
#define PHP_RELEASE_VERSION 33
#define PHP_EXTRA_VERSION "dev"
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "7.1.33"
#define PHP_VERSION_ID 70133