Skip to content

Commit

Permalink
Remove shared FFI extension
Browse files Browse the repository at this point in the history
  • Loading branch information
larryTheCoder committed May 25, 2024
1 parent 3693f9d commit e212d48
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,6 @@ 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 e212d48

Please sign in to comment.