mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
.dylib extension are Mach-O shared libraries that meant for linking
against. Loadable modules (aka bundles) can have any extension, so we should probably stick with .so http://fink.sourceforge.net/doc/porting/shared.php?phpLang=en#lib-and-mod
This commit is contained in:
parent
20f63ecb7a
commit
c2f8c1a79b
2 changed files with 1 additions and 4 deletions
|
@ -19,7 +19,7 @@
|
|||
|
||||
/* $Id$ */
|
||||
|
||||
#define DEBUG_CFG_PARSER 0
|
||||
#define DEBUG_CFG_PARSER 1
|
||||
#include "zend.h"
|
||||
#include "zend_API.h"
|
||||
#include "zend_ini.h"
|
||||
|
|
|
@ -279,9 +279,6 @@ AC_DEFUN([PHP_SHLIB_SUFFIX_NAME],[
|
|||
*hpux*[)]
|
||||
SHLIB_SUFFIX_NAME=sl
|
||||
;;
|
||||
*darwin*[)]
|
||||
SHLIB_SUFFIX_NAME=dylib
|
||||
;;
|
||||
esac
|
||||
])
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue