Personal patches
cb986c29b3
Update PHP 7.3 from 7.3.3 to 7.3.4 Changelog: Core: Fixed bug #77738 (Nullptr deref in zend_compile_expr). Fixed bug #77660 (Segmentation fault on break 2147483648). Fixed bug #77652 (Anonymous classes can lose their interface information). Fixed bug #77345 (Stack Overflow caused by circular reference in garbage collection). Fixed bug #76956 (Wrong value for 'syslog.filter' documented in php.ini). Apache2Handler: Fixed bug #77648 (BOM in sapi/apache2handler/php_functions.c). Bcmath: Fixed bug #77742 (bcpow() implementation related to gcc compiler optimization). CLI Server: Fixed bug #77722 (Incorrect IP set to $_SERVER['REMOTE_ADDR'] on the localhost). COM: Fixed bug #77578 (Crash when php unload). EXIF: Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). FPM: Fixed bug #77677 (FPM fails to build on AIX due to missing WCOREDUMP). GD: Fixed bug #77700 (Writing truecolor images as GIF ignores interlace flag). MySQLi: Fixed bug #77597 (mysqli_fetch_field hangs scripts). Opcache: Fixed bug #77743 (Incorrect pi node insertion for jmpznz with identical successors). PCRE: Fixed bug #76127 (preg_split does not raise an error on invalid UTF-8). Phar: Fixed bug #77697 (Crash on Big_Endian platform). phpdbg: Fixed bug #77767 (phpdbg break cmd aliases listed in help do not match actual aliases). sodium: Fixed bug #77646 (sign_detached() strings not terminated). SQLite3: Added sqlite3.defensive INI directive. Standard: Fixed bug #77664 (Segmentation fault when using undefined constant in custom wrapper). Fixed bug #77669 (Crash in extract() when overwriting extracted array). Fixed bug #76717 (var_export() does not create a parsable value for PHP_INT_MIN). Fixed bug #77765 (FTP stream wrapper should set the directory as executable). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.4 Approved by: ports-secteam (joneum) |
||
---|---|---|
accessibility | ||
arabic | ||
archivers | ||
astro | ||
audio | ||
base | ||
benchmarks | ||
biology | ||
cad | ||
chinese | ||
comms | ||
converters | ||
databases | ||
deskutils | ||
devel | ||
dns | ||
editors | ||
emulators | ||
finance | ||
french | ||
ftp | ||
games | ||
german | ||
graphics | ||
hebrew | ||
hungarian | ||
irc | ||
japanese | ||
java | ||
Keywords | ||
korean | ||
lang | ||
math | ||
misc | ||
Mk | ||
multimedia | ||
net | ||
net-im | ||
net-mgmt | ||
net-p2p | ||
news | ||
palm | ||
polish | ||
ports-mgmt | ||
portuguese | ||
russian | ||
science | ||
security | ||
shells | ||
sysutils | ||
Templates | ||
textproc | ||
Tools | ||
ukrainian | ||
vietnamese | ||
www | ||
x11 | ||
x11-clocks | ||
x11-drivers | ||
x11-fm | ||
x11-fonts | ||
x11-servers | ||
x11-themes | ||
x11-toolkits | ||
x11-wm | ||
.arcconfig | ||
.gitattributes | ||
.gitauthors | ||
.gitignore | ||
.gitmessage | ||
CHANGES | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
GIDs | ||
LEGAL | ||
Makefile | ||
MOVED | ||
README | ||
UIDs | ||
UPDATING |
This is the FreeBSD Ports Collection. For an easy to use WEB-based interface to it, please see: https://www.FreeBSD.org/ports For general information on the Ports Collection, please see the FreeBSD Handbook ports section which is available from: https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/ports.html for the latest official version or: The ports(7) manual page (man ports). These will explain how to use ports and packages. If you would like to search for a port, you can do so easily by saying (in /usr/ports): make search name="<name>" or: make search key="<keyword>" which will generate a list of all ports matching <name> or <keyword>. make search also supports wildcards, such as: make search name="gtk*" For information about contributing to FreeBSD ports, please see the Porter's Handbook, available at: https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/porters-handbook/ NOTE: This tree will GROW significantly in size during normal usage! The distribution tar files can and do accumulate in /usr/ports/distfiles, and the individual ports will also use up lots of space in their work subdirectories unless you remember to "make clean" after you're done building a given port. /usr/ports/distfiles can also be periodically cleaned without ill-effect.