Jani,

What was the reasoning behind the 1.15->1.16 patch for phpize.in? Your comments say:

- Changed phpize not to require automake and libtool.
- Fixed build system to always use bundled libtool files.

This had an unfortunate effect of building shared extensions on Mac OS X as .dylib shared libraries, instead of dlopen()'able bundles. The bundled libtool is way old and does not handle this properly, while the new ones do.

-Andrei

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to