Go wrapper around the PH7 PHP engine
Go to file
Brandon Dyck 5bc4967b63 Fixed use-after-free bug from AddImportPath 2022-11-28 23:59:12 -07:00
testdata Wrapped ph7_compile_file 2022-11-27 11:31:44 -07:00
cgo.c Wrapped PH7_VM_CONFIG_IMPORT_PATH 2022-11-28 10:06:31 -07:00
cgo.h Wrapped PH7_VM_CONFIG_IMPORT_PATH 2022-11-28 10:06:31 -07:00
go.mod Send output to an io.Writer 2022-11-25 00:56:56 -07:00
go.sum Send output to an io.Writer 2022-11-25 00:56:56 -07:00
ph7.c Run a PHP hello world script 2022-11-24 18:58:10 -07:00
ph7.go Fixed use-after-free bug from AddImportPath 2022-11-28 23:59:12 -07:00
ph7.h Run a PHP hello world script 2022-11-24 18:58:10 -07:00
ph7_test.go Simplified CreateFunction 2022-11-28 11:58:05 -07:00