summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-05-28 12:18:26 +0000
committerHannes Magnusson <bjori@php.net>2007-05-28 12:18:26 +0000
commit63052d2a858585bc16cec16171ea6842c1e8b427 (patch)
tree51d069dcf3ab788ed04ebd93aa8f6bafcf2858f2
parente85d9c665dc4d45952317b20de1490859c6c8218 (diff)
downloadphp-git-63052d2a858585bc16cec16171ea6842c1e8b427.tar.gz
Remove weird useless entries
-rw-r--r--ext/pdo_odbc/php_pdo_odbc.h2
-rw-r--r--ext/standard/basic_functions.h1
-rw-r--r--ext/tokenizer/php_tokenizer.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/ext/pdo_odbc/php_pdo_odbc.h b/ext/pdo_odbc/php_pdo_odbc.h
index 8d290b38b4..f44a75b2ee 100644
--- a/ext/pdo_odbc/php_pdo_odbc.h
+++ b/ext/pdo_odbc/php_pdo_odbc.h
@@ -40,8 +40,6 @@ PHP_RINIT_FUNCTION(pdo_odbc);
PHP_RSHUTDOWN_FUNCTION(pdo_odbc);
PHP_MINFO_FUNCTION(pdo_odbc);
-PHP_FUNCTION(confirm_pdo_odbc_compiled); /* For testing, remove later. */
-
/*
Declare any global variables you may need between the BEGIN
and END macros here:
diff --git a/ext/standard/basic_functions.h b/ext/standard/basic_functions.h
index 5cac52d288..d48fb3b1f9 100644
--- a/ext/standard/basic_functions.h
+++ b/ext/standard/basic_functions.h
@@ -45,7 +45,6 @@ PHP_RSHUTDOWN_FUNCTION(basic);
PHP_MINFO_FUNCTION(basic);
PHP_FUNCTION(constant);
-PHP_FUNCTION(toggle_short_open_tag);
PHP_FUNCTION(sleep);
PHP_FUNCTION(usleep);
#if HAVE_NANOSLEEP
diff --git a/ext/tokenizer/php_tokenizer.h b/ext/tokenizer/php_tokenizer.h
index 36469993b8..f13ac47089 100644
--- a/ext/tokenizer/php_tokenizer.h
+++ b/ext/tokenizer/php_tokenizer.h
@@ -37,7 +37,6 @@ extern zend_module_entry tokenizer_module_entry;
PHP_MINIT_FUNCTION(tokenizer);
PHP_MINFO_FUNCTION(tokenizer);
-PHP_FUNCTION(confirm_tokenizer_compiled); /* For testing, remove later. */
PHP_FUNCTION(token_get_all);
PHP_FUNCTION(token_name);