Home » Releases » 7.0 » 7.0.33 »

PHP 7.0.7

PHP 7.0 is no longer officially supported by the PHP project.

Official support refers to that provided direct by the PHP Project.

If you install PHP via third-party packages, support timelines may be different. Please read the Release Support Policy for more information.

The latest release of PHP 7.0 is 7.0.33 which includes important security patches.

Source Code

  • PHP 7.0.7 (tar.bz2)

    • sha256: 474f2925c4782b94016e3afbb17b14ff9cc6f4fdb6f6e231b36a378bb18a3d1a
  • PHP 7.0.7 (tar.gz)

    • sha256: 66282ff4a9f88fe9607d9574e15bf335885b964245591a1740adb3f79c514a67
  • PHP 7.0.7 (tar.xz)

    • sha256: 9cc64a7459242c79c10e79d74feaf5bae3541f604966ceb600c3d2e8f5fe4794

Change Log

  • core

    • Fixed bug #72162 (use-after-free - error_reporting).
      Laruence
    • Add compiler option to disable special case function calls.
      Joe
    • Fixed bug #72101 (crash on complex code).
      Dmitry
    • Fixed bug #72100 (implode() inserts garbage into resulting string when joins very big integer).
      Mikhail Galanin
    • Fixed bug #72057 (PHP Hangs when using custom error handler and typehint).
      Nikita Nefedov
    • Fixed bug #72038 (Function calls with values to a by-ref parameter don't always throw a notice).
      Bob
    • Fixed bug #71737 (Memory leak in closure with parameter named $this).
      Nikita
    • Fixed bug #72059 (?? is not allowed on constant expressions).
      Bob
      Marcio
    • Fixed bug #72159 (Imported Class Overrides Local Class Name).
      Nikita
  • curl

    • Fixed bug #68658 (Define CURLE_SSL_CACERT_BADFILE).
      Pierrick
  • dba

    • Fixed bug #72157 (use-after-free caused by dba_open).
      Shm
      Laruence
  • gd

    • Fixed bug #72227 (imagescale out-of-bounds read).
      Stas
  • intl

    • Fixed bug #64524 (Add intl.use_exceptions to php.ini-*).
      Anatol
    • Fixed bug #72241 (get_icu_value_internal out-of-bounds read).
      Stas
  • json

    • Fixed bug #72069 (Behavior \JsonSerializable different from json_encode).
      Laruence
  • mbstring

    • Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace).
      Laruence
  • oci8

    • Fixed bug #71600 (oci_fetch_all segfaults when selecting more than eight columns).
      Tian Yang
  • opcache

    • Fixed bug #72014 (Including a file with anonymous classes multiple times leads to fatal error).
      Laruence
  • openssl

    • Fixed bug #72165 (Null pointer dereference - openssl_csr_new).
      Anatol
  • pcntl

    • Fixed bug #72154 (pcntl_wait/pcntl_waitpid array internal structure overwrite).
      Laruence
  • posix

    • Fixed bug #72133 (php_posix_group_to_array crashes if gr_passwd is NULL).
      esminis at esminis dot lt
  • postgres

    • Fixed bug #72028 (pg_query_params(): NULL converts to empty string).
      Laruence
    • Fixed bug #71062 (pg_convert() doesn't accept ISO 8601 for datatype timestamp).
      denver at timothy dot io
    • Fixed bug #72151 (mysqli_fetch_object changed behaviour).
      Anatol
  • reflection

    • Fixed bug #72174 (ReflectionProperty#getValue() causes __isset call).
      Nikita
  • session

    • Fixed bug #71972 (Cyclic references causing session_start(): Failed to decode session object).
      Laruence
  • sockets

    • Added socket_export_stream() function for getting a stream compatible resource from a socket resource.
      Chris Wright
      Bob
  • spl

    • Fixed bug #72051 (The reference in CallbackFilterIterator doesn't work as expected).
      Laruence
  • sqlite3

    • Fixed bug #68849 (bindValue is not using the right data type).
      Anatol
  • standard

    • Fixed bug #72075 (Referencing socket resources breaks stream_select).
      Laruence
    • Fixed bug #72031 (array_column() against an array of objects discards all values matching null).
      Nikita

PHP 7.0


  Represents a security release