summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2019-10-08 11:36:10 +0200
committerRemi Collet <remi@php.net>2019-10-08 11:36:10 +0200
commit05d6878b3b687c3d1a8037e42a7050d309a74e17 (patch)
treeb0c553b038fafaa1bdc3f8c3397b55f418b1a9b5
parentfd3118ffb0a47d39489607967172c3b3fc75277a (diff)
downloadphp-git-05d6878b3b687c3d1a8037e42a7050d309a74e17.tar.gz
next is 7.2.25
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
-rw-r--r--main/php_version.h6
3 files changed, 8 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 4003ef7893..3b26acca5f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2019, PHP 7.2.24
+?? ??? 2019, PHP 7.2.25
+
+
+24 Oct 2019, PHP 7.2.24
- Core:
. Fixed bug #78535 (auto_detect_line_endings value not parsed as bool).
diff --git a/configure.ac b/configure.ac
index fab82ed42c..6e574e6c54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -107,7 +107,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=7
PHP_MINOR_VERSION=2
-PHP_RELEASE_VERSION=24
+PHP_RELEASE_VERSION=25
PHP_EXTRA_VERSION="-dev"
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`
diff --git a/main/php_version.h b/main/php_version.h
index 745be96ae7..f9265695ce 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.ac to change version number */
#define PHP_MAJOR_VERSION 7
#define PHP_MINOR_VERSION 2
-#define PHP_RELEASE_VERSION 24
+#define PHP_RELEASE_VERSION 25
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "7.2.24-dev"
-#define PHP_VERSION_ID 70224
+#define PHP_VERSION "7.2.25-dev"
+#define PHP_VERSION_ID 70225