Click to See Complete Forum and Search --> : Compile php 43.x against mysql-client library 4.0.x on windows


alex_2
12-22-2004, 05:58 PM
Hello,

has anyone sucessfully managed something like this (or simillar):

php 4.3.x
with mysql-client libraries > 4.0 ssl-enabled

under win-xp ?

My idea is:
1.) copy all contents of the libmysql-directory from the mysql-source tree to /ext/mysql/libmysql that comes within the php-source tree

- what should be equal to compile under linux with --with-mysql=.path-to-mysql

2.) define somewhere have_ssl

The goal of this crazy effort is to get a working php.exe which is able to use a ssl-enabled connection to a remote mysql-server.

The php.exe then should be used with php-gtk (!) for a small cleint-application that retrieves/sends data to the mysql-server.

Any help/suggestions are welcome !

I sucessfully managed to built mysql-client libraries and php4.3.10 un linux.
The problem is that i really have less knowledge how things with windows work :-(

I also could live with already compiled binaries that offer this functionality under windows.

Merry christmas,
Alex