Skip to content

🦣 服务器应用程序编程接口 (SAPI) 是 Zend Engine 的入口点。嵌入的 SAPI 是一种轻量级 SAPI,用于从 C 或其他具有 C 绑定的语言调用 Zend Engine。

Notifications You must be signed in to change notification settings

workbunny/static-php-embed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STATIC-PHP-EMBED

要求linux

sudo apt update
sudo apt install gcc make xxd

ctype,fileinfo,mbstring,tokenizer,phar

示例

demo.php

<?php

echo "你好世界,hello!\n";

编译

# 编译demo.php文件 为 php
./php-compile/compile.sh demo.php php
# 运行php
./php

结果

你好世界,hello!

About

🦣 服务器应用程序编程接口 (SAPI) 是 Zend Engine 的入口点。嵌入的 SAPI 是一种轻量级 SAPI,用于从 C 或其他具有 C 绑定的语言调用 Zend Engine。

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published