mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
MFH: Moved php.ini related protos where they belong
This commit is contained in:
parent
11750c315d
commit
3197e135fa
2 changed files with 4 additions and 5 deletions
|
@ -326,10 +326,6 @@ int php_mergesort(void *base, size_t nmemb, register size_t size, int (*cmp)(con
|
|||
|
||||
PHPAPI void php_register_pre_request_shutdown(void (*func)(void *), void *userdata);
|
||||
|
||||
PHPAPI int cfg_get_long(char *varname, long *result);
|
||||
PHPAPI int cfg_get_double(char *varname, double *result);
|
||||
PHPAPI int cfg_get_string(char *varname, char **result);
|
||||
|
||||
PHPAPI void php_com_initialize(TSRMLS_D);
|
||||
END_EXTERN_C()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue