History log of /PHP-8.2/ext/exif/tests/bug78793.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# f320c356 15-Nov-2023 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Use __DIR__-relative path in tests

Otherwise we can't run them from another directory, they'll fail
instead.


# 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 ...


# c14eb8de 16-Dec-2019 Stanislav Malyshev

Fix bug #78793