Skip to content

Commit 7d5465b

Browse files
committed
misc small updates
1 parent 1026290 commit 7d5465b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ For more information, visit his website at <http://www.daemonology.net/bsdiff/>.
1515

1616
* PHP 7.2 to PHP 8.x
1717
* BZip2 1.0+
18+
* Linux, macOS, or Windows
1819

1920
## Installation
2021

config.w32

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ if (PHP_BZ2 != "no") {
1212
ARG_ENABLE('bsdiff', 'Whether to enable bsdiff support', 'no');
1313

1414
if (PHP_BSDIFF != 'no') {
15-
AC_DEFINE('HAVE_BSDIFF', 1, 'bsdiff support enabled');
15+
AC_DEFINE('HAVE_BSDIFF', 1, 'bsdiff support enabled');
1616

17-
PHP_INSTALL_HEADERS("ext/bsdiff", "php_bsdiff.h bsdiff.h bspatch.h");
18-
EXTENSION('bsdiff', 'php_bsdiff.c bsdiff.c bspatch.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
17+
PHP_INSTALL_HEADERS("ext/bsdiff", "php_bsdiff.h bsdiff.h bspatch.h");
18+
EXTENSION('bsdiff', 'php_bsdiff.c bsdiff.c bspatch.c', null, '/DZEND_ENABLE_STATIC_TSRMLS_CACHE=1');
1919
}

0 commit comments

Comments
 (0)