WAMP with Apache 2.o
Posted by: eatc7402 (---.hsd1.mn.comcast.net)
Date: April 21, 2010 05:00PM

Is there a previous releasse of WAMP with Apache 2.0 server in it available
so I can install releases PHP 4x and run them?

I have much PHP 4x code and would like the option to load php 4x
into the environment.

eact7402

Options: ReplyQuote
Re: WAMP with Apache 2.o
Posted by: eatc7402 (---.hsd1.mn.comcast.net)
Date: April 21, 2010 05:17PM

Or should i just use the current version, and add an older version of Apache the will
run php4 ?????

eatc7402

Options: ReplyQuote
Re: WAMP with Apache 2.o
Posted by: yfastud (Moderator)
Date: April 22, 2010 12:24AM

you should convert your php4 scripts into php5

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: WAMP with Apache 2.o
Posted by: eatc7402 (---.hsd1.mn.comcast.net)
Date: April 23, 2010 05:16AM

I have completely uninstalled WAMP. Then I reinstall it.
This is a completly new setup. It ha never ever ever connectyed
to a MySql database on this mmachine...ANDI still am unable
to connect to a MtySql database.

My desire was to begin converting a large number of php files
written in version 4 of php to version 5. So after the successful
instalaton of WAMP I added version 2.0.58 of Apache,
php version 4.4.9, and MySql version 4.1.22. This would be my
version '4' test enviroment where all the previous code SHOULD
run.

The php4 code runs fine BUT any connection attempts to a
MySql database result in.. ...

"Client does not support authentication protocol requested by server; consider

upgrading MySQL client"

Exaxtly the same error described in section 1.17.1a of the FAQ's
of the phpMyAdmin docs.

Ok..,.. but after reading all the suggested documentation about
the the mysqli I am a loss as to what to do about it.

I also feel that I am having an 'old pasword' hashing issue,
The user name and passwrd arr correct because the myqsl odbc
connector uses them same and it conncects fine.

Here is the code from php4 that i am
trying to execute with nothing but FAILURE..
//=======================================
include("dbinfo_dbf.inc.php" );
$link = mysql_connect ( $DBHost, $DBUser, $DBPass )
or die ( "Could notconnect to database<br><br>" );
//===================================

How do i get connected to my database???

Help please

eatc7402



Edited 1 time(s). Last edit at 04/23/2010 05:17AM by eatc7402.

Options: ReplyQuote


Sorry, only registered users may post in this forum.