non port: lang/php81/distinfo |
SVNWeb
|
Number of commits found: 20 |
Sat, 13 May 2023
|
[ 19:45 Muhammad Moinur Rahman (bofh) ] 405eece
lang/php81: Update version 8.1.18=>8.1.19
Changelog: https://www.php.net/ChangeLog-8.php#8.1.19
Sponsored by: Bounce Experts
|
Fri, 14 Apr 2023
|
[ 17:32 Muhammad Moinur Rahman (bofh) ] 1ba4b37
lang/php81: Update version 8.1.7=>8.1.8
Changelog: https://www.php.net/ChangeLog-8.php#8.1.18
Sponsored by: Bounce Experts
|
Sun, 19 Mar 2023
|
[ 22:06 Muhammad Moinur Rahman (bofh) ] 965685c
lang/php81: Update version 8.1.16=>8.1.17
Changelog: https://www.php.net/ChangeLog-8.php#8.1.17
Sponsored by: Bounce Experts
|
Wed, 15 Feb 2023
|
[ 23:31 Muhammad Moinur Rahman (bofh) ] 0ccd514
lang/php81: Fix fetch
Upstream has re-rolled the dist for this version. This only affects
lang/php81 and not other versions of php8*. For more details please see
the following:
https://news-web.php.net/php.announce/349
Just to be confirmed that noone is using an older version as the CDN
caches might still hold the older versions bumping the PORTREVISION.
Sponsored by: Bounce Experts
|
[ 17:30 Muhammad Moinur Rahman (bofh) ] 42ceff5
lang/php81: Update version 8.1.15=>8.1.16
Changelog: https://www.php.net/ChangeLog-8.php#8.1.16
Sponsored by: Bounce Experts
|
Tue, 7 Feb 2023
|
[ 19:58 Muhammad Moinur Rahman (bofh) ] 92d331f
lang/php81: Update version 8.1.14=>8.1.15
Changelog: https://www.php.net/ChangeLog-8.php#8.1.15
MFH: 2023Q1
Sponsored by: Bounce Experts
|
Tue, 10 Jan 2023
|
[ 00:07 Muhammad Moinur Rahman (bofh) ] 506592e
lang/php81: Update version 8.1.13=>8.1.14
MFH: 2023Q1
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.14
Sponsored by: Bounce Experts
|
Fri, 25 Nov 2022
|
[ 12:38 Muhammad Moinur Rahman (bofh) ] d2dcb06
lang/php81: Update version 8.1.12=>8.1.13
* CLI:
- Fixed bug GH-9709 (Null pointer dereference with -w/-s options).
* Core:
- Fixed bug GH-9752 (Generator crashes when interrupted during
argument evaluation with extra named params).
- Fixed bug GH-9801 (Generator crashes when memory limit is exceeded
during initialization).
- Fixed potential NULL pointer dereference Windows shm*() functions.
- Fixed bug GH-9750 (Generator memory leak when interrupted during
argument evaluation.
* Date:
- Fixed bug GH-9763 (DateTimeZone ctr mishandles input and adds null
byte if the argument is an offset larger than 100*60 minutes). (Only the first 15 lines of the commit message are shown above )
|
Sat, 29 Oct 2022
|
[ 19:49 Muhammad Moinur Rahman (bofh) ] d6b8aa7
lang/php81: Update version 8.1.11=>8.1.12
* Core:
- Fixes segfault with Fiber on FreeBSD i386 architecture.
* Fileinfo:
- Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2
files).
* GD:
- Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630)
* Hash:
- Fixed bug #81738: buffer overflow in hash_update() on long parameter
(CVE-2022-37454)
* MBString:
- Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in (Only the first 15 lines of the commit message are shown above )
|
Sat, 1 Oct 2022
|
[ 23:38 Muhammad Moinur Rahman (bofh) ] 0101553
lang/php81: Update version 8.1.10=>8.1.11
* Core:
- Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
(CVE-2022-31628)
- Fixed bug #81727: Don't mangle HTTP variable names that clash with
ones that have a specific semantic meaning. (CVE-2022-31629)
- Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function) (Tim
Starling)
- Fixed bug GH-9361 (Segmentation fault on script exit #9379).
- Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and
class constants in constant expressions).
* DOM:
- Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double
free). (Only the first 15 lines of the commit message are shown above )
|
Sat, 3 Sep 2022
|
[ 12:36 Muhammad Moinur Rahman (bofh) ] e4b9a07
lang/php81: Update version 8.1.9=>8.1.10
* Core:
- Fixed --CGI-- support of run-tests.php.
- Fixed incorrect double to long casting in latest clang.
- Fixed bug GH-9266 (GC root buffer keeps growing when dtors are
present).
* Date:
- Fixed bug GH-8730 (DateTime::diff miscalculation is same time zone
of different type).
- Fixed bug GH-8964 (DateTime object comparison after applying delta
less than 1 second).
- Fixed bug GH-9106: (DateInterval 1.5s added to DateTimeInterface is
rounded down since PHP 8.1.0).
- Fixed bug #81263 (Wrong result from DateTimeImmutable::diff). (Only the first 15 lines of the commit message are shown above )
|
Sat, 6 Aug 2022
|
[ 21:57 Muhammad Moinur Rahman (bofh) ] 62f3962
lang/php81: Update version 8.1.8=>8.1.9
CLI:
- Fixed potential overflow for the builtin server via the
PHP_CLI_SERVER_WORKERS environment variable.
- Fixed GH-8952 (Intentionally closing std handles no longer possible).
Core:
- Fixed bug GH-8923 (error_log on Windows can hold the file write lock).
- Fixed bug GH-8995 (WeakMap object reference offset causing TypeError).
Date:
- Fixed bug #80047 (DatePeriod doesn't warn with custom
DateTimeImmutable).
FPM:
- Fixed zlog message prepend, free on incorrect address.
- Fixed possible double free on configuration loading failure. (Heiko (Only the first 15 lines of the commit message are shown above )
|
Sat, 9 Jul 2022
|
[ 02:41 Muhammad Moinur Rahman (bofh) ] 0f0109c
lang/php81: Update version 8.1.7=>8.1.8
- Add STRIP_CMD for some binaries and libs [1]
Reported by: sunpoet [1]
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.8
Sponsored by: Bounce Experts
|
Fri, 10 Jun 2022
|
[ 14:25 Muhammad Moinur Rahman (bofh) ] cc0881b
lang/php81: Update version 8.1.6=>8.1.7
- CLI:
* Fixed bug #8575 (CLI closes standard streams too early).
- Date:
* Fixed bug #51934 (strtotime plurals / incorrect time).
* Fixed bug #51987 (Datetime fails to parse an ISO 8601 ordinal date
(extended format)).
* Fixed bug #66019 (DateTime object does not support short ISO 8601
time format - YYYY-MM-DDTHH)
* Fixed bug #68549 (Timezones and offsets are not properly used when
working with dates)
* Fixed bug #81565 (date parsing fails when provided with timezones
including seconds).
* Fixed bug #7758 (Problems with negative timestamps and fractions). (Only the first 15 lines of the commit message are shown above )
|
Fri, 13 May 2022
|
[ 18:56 Muhammad Moinur Rahman (bofh) ] 716c177
lang/php81: Update version 8.1.5=>8.1.6
* Core:
Fixed bug #8310 (Registry settings are no longer recognized).
Fixed potential race condition during resource ID allocation.
Fixed bug #8133 (Preloading of constants containing arrays with enums
segfaults).
Fixed Haiku ZTS builds.
* Date:
Fixed bug #7752 (DateTimeZone::getTransitions() returns insufficient
data).
Fixed bug #8108 (Timezone doesn't work as intended).
Fixed bug #81660 (DateTimeZone::getTransitions() returns invalid data)
Fixed bug #8289 (Exceptions thrown within a yielded from iterator are
not rethrown into the generator). (Only the first 15 lines of the commit message are shown above )
|
Fri, 15 Apr 2022
|
[ 22:31 Torsten Zuehlsdorff (tz) ] 384fd72
lang/php81: Upgrade from 8.1.4 to 8.1.5
Changelog:
Core:
Fixed bug #8176 (Enum values in property initializers leak).
Fixed freeing of internal attribute arguments.
Fixed bug #8070 (memory leak of internal function attribute hash).
Fixed bug #8160 (ZTS support on Alpine is broken).
Filter:
Fixed signedness confusion in php_filter_validate_domain().
Intl:
Fixed bug #8115 (Can't catch arg type deprecation when instantiating
Intl classes).
Fixed bug #8142 (Compilation error on cygwin).
Fixed bug #7734 (Fix IntlPartsIterator key off-by-one error and first
key). (Only the first 15 lines of the commit message are shown above )
|
Fri, 18 Mar 2022
|
[ 00:59 Muhammad Moinur Rahman (bofh) ] 9857dba
lang/php81: Update version 8.1.3=>8.1.4
Core:
Fixed Haiku ZTS build.
Fixed bug #8059 arginfo not regenerated for extension.
Fixed bug #8083 Segfault when dumping uncalled fake closure with
static variables.
Fixed bug #7958 (Nested CallbackFilterIterator is leaking memory).
Fixed bug #8074 (Wrong type inference of range() result).
Fixed bug #8140 (Wrong first class callable by name optimization).
Fixed bug #8082 (op_arrays with temporary run_time_cache leak memory
when observed).
GD:
Fixed libpng warning when loading interlaced images.
FPM: (Only the first 15 lines of the commit message are shown above )
|
Fri, 18 Feb 2022
|
[ 14:23 Muhammad Moinur Rahman (bofh) ] 261cc2f
lang/php81: Update version 8.1.2=>8.1.3
Core:
Fixed bug #81430 (Attribute instantiation leaves dangling pointer).
Fixed bug #7896 (Environment vars may be mangled on Windows).
Fixed bug #7883 (Segfault when INI file is not readable).
FFI:
Fixed bug #7867 (FFI::cast() from pointer to array is broken).
Filter:
Fix #81708: UAF due to php_filter_float() failing for ints. (CVE-2021-21708)
FPM:
Fixed memory leak on invalid port.
Fixed bug #7842 (Invalid OpenMetrics response format returned by FPM status
page.
MBString:
Fixed bug #7902 (mb_send_mail may delimit headers with LF only). (Only the first 15 lines of the commit message are shown above )
|
Fri, 21 Jan 2022
|
[ 14:35 Muhammad Moinur Rahman (bofh) ] ead2e6c
lang/php81: Update version 8.1.1=>8.1.2
- Remove references to defunct php72
- Change to CONFLICTS_INSTALL for regex pattern to avoid changing while
updating/adding major versions. [1]
- Core:
* Fixed bug #81216 (Nullsafe operator leaks dynamic property name).
* Fixed bug #81684 (Using null coalesce assignment with
$GLOBALS["x"] produces opcode error).
* Fixed bug #81656 (GCC-11 silently ignores -R).
* Fixed bug #81683 (Misleading "access type ... must be public"
error message on final or abstract interface methods).
* Fixed bug #81585 (cached_chunks are not counted to real_size on
shutdown). (Only the first 15 lines of the commit message are shown above )
|
Wed, 29 Dec 2021
|
[ 02:09 Muhammad Moinur Rahman (bofh) ] 44e99de (Only the first 10 of 110 ports in this commit are shown above. )
Add php81 to the tree
Core:
Fixed inclusion order for phpize builds on Windows.
Added missing hashtable insertion APIs for arr/obj/ref.
Implemented FR #77372 (Relative file path is removed from uploaded
file).
Fixed bug #81607 (CE_CACHE allocation with concurrent access).
Fixed bug #81507 (Fiber does not compile on AIX).
Fixed bug #78647 (SEGFAULT in zend_do_perform_implementation_check).
Fixed bug #81518 (Header injection via default_mimetype / default_charset).
Fixed bug #75941 (Fix compile failure on Solaris with clang).
Fixed bug #81380 (Observer may not be initialized properly).
Fixed bug #81514 (Using Enum as key in WeakMap triggers GC + SegFault).
Fixed bug #81520 (TEST_PHP_CGI_EXECUTABLE badly set in run-tests.php). (Only the first 15 lines of the commit message are shown above )
|
Number of commits found: 20 |