From: Dmitry Stogov Date: Fri, 22 Feb 2013 09:38:32 +0000 (+0400) Subject: We build a zend_extension (not a regular PHP module). X-Git-Tag: php-5.5.0beta1~42^2~46 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f1b76342d8f222f3b8c44756f6b35586ab48d1af;p=php We build a zend_extension (not a regular PHP module). --- diff --git a/config.m4 b/config.m4 index 6e178c1123..e536bfc0be 100644 --- a/config.m4 +++ b/config.m4 @@ -341,5 +341,5 @@ int main() { shared_alloc_mmap.c \ shared_alloc_posix.c \ Optimizer/zend_optimizer.c, - $ext_shared) + $ext_shared,,,,yes) fi