This behavior is mostly likely a result of the changes to the included
system libraries in 10.3. The truth to the matter is now dlcompat is
distributed with OS X (as of 10.3) so most of the library handling code
Marko and I wrote probably is no longer necessary for future
generations of OS X (
Hi guys,
There seem to be some problems with loading shared libraries on the MAC OS
X platform. It seems that ./configure on MAC OS X defines HAVE_LIBDL in
php_config.h which causes the following code in zend.h not to be used:
#elif defined(HAVE_MACH_O_DYLD_H)
# define DL_LOAD(libname)