Skip to content

Commit

Permalink
Update versions for PHP 8.0.30
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 3, 2023
1 parent b6c2340 commit 8213daa
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.0.30
03 Aug 2023, PHP 8.0.30

- Libxml:
. Fixed bug GHSA-3qrf-m4j2-pcrr (Security issue with external entity loading
Expand All @@ -22,7 +22,7 @@ PHP NEWS
- Core:
. Fixed bug #81744 (Password_verify() always return true with some hash).
(CVE-2023-0567). (Tim Düsterhus)
. Fixed bug #81746 (1-byte array overrun in common path resolve code).
. Fixed bug #81746 (1-byte array overrun in common path resolve code).
(CVE-2023-0568). (Niels Dossche)

- SAPI:
Expand All @@ -32,7 +32,7 @@ PHP NEWS
05 Jan 2023, PHP 8.0.27

- PDO/SQLite:
. Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
. Fixed bug #81740 (PDO::quote() may return unquoted string). (CVE-2022-31631)
(cmb)

24 Nov 2022, PHP 8.0.26
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 "4.0.30-dev"
#define ZEND_VERSION "4.0.30"

#define ZEND_ENGINE_3

Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -17,7 +17,7 @@ dnl Basic autoconf initialization, generation of config.nice.
dnl ----------------------------------------------------------------------------

AC_PREREQ([2.68])
AC_INIT([PHP],[8.0.30-dev],[https://bugs.php.net],[php],[https://www.php.net])
AC_INIT([PHP],[8.0.30],[https://bugs.php.net],[php],[https://www.php.net])
AC_CONFIG_SRCDIR([main/php_version.h])
AC_CONFIG_AUX_DIR([build])
AC_PRESERVE_HELP_ORDER
Expand Down
4 changes: 2 additions & 2 deletions main/php_version.h
Expand Up @@ -3,6 +3,6 @@
#define PHP_MAJOR_VERSION 8
#define PHP_MINOR_VERSION 0
#define PHP_RELEASE_VERSION 30
#define PHP_EXTRA_VERSION "-dev"
#define PHP_VERSION "8.0.30-dev"
#define PHP_EXTRA_VERSION ""
#define PHP_VERSION "8.0.30"
#define PHP_VERSION_ID 80030

0 comments on commit 8213daa

Please sign in to comment.