This repository has been archived on 2020-03-30. You can view files and clone it, but cannot push or open issues or pull requests.
ext-collections/config.w32

6 lines
201 B
Plaintext
Raw Normal View History

2018-03-21 08:21:28 +00:00
ARG_ENABLE("collections", "enable collections support", "no");
if (PHP_COLLECTIONS != "no") {
2018-03-23 14:17:09 +00:00
EXTENSION("collections", "src/collections.c src/collections_me.c src/collections_methods.c", true);
2018-03-21 08:21:28 +00:00
}