History log of /php-src/ext/zend_test/tests/observer_declarations_file_cache.phpt (Results 1 – 3 of 3)
Revision Date Author Comments
# e7462bff 02-Apr-2024 Bob Weinand

Run one testsuite with observers enabled in CI (#13869)

Signed-off-by: Bob Weinand <bobwei9@hotmail.com>


# 2b5aac93 01-Mar-2023 Ilija Tovilo

Fix unescaped {TMP} variables in tests

On Windows {TMP} can return ~, which will result in a parse error


# 6622c54c 15-Sep-2022 Ilija Tovilo

Fix class link observer with file_cache_only=1

Previously, notify would only get called on classes with CE_CACHE.
However, during compilation class names are non-permanent which won't

Fix class link observer with file_cache_only=1

Previously, notify would only get called on classes with CE_CACHE.
However, during compilation class names are non-permanent which won't
get a CE_CACHE and thus wouldn't not get notified.

Closes GH-9550

show more ...