When following the instructions to build eaccelerator from source,
that results to a .so file that doesn't get loaded by php 5.2.5 on
osx: Failed loading /usr/local/php5/lib/php/extensions/no-debug-non-
zts-20060613/eaccelerator.so: (null)
more on:
http://www.entropy.ch/phpbb2/viewtopic.php?t=2945&start=90
Possible reason: osx shippid php has its exports stripped out,
according to
http://netevil.org/blog/2007/11/php-objective-c-bridge
Other possible reason: osx only supports dynamic loading of .dylib
modules not static so-lib modules
Is there a developer interested in helping me out (paid) to get a
solution: an eaccelerator module that loads in osx 10.5 shipping php?
~Ceriel