Skip to content

Commit 73bbe28

Browse files
authored
Add PHP SDK 2.0 for PHP 7.*+
1 parent 8b11ce1 commit 73bbe28

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.WIN32-BUILD-SYSTEM

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,10 @@ Parts which are only necessary for a specific PHP version, are marked as such.
2222
* Make sure it is in the PATH, as for example below:
2323
setx path "%path%;c:\path-to-php\"
2424

25-
* Install PHP SDK: http://windows.php.net/downloads/php-sdk/
25+
* Install PHP SDK for PHP 5.6: http://windows.php.net/downloads/php-sdk/
2626
(Currently `php-sdk-binary-tools-20110915.zip` is the newest):
2727
setx php_sdk "c:\path-to-php-sdk"
28+
* Install PHP SDK 2.0 for PHP 7.0+: https://github.com/OSTC/php-sdk-binary-tools
2829

2930
* Download PHP Developer Pack(NTS!): http://windows.php.net/downloads/releases/
3031
(Or build it yourself with `--enable-debug --disable-zts` and `nmake build-devel`,

0 commit comments

Comments
 (0)