summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerenc Kovacs <tyra3l@gmail.com>2019-01-09 09:57:53 +0100
committerFerenc Kovacs <tyra3l@gmail.com>2019-01-09 09:57:53 +0100
commit05fb10165081cb4fb55a9943b44cab62c627db7a (patch)
tree25fb7b9e8ed6ff0088bc53f93a11419e97e66eeb
parent9d6c59eeea88a3e9d7039cb4fed5126ef704593a (diff)
downloadphp-git-PHP-5.6.tar.gz
5.6.41 will be next. not reallyPHP-5.6
-rw-r--r--NEWS4
-rw-r--r--configure.in2
-rw-r--r--main/php_version.h6
3 files changed, 7 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 53b26b7c5c..b8d480cacc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018, PHP 5.6.40
+?? ??? 2019, PHP 5.6.41
+
+10 Jan 2019, PHP 5.6.40
- GD:
. Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
diff --git a/configure.in b/configure.in
index d6ed579363..90e3b39aaa 100644
--- a/configure.in
+++ b/configure.in
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
PHP_MAJOR_VERSION=5
PHP_MINOR_VERSION=6
-PHP_RELEASE_VERSION=40
+PHP_RELEASE_VERSION=41
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 b607f79515..3b55722517 100644
--- a/main/php_version.h
+++ b/main/php_version.h
@@ -2,7 +2,7 @@
/* edit configure.in to change version number */
#define PHP_MAJOR_VERSION 5
#define PHP_MINOR_VERSION 6
-#define PHP_RELEASE_VERSION 40
+#define PHP_RELEASE_VERSION 41
#define PHP_EXTRA_VERSION "-dev"
-#define PHP_VERSION "5.6.40-dev"
-#define PHP_VERSION_ID 50640
+#define PHP_VERSION "5.6.41-dev"
+#define PHP_VERSION_ID 50641