summaryrefslogtreecommitdiff
path: root/main/php_globals.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2011-12-07 10:33:13 +0000
committerXinchen Hui <laruence@php.net>2011-12-07 10:33:13 +0000
commit5aa1fb6074efec67f7b27e720cc5853d3e505433 (patch)
tree09b25e0ec59687b30c907a6e252d14a735beada5 /main/php_globals.h
parent321172e479872b5aec998d2a39290e3055ca997a (diff)
downloadphp-git-5aa1fb6074efec67f7b27e720cc5853d3e505433.tar.gz
Implemented FR #54514 (Get php binary path during script execution).
Diffstat (limited to 'main/php_globals.h')
-rw-r--r--main/php_globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_globals.h b/main/php_globals.h
index 6e5611ec5c..bfd1c6025f 100644
--- a/main/php_globals.h
+++ b/main/php_globals.h
@@ -84,6 +84,7 @@ struct _php_core_globals {
char *include_path;
char *open_basedir;
char *extension_dir;
+ char *php_binary;
char *upload_tmp_dir;
long upload_max_filesize;