I currently have a windows box that is running PHP 5.2 I recently installed MySQL so that a client could install a website and with a database He is used to developing and deploying in a Linux environment. He sent me the PHP results from two sites. One is on the Linux box and the other is on our windows box that I just configured with MySQL. Apparently we need the windows machine to "have the same settings" as the Linux box for his site to work properly. I know I'm a bit confusing so please ask me as many questions as needed to help me resolve this. I don't even know if this makes sense.
Linux:
./configure' '--disable-debug' '--disable-rpath' '--with-pear=/usr/local/li
b/php-5.0.
4' '--with-config-file-path=/
etc/php5' '--prefix=/usr/local' '--libexecdir=/usr/local/l
ibexec/php
-5.0.4' '--enable-shared=yes' '--enable-track-vars' '--enable-magic-quotes' '--enable-trans-sid' '--with-kerberos' '--enable-all=shared' '--without-cyrus' '--without-fbsql' '--without-fribidi' '--without-hwapi' '--without-informix' '--without-ingres' '--without-interbase' '--without-ircg' '--without-java' '--without-mcve' '--without-msession' '--without-oracle' '--without-oci8' '--without-ovrimos' '--without-qtdom' '--without-readline' '--without-libedit' '--without-sybase' '--without-sybase-ct' '--without-msql' '--without-mssql' '--with-imap-ssl' '--with-openssl' '--enable-session' '--with-sablot-js=/usr' '--with-xslt-sablot=/usr' '--with-gdbm=shared,/usr' '--with-ndbm=shared,/usr' '--with-db3=shared,/usr' '--with-unixODBC=shared,/u
sr' '--enable-calendar' '--enable-overload' '--without-ncurses' '--disable-mime-magic' '--with-zlib' '--with-pcre-regex' '--disable-yp' '--disable-path-info-check
' '--enable-discard-path' '--enable-mw-php-ini' '--enable-mw-deprecated-ex
tension' '--with-jpeg-dir=/usr' '--enable-gd-native-ttf' '--with-ttf=/usr' '--with-freetype-dir' '--with-xpm-dir' '--with-png-dir=/usr' '--with-iconv-dir' '--with-expat-dir=/usr' '--without-cpdflib' '--without-fam' '--enable-spl=yes' '--without-tidy' '--without-recode' '--with-libxml=yes' '--enable-simplexml' '--without-sqlite' '--with-mysql=shared,/usr'
'--without-oci8-instant-cl
ient' '--with-mysqli=shared,/usr
/bin/mysql
_config'
Windows:
cscript /nologo configure.js "--enable-snapshot-build" "--with-gd=shared" "--with-extra-includes=C:\
Program Files (x86)\Microsoft SDK\Include;C:\PROGRA~2\MI
CROS~2\VC9
8\ATL\INCL
UDE;C:\PRO
GRA~2\MICR
OS~2\VC98\
INCLUDE;C:
\PROGRA~2\
MICROS~2\V
C98\MFC\IN
CLUDE" "--with-extra-libs=C:\Prog
ram Files (x86)\Microsoft SDK\Lib;C:\PROGRA~2\MICROS
~2\VC98\LI
B;C:\PROGR
A~2\MICROS
~2\VC98\MF
C\LIB"
Start Free Trial