(no title)
kdunglas | 1 year ago
But for PHP, it's even simpler: PHP is available as a C library, and we just use it. (libphp can be embedded using static compilation, or used as a dynamic library, we support both).
kdunglas | 1 year ago
But for PHP, it's even simpler: PHP is available as a C library, and we just use it. (libphp can be embedded using static compilation, or used as a dynamic library, we support both).
eru|1 year ago
Yes, but that's completely independent from whether / how you embed the scripts? (Which you do via the the procedure described in your first link?)
Btw, how does your version of PHP compare to Facebook's Hack? I had opportunity to use Hack a few years ago, and I think it's the best language they could have made (from PHP as the fixed starting point).