diff options
| author | Xinchen Hui <laruence@php.net> | 2011-12-07 10:33:13 +0000 |
|---|---|---|
| committer | Xinchen Hui <laruence@php.net> | 2011-12-07 10:33:13 +0000 |
| commit | 5aa1fb6074efec67f7b27e720cc5853d3e505433 (patch) | |
| tree | 09b25e0ec59687b30c907a6e252d14a735beada5 /main/php_globals.h | |
| parent | 321172e479872b5aec998d2a39290e3055ca997a (diff) | |
| download | php-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.h | 1 |
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; |
