mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH
This commit is contained in:
parent
c64a4a1359
commit
c0dd1f4d0b
3 changed files with 0 additions and 4 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue