Skip to content

Commit

Permalink
misc small updates
Browse files Browse the repository at this point in the history
  • Loading branch information
deminy committed Aug 30, 2022
1 parent 1026290 commit 7d5465b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ For more information, visit his website at <http://www.daemonology.net/bsdiff/>.

* PHP 7.2 to PHP 8.x
* BZip2 1.0+
* Linux, macOS, or Windows

## Installation

Expand Down
6 changes: 3 additions & 3 deletions config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ if (PHP_BZ2 != "no") {
ARG_ENABLE('bsdiff', 'Whether to enable bsdiff support', 'no');

if (PHP_BSDIFF != 'no') {
AC_DEFINE('HAVE_BSDIFF', 1, 'bsdiff support enabled');
AC_DEFINE('HAVE_BSDIFF', 1, 'bsdiff support enabled');

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

0 comments on commit 7d5465b

Please sign in to comment.