summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHannes Magnusson <bjori@php.net>2007-05-28 12:19:41 +0000
committerHannes Magnusson <bjori@php.net>2007-05-28 12:19:41 +0000
commitc0dd1f4d0b098f13612c7a435732fa74eea9417e (patch)
tree92e0326468118b593192fd748931f541d07c8465 /ext
parentc64a4a13590df4d259fd78945e7d2d6967106223 (diff)
downloadphp-git-c0dd1f4d0b098f13612c7a435732fa74eea9417e.tar.gz
MFH
Diffstat (limited to 'ext')
-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 a2c5c36918..88cb4c4975 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 b267fbae19..551759dcdc 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);