Bug 251396 - lang/php74: Update to 7.4.13
Summary: lang/php74: Update to 7.4.13
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Torsten Zuehlsdorff
URL: https://www.php.net/releases/7_4_13.php
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-26 07:21 UTC by Pascal Christen
Modified: 2021-03-04 11:10 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (tz)


Attachments
Update 7.4.13 (606 bytes, patch)
2020-11-26 07:21 UTC, Pascal Christen
no flags Details | Diff
patch (781 bytes, patch)
2020-11-26 08:49 UTC, Pascal Christen
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Christen 2020-11-26 07:21:07 UTC
Created attachment 219990 [details]
Update 7.4.13

PHP 7.4.13 Release Announcement

The PHP development team announces the immediate availability of PHP 7.4.13. This is a bug fix release.
Comment 1 Pascal Christen 2020-11-26 08:48:38 UTC
Removed PORTREVISION in php74-intl
Comment 2 Pascal Christen 2020-11-26 08:49:28 UTC
Created attachment 219994 [details]
patch
Comment 3 commit-hook freebsd_committer freebsd_triage 2020-12-03 17:16:36 UTC
A commit references this bug:

Author: tz
Date: Thu Dec  3 17:16:10 UTC 2020
New revision: 556915
URL: https://svnweb.freebsd.org/changeset/ports/556915

Log:
  lang/php74: Update from 7.4.12 to 7.4.13

      Core:
          Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
          Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
      COM:
          Fixed bug #62474 (com_event_sink crashes on certain arguments).
      DOM:
          Fixed bug #80268 (loadHTML() truncates at NUL bytes).
      FFI:
          Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback).
      IMAP:
          Fixed bug #64076 (imap_sort() does not return FALSE on failure).
          Fixed bug #76618 (segfault on imap_reopen).
          Fixed bug #80239 (imap_rfc822_write_address() leaks memory).
          Fixed minor regression caused by fixing bug #80220.
          Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
      MySQLi:
          Fixed bug #79375 (mysqli_store_result does not report error from lock wait timeout).
          Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR enabled and mysqlnd used).
          Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter typemismatch)).
      ODBC:
          Fixed bug #44618 (Fetching may rely on uninitialized data).
      Opcache:
          Fixed bug #79643 (PHP with Opcache crashes when a file with specific name is included).
          Fixed run-time binding of preloaded dynamically declared function.
      OpenSSL:
          Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
      PDO MySQL:
          Fixed bug #66528 (No PDOException or errorCode if database becomes unavailable before PDO::commit).
          Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken server connection).
      SNMP:
          Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
      Standard:
          Fixed bug #80266 (parse_url silently drops port number 0).

  PR:		251396
  Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>

Changes:
  head/devel/php74-intl/Makefile
  head/lang/php74/Makefile
  head/lang/php74/distinfo
Comment 4 commit-hook freebsd_committer freebsd_triage 2020-12-03 17:18:37 UTC
A commit references this bug:

Author: tz
Date: Thu Dec  3 17:18:34 UTC 2020
New revision: 556916
URL: https://svnweb.freebsd.org/changeset/ports/556916

Log:
  MFH: r556915

  lang/php74: Update from 7.4.12 to 7.4.13

      Core:
          Fixed bug #80280 (ADD_EXTENSION_DEP() fails for ext/standard and ext/date).
          Fixed bug #80258 (Windows Deduplication Enabled, randon permission errors).
      COM:
          Fixed bug #62474 (com_event_sink crashes on certain arguments).
      DOM:
          Fixed bug #80268 (loadHTML() truncates at NUL bytes).
      FFI:
          Fixed bug #79177 (FFI doesn't handle well PHP exceptions within callback).
      IMAP:
          Fixed bug #64076 (imap_sort() does not return FALSE on failure).
          Fixed bug #76618 (segfault on imap_reopen).
          Fixed bug #80239 (imap_rfc822_write_address() leaks memory).
          Fixed minor regression caused by fixing bug #80220.
          Fixed bug #80242 (imap_mail_compose() segfaults for multipart with rfc822).
      MySQLi:
          Fixed bug #79375 (mysqli_store_result does not report error from lock wait timeout).
          Fixed bug #76525 (mysqli::commit does not throw if MYSQLI_REPORT_ERROR enabled and mysqlnd used).
          Fixed bug #72413 (mysqlnd segfault (fetch_row second parameter typemismatch)).
      ODBC:
          Fixed bug #44618 (Fetching may rely on uninitialized data).
      Opcache:
          Fixed bug #79643 (PHP with Opcache crashes when a file with specific name is included).
          Fixed run-time binding of preloaded dynamically declared function.
      OpenSSL:
          Fixed bug #79983 (openssl_encrypt / openssl_decrypt fail with OCB mode).
      PDO MySQL:
          Fixed bug #66528 (No PDOException or errorCode if database becomes unavailable before PDO::commit).
          Fixed bug #65825 (PDOStatement::fetch() does not throw exception on broken server connection).
      SNMP:
          Fixed bug #70461 (disable md5 code when it is not supported in net-snmp).
      Standard:
          Fixed bug #80266 (parse_url silently drops port number 0).

  PR:		251396
  Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>

Changes:
_U  branches/2020Q4/
  branches/2020Q4/lang/php74/Makefile
  branches/2020Q4/lang/php74/distinfo
Comment 5 Pascal Christen 2021-03-04 11:10:15 UTC
I guess we can close it, right?