Commit Graph

4 Commits

Author SHA1 Message Date
Alex Palaistras 3fd7b8c18d Fix static compilation for Docker environment
It's unfortunate that Debian packages do not contain symbolic links for base libraries to their
versioned counterparts, and we need to install the `-dev` packages for that. All required packages
are now included in the Docker image's runtime dependencies, and the `static` build tag is made to
include the correct ones.
2018-06-04 10:42:52 +01:00
Alex Palaistras dcdb07961f Rename base package from `engine` to `php` 2017-01-28 20:57:39 +00:00
Alex Palaistras 7320fffdf5 Bump year to 2017 2017-01-28 17:06:12 +00:00
Alex Palaistras 2b9857b73a Move workspace from "engine" directory to repository root
The initial rationale behind pushing all files into a subdirectory was keeping
the repository root clean, however there's probably better, and move meaningful
ways of doing so (splitting `engine`, `context`, and `value` to separate
packages, moving all `.c` files into the `src` directory etc.
2017-01-28 17:01:05 +00:00