]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-5.5' into PHP-5.6
authorStanislav Malyshev <stas@php.net>
Wed, 18 Mar 2015 00:08:28 +0000 (17:08 -0700)
committerStanislav Malyshev <stas@php.net>
Wed, 18 Mar 2015 00:09:47 +0000 (17:09 -0700)
* PHP-5.5:
  Fix bug #69248 - heap overflow vulnerability in regcomp.c
  add test for bug #68976

1  2 
NEWS
main/php_version.h

diff --cc NEWS
index a047cada8edf5f1c296856ee3a651e5165591bdc,d8c965fad4d2366fa61ba25147e4d5c209a5515b..c0e2e04a6531fe443f6c99dd8f2540289a98900a
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -19,8 -21,11 +19,11 @@@ PH
    . Fixed bug #65406 (Enchant broker plugins are in the wrong place in windows
      builds). (Anatol)
  
+ - Ereg:
+   . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
  - Filter:
 -  . Fixed bug #69202 (FILTER_FLAG_STRIP_BACKTICK ignored unless other
 +  . Fixed bug #69202: (FILTER_FLAG_STRIP_BACKTICK ignored unless other
      flags are used). (Jeff Welch)
    . Fixed bug #69203 (FILTER_FLAG_STRIP_HIGH doesn't strip ASCII 127). (Jeff
      Welch)
index 959e7cebf6c32e8d593672f51beecfcf621058c9,2997684bf0cff801427fb543f50d3f5627b5fd01..ed1e351fdaf6a7e00d711d9b8ca12952a5e65bb3
@@@ -1,8 -1,8 +1,8 @@@
  /* automatically generated by configure */
  /* edit configure.in to change version number */
  #define PHP_MAJOR_VERSION 5
 -#define PHP_MINOR_VERSION 5
 -#define PHP_RELEASE_VERSION 24
 +#define PHP_MINOR_VERSION 6
- #define PHP_RELEASE_VERSION 8
++#define PHP_RELEASE_VERSION 6
  #define PHP_EXTRA_VERSION "-dev"
- #define PHP_VERSION "5.6.8-dev"
- #define PHP_VERSION_ID 50608
 -#define PHP_VERSION "5.5.24-dev"
 -#define PHP_VERSION_ID 50524
++#define PHP_VERSION "5.6.6-dev"
++#define PHP_VERSION_ID 50606