fix: add cgo build tags to FrankenPHP files, add .gitignore
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
e546fa438e
commit
e894e4b5bc
3 changed files with 5 additions and 0 deletions
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
bin/
|
||||
2
env.go
2
env.go
|
|
@ -1,3 +1,5 @@
|
|||
//go:build cgo
|
||||
|
||||
package php
|
||||
|
||||
import (
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
//go:build cgo
|
||||
|
||||
// Package php provides FrankenPHP embedding for Go applications.
|
||||
// Serves a Laravel application via the FrankenPHP runtime, with support
|
||||
// for Octane worker mode (in-memory, sub-ms responses) and standard mode
|
||||
|
|
|
|||
Reference in a new issue