mirror of
https://github.com/php/php-src.git
synced 2026-04-12 18:43:37 +02:00
- Fix compile problem on FreeBSD
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
# include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_LIBDL) && defined(RTLD_NOW)
|
||||
#if defined(HAVE_LIBDL)
|
||||
# define DL_LOAD(libname) dlopen(libname, RTLD_NOW)
|
||||
# define DL_UNLOAD dlclose
|
||||
# define DL_FETCH_SYMBOL dlsym
|
||||
|
||||
Reference in New Issue
Block a user