From: Hannes Magnusson Date: Mon, 28 May 2007 12:19:41 +0000 (+0000) Subject: MFH X-Git-Tag: php-5.2.3~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0dd1f4d0b098f13612c7a435732fa74eea9417e;p=php MFH --- 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);