#include "php.h"
#include "dl.h"
#include "php_globals.h"
#include "php_ini.h"
#include "ext/standard/info.h"
#include "SAPI.h"
Go to the source code of this file.
◆ PHP_DL_SUPPORT_STATUS
#define PHP_DL_SUPPORT_STATUS "unavailable" |
◆ php_dl()
PHPAPI void php_dl |
( |
const char * | file, |
|
|
int | type, |
|
|
zval * | return_value, |
|
|
int | start_now ) |
Definition at line 281 of file dl.c.
◆ PHP_FUNCTION()
Definition at line 42 of file dl.c.
◆ php_load_extension()
PHPAPI int php_load_extension |
( |
const char * | filename, |
|
|
int | type, |
|
|
int | start_now ) |
Definition at line 271 of file dl.c.
◆ php_load_shlib()
PHPAPI void * php_load_shlib |
( |
const char * | path, |
|
|
char ** | errp ) |
Definition at line 264 of file dl.c.
◆ PHP_MINFO_FUNCTION()
PHP_MINFO_FUNCTION |
( |
dl | | ) |
|
Definition at line 292 of file dl.c.