summaryrefslogtreecommitdiff
path: root/ext/standard/php_ext_syslog.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/php_ext_syslog.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/php_ext_syslog.h')
-rw-r--r--ext/standard/php_ext_syslog.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/php_ext_syslog.h b/ext/standard/php_ext_syslog.h
index ccd382f9c6..3134e1c654 100644
--- a/ext/standard/php_ext_syslog.h
+++ b/ext/standard/php_ext_syslog.h
@@ -35,7 +35,6 @@ PHP_MSHUTDOWN_FUNCTION(syslog);
PHP_FUNCTION(openlog);
PHP_FUNCTION(syslog);
PHP_FUNCTION(closelog);
-PHP_FUNCTION(define_syslog_variables);
#endif