Skip to content
This repository was archived by the owner on Jul 7, 2018. It is now read-only.

Commit ecd794c

Browse files
committed
Drop official windows support
1 parent be86d56 commit ecd794c

File tree

3 files changed

+3
-100
lines changed

3 files changed

+3
-100
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -173,11 +173,6 @@ to add it to your project.
173173
$ brew install php72 php72-ref
174174
$ php --ri ref
175175

176-
### Windows
177-
178-
Windows builds can be found at [php-ref Appveyor build page](https://ci.appveyor.com/project/pinepain/php-ref).
179-
Pick artifacts from build which match your platform (x86 or x64), PHP release.major version and thread safety (ZTS or NTS).
180-
181176
### Building from sources
182177

183178
git clone https://github.com/pinepain/php-ref.git

appveyor.yml

Lines changed: 0 additions & 93 deletions
This file was deleted.

config.w32

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
ARG_ENABLE("ref", "enable ref support", "no");
1+
#ARG_ENABLE("ref", "enable ref support", "no");
22

33
if (PHP_REF != "no") {
4-
EXTENSION("ref", "ref.c php_ref_notifier_exception.c php_ref_reference.c php_ref_functions.c", PHP_REF_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
4+
EXTENSION("ref", "ref.c", PHP_REF_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
55
}
6+
``

0 commit comments

Comments
 (0)