]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.0' into PHP-7.1
authorNikita Popov <nikita.ppv@gmail.com>
Sat, 1 Apr 2017 23:08:24 +0000 (01:08 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 1 Apr 2017 23:08:24 +0000 (01:08 +0200)
1  2 
NEWS
ext/openssl/openssl.c
php.ini-development
php.ini-production

diff --cc NEWS
index 8c7afbcf0e7b5940275e0db54f825c2db830947a,ed0cff2ad8b569e71374cf385e2ca615eff33eb2..a655dd36e04f456fc0085e379be5304142979aea
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -6,13 -6,13 +6,17 @@@ PH
    . Fixed bug #74343 (compile fails on solaris 11 with system gd2 library).
      (krakjoe)
  
 -13 Apr 2017 PHP 7.0.18
 +- Intl:
 +  . Fixed bug #65683 (Intl does not support DateTimeImmutable). (Ben Scholzen)
 +
+ - OpenSSL:
+   . Fixed bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without
+     seconds). (Moritz Fain)
 +13 Apr 2017, PHP 7.1.4
  
  - Core:
 +  . Fixed bug #74149 (static embed SAPI linkage error). (krakjoe)
    . Fixed bug #73370 (falsely exits with "Out of Memory" when using
      USE_ZEND_ALLOC=0). (Nikita)
    . Fixed bug #73960 (Leak with instance method calling static method with
Simple merge
index 3315cb3344d0d22b1359603c01081ed002a69aa2,50b9dbc37eefaeb0fab4503c835c0131df13c6a5..d8701951b1e2915efd49713502d4456cf749dd92
@@@ -1779,20 -1764,20 +1779,20 @@@ ldap.max_links = -
  
  [opcache]
  ; Determines if Zend OPCache is enabled
 -;opcache.enable=0
 +;opcache.enable=1
  
  ; Determines if Zend OPCache is enabled for the CLI version of PHP
 -;opcache.enable_cli=0
 +;opcache.enable_cli=1
  
  ; The OPcache shared memory storage size.
 -;opcache.memory_consumption=64
 +;opcache.memory_consumption=128
  
  ; The amount of memory for interned strings in Mbytes.
 -;opcache.interned_strings_buffer=4
 +;opcache.interned_strings_buffer=8
  
  ; The maximum number of keys (scripts) in the OPcache hash table.
- ; Only numbers between 200 and 100000 are allowed.
+ ; Only numbers between 200 and 1000000 are allowed.
 -;opcache.max_accelerated_files=2000
 +;opcache.max_accelerated_files=10000
  
  ; The maximum percentage of "wasted" memory until a restart is scheduled.
  ;opcache.max_wasted_percentage=5
index 601e41c5730e402250f13f315d4344a1f383eeab,52a11fce3f92372c1cc2b9b3bd2a6fb0cf034003..a8ac8825e78da56f298a1e597e47b80491fc05a5
@@@ -1779,20 -1764,20 +1779,20 @@@ ldap.max_links = -
  
  [opcache]
  ; Determines if Zend OPCache is enabled
 -;opcache.enable=0
 +;opcache.enable=1
  
  ; Determines if Zend OPCache is enabled for the CLI version of PHP
 -;opcache.enable_cli=0
 +;opcache.enable_cli=1
  
  ; The OPcache shared memory storage size.
 -;opcache.memory_consumption=64
 +;opcache.memory_consumption=128
  
  ; The amount of memory for interned strings in Mbytes.
 -;opcache.interned_strings_buffer=4
 +;opcache.interned_strings_buffer=8
  
  ; The maximum number of keys (scripts) in the OPcache hash table.
- ; Only numbers between 200 and 100000 are allowed.
+ ; Only numbers between 200 and 1000000 are allowed.
 -;opcache.max_accelerated_files=2000
 +;opcache.max_accelerated_files=10000
  
  ; The maximum percentage of "wasted" memory until a restart is scheduled.
  ;opcache.max_wasted_percentage=5