History log of /PHP-8.2/ext/dom/tests/bug77569.phpt (Results 1 – 4 of 4)
Revision Date Author Comments
# bd9f4fa6 22-Mar-2021 Max Semenik

Migrate skip checks to --EXTENSIONS--, p2

For rationale, see https://github.com/php/php-src/pull/6787

Make extension checks lowercase, add a special case for opcache
that has in

Migrate skip checks to --EXTENSIONS--, p2

For rationale, see https://github.com/php/php-src/pull/6787

Make extension checks lowercase, add a special case for opcache
that has internal name not matching .so filename.

Extensions migrated in part 2:
* dom
* exif
* fileinfo
* ffi

show more ...


# 8fef83dd 19-Apr-2020 George Peter Banyard

Promote warnings to error in DOM extension

Closes GH-5418


# 8308196c 14-Feb-2020 Christoph M. Becker

Fix typo in recent bugfix


# cec8b24c 13-Feb-2020 Christoph M. Becker

Fix #77569: Write Acess Violation in DomImplementation

We must not assume that the zval IS_STRING.