Skip to content

Commit

Permalink
Build windows binaries with FFI
Browse files Browse the repository at this point in the history
  • Loading branch information
larryTheCoder committed May 25, 2024
1 parent 1fb47ea commit 84d0806
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ call configure^
--with-crypto=shared^
--with-curl^
--with-dom^
--with-ffi^
--with-gd=shared^
--with-gmp^
--with-iconv^
Expand Down Expand Up @@ -475,6 +476,7 @@ if "%PM_VERSION_MAJOR%" geq "5" (
(echo opcache.optimization_level=0x7FFEBFFF)>>"%php_ini%"
(echo opcache.cache_id=PHP_BINARY ;prevent sharing SHM between different binaries - they won't work because of ASLR)>>"%php_ini%"
(echo ;Optional extensions, supplied for plugin use)>>"%php_ini%"
(echo extension=php_ffi.dll)>>"%php_ini%"
(echo extension=php_fileinfo.dll)>>"%php_ini%"
(echo extension=php_gd.dll)>>"%php_ini%"
(echo extension=php_grpc.dll)>>"%php_ini%"
Expand Down

0 comments on commit 84d0806

Please sign in to comment.