summaryrefslogtreecommitdiffstats
path: root/tembed.c
blob: 03513e7bbc3d68a08704e69dd34c62b272597c34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include <stdio.h>
#include <php_embed.h>

int main (int argc, char*argv[]) {
    PHP_EMBED_START_BLOCK(argc, argv)
    zval    ver;
    zend_eval_string("phpversion();", &ver, "Get version" TSRMLS_CC);
    convert_to_string(&ver);
    php_printf("Build PHP Version: %s\n", PHP_VERSION);
    php_printf("Running PHP Version: %s\n", Z_STRVAL(ver));
    //zval_dtor(&ver);
    PHP_EMBED_END_BLOCK()
    
    return 0;
}
pms/lib/vips.git/commit/?id=fb5d4becffb47758c07e1c3f7edce99699b463ec'>minorRemi Collet2017-10-021-2/+2 * v8.6.0alpha5Remi Collet2017-10-024-3/+1370 * update to 8.6.0-alpha4Remi Collet2017-09-115-3/+1303 * v8.6.0-alpha3Remi Collet2017-09-084-2/+1365 * v8.6.0-alpha2Remi Collet2017-09-07