Commit Graph

9 Commits

Author SHA1 Message Date
Timm Friebe f7137ab328 Use old signature for engine_log_message w/ PHP < 7.1
See https://github.com/deuill/go-php/pull/58#issuecomment-426009629
2018-10-01 20:19:14 +02:00
Timm Friebe 129846f6ee Fix "warning: initialization from incompatible pointer type" 2018-10-01 20:09:50 +02: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
Alex Palaistras 7f797605e9 Split code into seperate directories. 2015-10-02 00:48:33 +01:00
Alex Palaistras c19061affc Rename PHP engine internal name. 2015-09-26 20:41:02 +01:00
Alex Palaistras b410005a91 Remove extraneous includes. 2015-09-22 21:57:10 +01:00
Alex Palaistras 403a114ef2 Move context write method to `context.c`. 2015-09-19 21:12:32 +01:00
Alex Palaistras bd0f41e3d5 Initial commit of entire workspace
Code was seperated out from the Sigil web application framework.
https://github.com/deuill/sigil
2015-09-17 22:22:07 +01:00