Page 1 of 1

old version of PHP and MySQL

PostPosted: 03. October 2011 08:29
by aung
Hello,

I have old version of PHP (Version 5.2.6) and MySQL (5.0.51a) with Windows 2003 server and they are using for CMS, etc.. It is production server also.

Is it possible to install XAMPP for Windows in there?

Many thanks.
Aung

Re: old version of PHP and MySQL

PostPosted: 03. October 2011 11:41
by Altrea
XAMPP is not made for production environments.
Why do you want to replace the current production environment with anthing else (especially a preconfigured webserver stack)?

Re: old version of PHP and MySQL

PostPosted: 03. October 2011 16:32
by JonB
@altrea -

I think the OP means - "could I also run XAMPP" ??

@aung

To which the answer is - "probably yes" BUT "you would have to change all the ports and the name of the MySQL service" for it to run at all.

So, realistically, it would only be usable as a local instance (probably OK for development or testing") but still problematic.

OVERALL - really really bad idea on a lot of levels.

This is MY opinion only...
:shock:

Re: old version of PHP and MySQL

PostPosted: 04. October 2011 02:36
by aung
Altrea wrote:XAMPP is not made for production environments.
Why do you want to replace the current production environment with anthing else (especially a preconfigured webserver stack)?


Hello,

In fact, we want to install an open source online learning suite called "Dokeos" which requires specific version of Apache, MySql and PHP according to its installation instruction. Please see its pre-requisites below.

Thanks.
Aung
***************
1. Pre-requisites
Dokeos can be installed on Windows, Linux, Mac OS X and UNIX servers indifferently. However, we recommend the use of Linux server for optimal flexibility, remote control and scalability.

Dokeos is mainly a LMS running Apache 2, 2.0, MySQL 5.1 and PHP 5.3 (the so called AMP trilogy).

All these software are open source and freely available.

To run Dokeos LMS on your server, you need to install WAMP, LAMP or MAMP:
•To install WAMP (AMP on Windows), we recommend the XAMPP .exe installer•To install LAMP (AMP on Linux), use the Package manager of your favourite distribution (Synaptic, RPMFinder etc.). For instance, on a Ubuntu server, use Shell or Synaptic following the Ubuntuguide on Apache and the following sections
•To install MAMP (AMP on Mac OS X), refer to the MAMP dedicated website
***************

Re: old version of PHP and MySQL

PostPosted: 04. October 2011 03:09
by Sharley
All we can do on this forum is offer advice based on knowledge and experience. 8)

Whether you follow that advise or use that advice to adjust your thinking, is entirely your decision. :)


Your specs are governed by the MySQL requirement.

So please see this recent post for the version best suited to your MySQL requirement:
viewtopic.php?p=185894#p185894

Good luck. :)