Changes between Initial Version and Version 1 of Ticket #122
- Timestamp:
- 2007-09-17T03:40:15+02:00 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #122 – Description
initial v1 9 9 Php is compieled from source with following configure: 10 10 11 {{{ 11 12 Configure Command => './configure' '--prefix=/usr/local/php-5.2.4-suhosin' '--with-apxs2=/usr/local/apache2-worker/bin/apxs' '--with-openssl' '--with-zlib' '--enable-bcmath' '--with-curl' '--enable-exif' ' 12 13 --enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--enable-mbstring' '--with-mcrypt' '--with-mhash' '--with-mime-magic' '--with-mysql=/usr/local/mysql-5.0.4-client' '--with-mysqli=/usr/local/mysql-5.0.4/bi 13 14 n/mysql_config' '--enable-pcntl' '--disable-pdo' '--enable-soap' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-tidy' '--with-xsl' '--enable-zip' '--without-pear' '--with-zend-vm=GOTO' '--w 14 15 ith-tsrm-pthreads' '--with-pic' '--with-gettext' '--with-imap' '--with-kerberos' '--with-imap-ssl' 16 }}}

