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

Commit

Permalink
Drop official windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
pinepain committed Mar 8, 2018
1 parent be86d56 commit ecd794c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 100 deletions.
5 changes: 0 additions & 5 deletions README.md
Expand Up @@ -173,11 +173,6 @@ to add it to your project.
$ brew install php72 php72-ref
$ php --ri ref

### Windows

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

### Building from sources

git clone https://github.com/pinepain/php-ref.git
Expand Down
93 changes: 0 additions & 93 deletions appveyor.yml

This file was deleted.

5 changes: 3 additions & 2 deletions config.w32
@@ -1,5 +1,6 @@
ARG_ENABLE("ref", "enable ref support", "no");
#ARG_ENABLE("ref", "enable ref support", "no");

if (PHP_REF != "no") {
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");
EXTENSION("ref", "ref.c", PHP_REF_SHARED, "/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
}
``

0 comments on commit ecd794c

Please sign in to comment.