aboutsummaryrefslogtreecommitdiff
path: root/databases/php80-pdo_firebird
Commit message (Collapse)AuthorAgeFilesLines
* lang/php80: SunsetMuhammad Moinur Rahman2023-12-311-9/+0
|
* lang/php80: Update version 8.0.26=>8.0.27Muhammad Moinur Rahman2023-01-101-1/+0
| | | | | | | Approved by: tz (private email) MFH: 2023Q1 Relnotes: https://www.php.net/ChangeLog-8.php#8.0.27 Sponsored by: Bounce Experts
* databases/*: bump PORTREVISIONs of ports depending on firebirdRene Ladan2022-12-311-0/+1
|
* *: fix tab vs. space issues, and comments according to the guide.Jimmy Olgeni2021-10-161-1/+1
|
* lang/php80: Update from 8.0.7 to 8.0.8Torsten Zuehlsdorff2021-07-051-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog: Core: Fixed bug #81076 (incorrect debug info on Closures with implicit binds). Fixed bug #81068 (Double free in realpath_cache_clean()). Fixed bug #76359 (open_basedir bypass through adding ".."). Fixed bug #81090 (Typed property performance degradation with .= operator). Fixed bug #81070 (Integer underflow in memory limit comparison). Fixed bug #81122 (SSRF bypass in FILTER_VALIDATE_URL). (CVE-2021-21705) Bzip2: Fixed bug #81092 (fflush before stream_filter_remove corrupts stream). Fileinfo: Fixed bug #80197 (implicit declaration of function 'magic_stream' is invalid). GMP: Fixed bug #81119 (GMP operators throw errors with wrong parameter names). OCI8: Fixed bug #81088 (error in regression test for oci_fetch_object() and oci_fetch_array()). Opcache: Fixed bug #81051 (Broken property type handling after incrementing reference). Fixed bug #80968 (JIT segfault with return from required file). OpenSSL: Fixed bug #76694 (native Windows cert verification uses CN as sever name). MySQLnd: Fixed bug #80761 (PDO uses too much memory). PDO_Firebird: Fixed bug #76448 (Stack buffer overflow in firebird_info_cb). (CVE-2021-21704) Fixed bug #76449 (SIGSEGV in firebird_handle_doer). (CVE-2021-21704) Fixed bug #76450 (SIGSEGV in firebird_stmt_execute). (CVE-2021-21704) Fixed bug #76452 (Crash while parsing blob data in firebird_fetch_blob). (CVE-2021-21704) readline: Fixed bug #72998 (invalid read in readline completion). Standard: Fixed bug #81048 (phpinfo(INFO_VARIABLES) "Array to string conversion"). Fixed bug #77627 (method_exists on Closure::__invoke inconsistency). Windows: Fixed bug #81120 (PGO data for main PHP DLL are not used). Sponsored by: Bounce Experts
* databases/firebird25-*: Bump PORTREVISION of dependant portsJose Alonso Cardenas Marquez2021-05-221-0/+2
|
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Welcome PHP 8.0 RC 2 to the ports treeTorsten Zuehlsdorff2020-10-211-0/+11
There are many greater changes including: - json is now part of core - xmlrpc is removed - More than 150 backward incompatible changes Have a look at: https://github.com/php/php-src/blob/php-8.0.0RC2/UPGRADING Reviewed by: ale, mfechner, Pascal Christen Sponsored by: PHP Update Service Differential Revision: https://reviews.freebsd.org/D26848 Notes: svn path=/head/; revision=552906