Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is PHP Embed and SAPI (Server abstraction API) #439

Open
khs1994 opened this issue Apr 17, 2018 · 3 comments
Open

What is PHP Embed and SAPI (Server abstraction API) #439

khs1994 opened this issue Apr 17, 2018 · 3 comments
Labels

Comments

@khs1994
Copy link
Member

khs1994 commented Apr 17, 2018

@khs1994
Copy link
Member Author

khs1994 commented Apr 17, 2018

SAPI 是 PHP 框架的接口层,它是进入 PHP 内部的入口。PHP 中实现的 SAPI 有很多,比较典型的有:

  • CLI
  • FPM
  • Embed
  • ISAPI (IIS) (废弃好久了 php53)
  • Apache2handler (mod_php7)
  • Cgi
  • Phpdbg
  • litespeed

@khs1994
Copy link
Member Author

khs1994 commented Apr 17, 2018

@khs1994 khs1994 changed the title [Tips] PHP Embed [Tips] PHP Embed ? SAPI (Server abstraction API) Apr 17, 2018
@khs1994
Copy link
Member Author

khs1994 commented Apr 17, 2018

@khs1994 khs1994 changed the title [Tips] PHP Embed ? SAPI (Server abstraction API) What is PHP Embed and SAPI (Server abstraction API) Aug 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant