]> granicus.if.org Git - php/commitdiff
Remove weird useless entries
authorHannes Magnusson <bjori@php.net>
Mon, 28 May 2007 12:18:26 +0000 (12:18 +0000)
committerHannes Magnusson <bjori@php.net>
Mon, 28 May 2007 12:18:26 +0000 (12:18 +0000)
ext/pdo_odbc/php_pdo_odbc.h
ext/standard/basic_functions.h
ext/tokenizer/php_tokenizer.h

index 8d290b38b4ef5aa5ec9a0304a8d4624288715ef3..f44a75b2eeef0e893f1ace74645c2b5d627c9f8e 100644 (file)
@@ -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:     
index 5cac52d288f6440baab0c68dda11d8ebff137e95..d48fb3b1f9d8010eebae771ce1223f36021649a4 100644 (file)
@@ -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
index 36469993b880eb4207ec2875da7e3e93a447e6ac..f13ac470892f7c7f73c6b1153655baadc605516c 100644 (file)
@@ -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);