Skip to content

Commit dd2301d

Browse files
committed
Update version for PHP 7.3.2RC1
1 parent 6a0a600 commit dd2301d

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: NEWS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? ????, PHP 7.3.2
3+
07 Feb 2019, PHP 7.3.2
44

55
- Core:
66
. Fixed bug #77369 (memcpy with negative length via crafted DNS response). (Stas)

Diff for: Zend/zend.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#ifndef ZEND_H
2121
#define ZEND_H
2222

23-
#define ZEND_VERSION "3.3.2-dev"
23+
#define ZEND_VERSION "3.3.2RC1"
2424

2525
#define ZEND_ENGINE_3
2626

Diff for: configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
108108
PHP_MAJOR_VERSION=7
109109
PHP_MINOR_VERSION=3
110110
PHP_RELEASE_VERSION=2
111-
PHP_EXTRA_VERSION="-dev"
111+
PHP_EXTRA_VERSION="RC1"
112112
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
113113
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`
114114

Diff for: main/php_version.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
#define PHP_MAJOR_VERSION 7
44
#define PHP_MINOR_VERSION 3
55
#define PHP_RELEASE_VERSION 2
6-
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "7.3.2-dev"
6+
#define PHP_EXTRA_VERSION "RC1"
7+
#define PHP_VERSION "7.3.2RC1"
88
#define PHP_VERSION_ID 70302

0 commit comments

Comments
 (0)