mysqli support

parcott

Verified User
Joined
May 2, 2005
Messages
8
can i compile php 5.04 with mysqli support with customapache do i need to do anything special?
 
I compiled it yesterday as a test on a debian intranet thing we have for testing.

It's configure was:
'./configure' '--with-apxs' '--with-curl' '--with-curl-dir=/usr/local/lib' '--with-gd' '--with-gd-dir=/usr/local' '--with-gettext' '--with-jpeg-dir=/usr/local/lib' '--with-kerberos' '--with-mcrypt' '--with-mhash' '--with-mysql=/usr' '--with-pear' '--with-png-dir=/usr/local/lib' '--with-xml' '--with-zlib' '--with-zlib-dir=/usr/local/lib' '--with-zip' '--with-openssl' '--enable-bcmath' '--enable-calendar' '--enable-ftp' '--enable-magic-quotes' '--enable-sockets' '--enable-track-vars' '--enable-mbstring' '--with-mysqli' '--with-pgsql'

Note that we did not install php4 :).

So it should work, although I don't know how DA would react to it as we only used the customapache script, not DA itself (not possible in intranet environment behind a NAT).
 
How do you mean ?
I did:
cd /usr/local/directadmin/customapache
./build update
wget'ed latest .tar.gz of php 5
vi build
changed PHP version number to 5.0.4.
and did a ./build all.

Note: there was no earlier version of PHP or apache installed.
 
Back
Top