Standalone php cli? #58
Closed
crazywhalecc
started this conversation in
Ideas
Replies: 3 comments 19 replies
-
如果有一份加密PHP代码的 第三方扩展源代码(c语言) 能不能编译到 二进制PHP文件内? 我觉得二进制 + 加密 缺一不可 |
Beta Was this translation helpful? Give feedback.
19 replies
-
May I know update status for this discussion? like ioncube extension |
Beta Was this translation helpful? Give feedback.
0 replies
-
Fixed by #592 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Making a binary that not static but only linking glibc. It can be used as a normal binary to add other dynamic linked extension, such as xdebug, source guardian, libffi, etc.
This is only for linux OS discussion. Is it good for forking repo to make a
standalone-php-cli
?Beta Was this translation helpful? Give feedback.
All reactions