summaryrefslogtreecommitdiff
path: root/ext/standard/basic_functions.h
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-04-12 01:52:55 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-04-12 01:52:55 +0000
commit8087be61d025139ff97d3356ceacd2603b779754 (patch)
tree0b55599767005e7b617206667835c36e50933cfc /ext/standard/basic_functions.h
parent4da75af2f82fc34b37a93bc3b4a10d6ce87afbdb (diff)
downloadphp-git-8087be61d025139ff97d3356ceacd2603b779754.tar.gz
* Changed the way removed ini directives are shown so its easier to add new ones
* Removed define_syslog_variables and its associated functions
Diffstat (limited to 'ext/standard/basic_functions.h')
-rw-r--r--ext/standard/basic_functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h
index 800a18115b..a715d73112 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -202,7 +202,6 @@ typedef struct _php_basic_globals {
zend_bool mt_rand_is_seeded; /* Whether mt_rand() has been seeded */
/* syslog.c */
- int syslog_started;
char *syslog_device;
/* var.c */