gabrielrcouto / php-gui

Extensionless PHP Graphic User Interface library
2.24k stars 175 forks source link

Escape JSON strings, add more supported OS versions (x32/x64) #192

Open DubbaThony opened 2 years ago

DubbaThony commented 2 years ago

Lazarus: escape json strings, add cross-compile targets to project settings, re-compiled binaries for all supported systems. Add support for 64-bit MacOs, 32 bit Linux, 32 bit freeBSD, 32 bit Windows

Php code: Application.php updated how lazarus binary is found, added assertion if binary exists.

This fixes #191