Skip to content

Commit cb981e3

Browse files
committed
[ci skip] 5.6.36 will be next
1 parent 2885f62 commit cb981e3

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

NEWS

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2018, PHP 5.6.35
3+
?? ??? 2018, PHP 5.6.36
4+
5+
29 Mar 2018, PHP 5.6.35
46

57
- FPM:
68
. Fixed bug #75605 (Dumpable FPM child processes allow bypassing opcache

configure.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ int zend_sprintf(char *buffer, const char *format, ...);
119119

120120
PHP_MAJOR_VERSION=5
121121
PHP_MINOR_VERSION=6
122-
PHP_RELEASE_VERSION=35
122+
PHP_RELEASE_VERSION=36
123123
PHP_EXTRA_VERSION="-dev"
124124
PHP_VERSION="$PHP_MAJOR_VERSION.$PHP_MINOR_VERSION.$PHP_RELEASE_VERSION$PHP_EXTRA_VERSION"
125125
PHP_VERSION_ID=`expr [$]PHP_MAJOR_VERSION \* 10000 + [$]PHP_MINOR_VERSION \* 100 + [$]PHP_RELEASE_VERSION`

main/php_version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/* edit configure.in to change version number */
33
#define PHP_MAJOR_VERSION 5
44
#define PHP_MINOR_VERSION 6
5-
#define PHP_RELEASE_VERSION 35
5+
#define PHP_RELEASE_VERSION 36
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.6.35-dev"
8-
#define PHP_VERSION_ID 50635
7+
#define PHP_VERSION "5.6.36-dev"
8+
#define PHP_VERSION_ID 50636

0 commit comments

Comments
 (0)