This commit is contained in:
Hannes Magnusson 2007-05-28 12:19:41 +00:00
parent c64a4a1359
commit c0dd1f4d0b
3 changed files with 0 additions and 4 deletions

View 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:

View 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

View 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);