PHP lib built too big

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tob42
    New Member
    • Mar 2010
    • 1

    PHP lib built too big

    Hi,
    I built php 5.3.2. vith the following configure options on CentOs 5.4, now the libphp5.so is 26625901 bytes. How to limit every possible module to have it similar to the OS' installed ~3M?

    thx,
    Tamas

    ./configure --with-apxs2=/usr/apache/bin/apxs --with-mysql=/usr/bin/mysql_config --with-mysqli=mysqlnd --with-pdo-mysql=mysqlnd
  • Markus
    Recognized Expert Expert
    • Jun 2007
    • 6092

    #2
    Look through the configure command. It'll show you what you can disable.

    Code:
    ./configure --help

    Comment

    Working...