Sponsor-Board.de
PHP bauen

+- Sponsor-Board.de (https://www.sponsor-board.de)
+-- Forum: Community (/forumdisplay.php?fid=56)
+--- Forum: Hilfe (/forumdisplay.php?fid=102)
+---- Forum: Linux-Server (/forumdisplay.php?fid=105)
+---- Thema: PHP bauen (/showthread.php?tid=53657)


PHP bauen - webcraft - 16.02.2015 21:22

Hallo,
ich möchte gerade meine eigene PHP-Version "bauen", was ohne weitere Einstellungen auch sehr gut funktioniert hat, aber wenn ich jetzt etwas dran verändern möchte, weiß ich leider nicht genau wie weiter. Und zwar hab ich jetzt mit PHP und so schon alles vorbereitet, der nächste Schritt wäre ./configure \... Ich glaube, LDFLAGS heißt das, wonach ich suche:

PHP-Code:
'./configure' \
'--enable-gcov' \
'--enable-zip' \
'--with-xsl' \
'--enable-wddx' \
'--with-tidy' \
'--enable-soap' \
'--with-bz2' \
'--with-db4' \
'--with-imap' \
'--with-imap-ssl' \
'--with-kerberos' \
'--with-mysql=mysqlnd' \
'--with-mysqli=mysqlnd' \
'--with-openssl' \
'--with-pdo-mysql=mysqlnd' \
'--with-pdo-sqlite' \
'--with-pspell' \
'--with-pgsql' \
'--with-pdo-pgsql' \
'--with-zlib' \
'--enable-bcmath' \
'--enable-calendar' \
'--with-curl' \
'--enable-dba' \
'--enable-exif' \
'--enable-ftp' \
'--with-gd' 


Wo finde ich eine Liste, mit den Optionen, die ich für "--<Option>" verwenden kann?

Vielen Dank für eure Hilfe.


RE: PHP bauen - MadMakz - 16.02.2015 22:14

-


RE: PHP bauen - webcraft - 16.02.2015 22:40

MadMakz schrieb:

Code:
./configure --help


Ok, danke. Biggrin

Da kommt dann gleich noch eine Frage, was wird installiert, wenn ich gar nichts angebe? Das meist mögliche oder eine Standard-Konfiguration?


RE: PHP bauen - MadMakz - 17.02.2015 00:04

-


RE: PHP bauen - webcraft - 22.02.2015 22:50

Ok, würde jemand von euch denn mal seine Buildconfig vorstellen?

Bei mir sieht es bis jetzt so aus und es fehlen noch einige Flags:

Code:
'./configure' \
'--prefix=/opt/rh/php55' \
'--exec-prefix=/opt/rh/php55' \
'--with-pear' \
'--disable-rpath' \
'--enable-re2c-cgoto' \
'--enable-sigchild' \
'--disable-short-tags' \
'--with-openssl' \
'--with-kerberos' \
'--with-pcre-regex' \
'--with-zlib' \
'--enable-bcmath' \
'--with-bz2' \
'--enable-calendar' \
'--with-curl' \
'--with-enchant' \
'--enable-exif' \
'--enable-ftp' \
'--with-gd' \
'--with-t1lib' \
'--enable-gd-native-ttf' \
'--enable-gd-jis-conv' \
'--with-gettext' \
'--with-gmp' \
'--with-mhash' \
'--with-imap' \
'--with-kerberos' \
'--with-imap-ssl' \
'--with-interbase' \
'--enable-intl' \
'--disable-json' \
'--with-ldap' \
'--with-ldap-sasl' \
'--enable-mbstring' \
'--with-libmbfl' \
'--with-onig' \
'--with-mcrypt' \
'--with-mysql' \
'--with-mysql-sock' \
'--with-mysqli' \
'--with-custom-odbc' \
'--with-iodbc' \
'--with-unixODBC' \
'--with-dbmaker' \
'--enable-opcache' \
'--enable-pcntl' \
'--with-pdo-mysql' \
'--with-pdo-odbc=unixODBC' \
'--with-pdo-pgsql' \
'--without-pdo-sqlite' \
'--with-pgsql' \
'--with-pspell' \
'--with-libedit' \
'--with-readline' \
'--with-recode' \
'--with-mm' \
'--enable-shmop' \
'--with-snmp' \
'--enable-soap' \
'--enable-sockets' \
'--enable-sysvmsg' \
'--enable-sysvsem' \
'--enable-sysvshm' \
'--with-tidy' \
'--enable-wddx' \
'--with-xsl' \
'--enable-zip' \
'--with-libzip' \
'--enable-zend-signals' \
'--with-tsrm-st' \
'--with-tsrm-pthreads' \
'--enable-shared=yes' \
'--enable-static=yes' \
'--enable-fast-install=yes' \
'--with-gnu-ld' \
'--disable-libtool-lock' \
'--with-pic' \
'--with-tags' \
'--with-pgsql' \