-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add PHP static PIE ELF build #78
base: master
Are you sure you want to change the base?
Conversation
When trying to run it we encountered this issue : unikraft/unikraft#611 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, @gabryon99 , see my comments.
php/.gitignore
Outdated
@@ -0,0 +1 @@ | |||
/php-* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add trailing newline
* libxml2 development files | ||
* libsqlite3 development files | ||
|
||
On Ubuntu, you can install these using: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
On Ubuntu, you can install these using: | |
On Ubuntu, you can install these using: | |
php/README.md
Outdated
|
||
The scripts downloads, unpack, patches and build the `php` static PIE ELF file. | ||
|
||
## Running |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Running | |
## Run |
``` | ||
./php helloworld.php | ||
``` | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
php/helloworld.php
Outdated
@@ -0,0 +1 @@ | |||
<? echo "Hello world!\n" ?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add trailing new line.
50 hackathon points awarded |
Signed-off-by: Mathéo Vergnolle <[email protected]> Signed-off-by: Gabriele Pappalardo <[email protected]> Co-authored-by: Alessandro Grassi <[email protected]> Co-authored-by: Alberto Zurini <[email protected]> Co-authored-by: Federico Bertossi <[email protected]>
No description provided.