From: Hannes Magnusson Date: Mon, 28 May 2007 12:18:26 +0000 (+0000) Subject: Remove weird useless entries X-Git-Tag: RELEASE_1_4~52 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63052d2a858585bc16cec16171ea6842c1e8b427;p=php Remove weird useless entries --- 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);