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

index a2c5c36918c7aa2ade09c501df46adc6824f42aa..88cb4c4975436053a4136dfddad09e8852e625f1 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 b267fbae199c31d34326018b63c25ee03104e249..551759dcdc95af744902fd6d9e0aaff9c21b45c4 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);