Skip to content

Commit fe3d53f

Browse files
committed
5.6.37 will be next
1 parent 4371af3 commit fe3d53f

File tree

3 files changed

+21
-5
lines changed

3 files changed

+21
-5
lines changed

NEWS

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
?? ??? 2018, PHP 5.6.36
3+
?? ??? 2018, PHP 5.6.37
4+
5+
26 Apr 2018 PHP 5.6.36
6+
7+
- Exif:
8+
. Fixed bug #76130 (Heap Buffer Overflow (READ: 1786) in exif_iif_add_value).
9+
(Stas)
10+
11+
- iconv:
12+
. Fixed bug #76249 (stream filter convert.iconv leads to infinite loop on
13+
invalid sequence). (Stas)
14+
15+
- LDAP:
16+
. Fixed bug #76248 (Malicious LDAP-Server Response causes Crash). (Stas)
17+
18+
- Phar:
19+
. Fixed bug #76129 (fix for CVE-2018-5712 may not be complete). (Stas)
420

521
29 Mar 2018, PHP 5.6.35
622

configure.in

Lines changed: 1 addition & 1 deletion
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=36
122+
PHP_RELEASE_VERSION=37
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

Lines changed: 3 additions & 3 deletions
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 36
5+
#define PHP_RELEASE_VERSION 37
66
#define PHP_EXTRA_VERSION "-dev"
7-
#define PHP_VERSION "5.6.36-dev"
8-
#define PHP_VERSION_ID 50636
7+
#define PHP_VERSION "5.6.37-dev"
8+
#define PHP_VERSION_ID 50637

0 commit comments

Comments
 (0)