

- #Php 5.2 or highermysqli supportcurl library Patch#
- #Php 5.2 or highermysqli supportcurl library verification#
Registered Stream Filters => convert.iconv.*, string.rot13, string.toupper, string.tolower, string.strip_tags, convert.*, consumed Registered Stream Socket Transports => tcp, udp, unix, udg Registered PHP Streams => dict, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smtp, smtps, telnet, tftp, php, file, data with-pdo-mysql=/opt/mysql -with-pear=/opt/php/binĬonfigure Command => './configure' '-prefix=/opt' '-sysconfdir=/var/php/etc' '-mandir=/usr/share/man' '-with-apxs2=/opt/httpd/sbin/apxs' '-enable-magic-quotes' '-enable-mod-charset' '-enable-bcmath=shared' '-enable-calendar' '-enable-mbstring' '-enable-dba=shared' '-enable-ftp=shared' '-enable-zip=shared' '-enable-gd-native-ttf' '-enable-embedded-mysqli' '-with-gd' '-with-jpeg-dir=/opt' '-with-ttf' '-with-zlib=shared' '-with-curlwrappers' '-with-curl=shared' '-with-curl=/opt' '-with-freetype-dir=/opt' '-with-libxml-dir=/opt' '-with-mysqli=/opt/mysql/bin/mysql_config' '-with-pdo-mysql=/opt/mysql' '-with-pear=/opt/php/bin'Ĭonfiguration File (php.ini) Path => /opt/lib with-freetype-dir=/opt -with-libxml-dir=/opt -with-mysqli=/opt/mysql/bin/mysql_config \ with-zlib=shared -with-curlwrappers -with-curl=shared -with-curl=/opt \ enable-embedded-mysqli -with-gd -with-jpeg-dir=/opt -with-ttf \ enable-ftp=shared -enable-zip=shared -enable-gd-native-ttf \ enable-bcmath=shared -enable-calendar -enable-mbstring -enable-dba=shared \ configure -prefix=/opt -sysconfdir=/var/php/etc -mandir=/usr/share/man \ # This directory was configured as follows,

# Run this file to recreate the current configuration. mv $TARGETDIR/$DLNAME $TARGETDIR/$TARGET_NAME libs/$TARGET_NAME $TARGETDIR/$TARGET_NAME || exit 1įor f in -80,14 +94,9 test "$DLNAME" != "$TARGET_NAME" +# at this point $TARGETDIR/$TARGET_NAME should exist + mv $TARGETDIR/$DLNAME $TARGETDIR/$TARGET_NAME
#Php 5.2 or highermysqli supportcurl library Patch#
libsīelow is the patch I now apply to the standard instdso.sh
#Php 5.2 or highermysqli supportcurl library verification#
While I do not think instdso.sh is the guilty code - as ''something'' has already gone wrong before instdso.sh starts it verification and cleanup - instdso.sh is an easy place to fix the problem as long as you can assume that the directory where the file is coming from is. The effect is that nothing seems to have been copied. The key problem is that the wrong file gets copied - so instdso removes it after it was copied. The last years I have been struggling with getting a PHP build to work with my tool buildaix.Īfter sapi/cli/php has been successfully built you want to be able to run "make install" and have the php module for httpd installed. These later problems I have been able to correct with some minor changes to instdso.sh (more on that later) Part of this was caused, in my humble opinion (imho) by issues with libtool - and later with problems in APR and/or apxs. The problems, for me go back to 1999 and PHP v4.0.4 and PHP 4.0.6. I have always found that building PHP has always been difficult, to put it simply. For now I just want to get the basics in - Non-existent pages will be followed by their initial contents in-line.) (Note: later I will try and make this prettier.

You can view and copy the source of this page: The action you have requested is limited to users in the group: Users.
