Skip to content

Commit 22a6d35

Browse files
committed
declare windows as officially unsupported (since currently broken anyways)
1 parent af22796 commit 22a6d35

File tree

3 files changed

+11
-111
lines changed

3 files changed

+11
-111
lines changed

README.Win32.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The V8Js PHP extension is primarily targeted at Unix platforms, especially
55
GNU/Linux. However it is possible (and supported) to build on Windows, using
66
Microsoft Visual Studio.
77

8+
9+
**These instructions are pretty dated, and Windows is not currently a officially supported target of php-v8js.**
10+
If you would like to make it work again, feel free to do so and provide Pull Requests as you see fit.
11+
12+
813
Building with MinGW or Cygwin is not officially supported; mainly since
914
Google v8 does not support builds on Cygwin (and building it on Cygwin is
1015
currently broken).

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ V8Js
22
====
33

44
[![Build Status](https://travis-ci.org/phpv8/v8js.svg?branch=php7)](https://travis-ci.org/phpv8/v8js)
5-
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/gr8fkq8c08s06h31/branch/php7?svg=true)](https://ci.appveyor.com/project/stesie/v8js)
65
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/phpv8/v8js/master/LICENSE)
76
[![Join the chat at https://gitter.im/phpv8/v8js](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/phpv8/v8js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
87

@@ -37,6 +36,12 @@ Minimum requirements
3736
This embedded implementation of the V8 engine uses thread locking so it works with ZTS enabled.
3837

3938

39+
Windows is currently *not* officially supported. Mostly since I don't have the time to
40+
maintain support for it myself, and don't really have Windows boxes to try things with.
41+
It would be great if someone could step up and fix things on Windows, provide pre-build V8
42+
binaries, etc.
43+
44+
4045
Pre-built binaries
4146
------------------
4247

@@ -52,8 +57,6 @@ You might want to install these and compile V8Js based on them.
5257
There also is a Heroku extension pack that has recent V8Js versions for PHP 7.x, see
5358
[@stesie's blog post](https://stesie.github.io/2016/03/heroku-custom-platform-repo) for details.
5459

55-
64-bit binaries for Windows [are made available by Jan-E here](https://www.apachelounge.com/viewtopic.php?t=6359).
56-
5760

5861
Compiling latest version
5962
------------------------

appveyor.yml

-108
This file was deleted.

0 commit comments

Comments
 (0)