I would like to use the php yaml extension, which is on PECL, but not in the extensions included with the runtime. Which version do I need to put into the ext directory for my chosen runtime? 32bit vs 64, thread safe ve non-thread safe?
Place your extension files here:
C:\Program Files (x86)\GDG Software\ExeOutput for PHP 2024\PHPRuntimeXX\ext
Then, ExeOutput should recognize the PHP extension.
Make sure you use the 32-bit 8.X NTS version of the DLL.
Then, right click in the DLL in the PHP Extension list:
Choose “Compile into the EXE” or “Copy in the Data \ext subfolder”. In the last case, place all remaining extension files into the folder “Data\ext” that lies in the same directory as the output EXE file.