Skip to content

Commit

Permalink
Prepare for 7.3.21
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Aug 4, 2020
1 parent 09171dc commit 2b5ec15
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
23 Jul 2020, PHP 7.3.21RC1
06 Aug 2020, PHP 7.3.21

- Apache:
. Fixed bug #79030 (Upgrade apache2handler's php_apache_sapi_get_request_time
Expand Down
2 changes: 1 addition & 1 deletion Zend/zend.h
Expand Up @@ -20,7 +20,7 @@
#ifndef ZEND_H
#define ZEND_H

#define ZEND_VERSION "3.3.21RC1"
#define ZEND_VERSION "3.3.21"

#define ZEND_ENGINE_3

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -108,7 +108,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=3
PHP_RELEASE_VERSION=21
PHP_EXTRA_VERSION="RC1"
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
4 changes: 2 additions & 2 deletions main/php_version.h
Expand Up @@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 3
#define PHP_RELEASE_VERSION 21
#define PHP_EXTRA_VERSION "RC1"
#define PHP_VERSION "7.3.21RC1"
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "7.3.21"
#define PHP_VERSION_ID 70321

0 comments on commit 2b5ec15

Please sign in to comment.