[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] Question about server load and php



Hello, just one simple question.

Is there a big performance difference between loading modules dynamically
through php.ini
(Using extensions_dir to point to the .so files) and just
recompiling/upgrading php and compiling with those modules?

Is there a few reasons NOT to use php.ini to load them? (Not talking about
dl() function, just fyi)

Just curious.

Thank you