diff options
author | Sascha Schumann <sas@php.net> | 1999-11-26 17:08:23 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 1999-11-26 17:08:23 +0000 |
commit | e56e63a6e4f7bb0d2e10db2562dda55e3d0af7eb (patch) | |
tree | 649536167cc355db10f637d63d1ba395d4979136 /main/php_globals.h | |
parent | 35b30a8d0c506c861475fa5ce394900adfb2f0ed (diff) | |
download | php-git-e56e63a6e4f7bb0d2e10db2562dda55e3d0af7eb.tar.gz |
Back out last commit.
Diffstat (limited to 'main/php_globals.h')
-rw-r--r-- | main/php_globals.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/main/php_globals.h b/main/php_globals.h index 4c530fe928..a4d69176d9 100644 --- a/main/php_globals.h +++ b/main/php_globals.h @@ -73,8 +73,6 @@ struct _php_core_globals { char *upload_tmp_dir; long upload_max_filesize; - char *current_dir; - char *auto_prepend_file; char *auto_append_file; |