PHP 5.3.29 on Ubuntu 16.04 in order to run Joomla 1.5 locally - joomla1.5

I'm working on a Joomla 1.5 website, which was developed with PHP 5.3. Now I'm having some incompatibilities issues with some components.
My machine runs Ubuntu 16.04.
The version of Joomla is 1.5.
PHP versions are 5.6 and 7.0 (apache is configured to run PHP 5.6)
I can't find a way to download and install it. The apt command only shows 5.5, 5.6, 7.0 and 7.1 PHP versions.
Can anyone help me?

I have joomla 1.5 on a website running. My config shows that PHP 5.4.16 is in use. Therefore, why dont you try it with PHP 5.4 and get it from the download page:
http://php.net/releases/
If you have troubles to install it on your computer. Take a look here:
https://serverfault.com/questions/353550/how-to-install-old-php-version
The link explains how you install a old php version on linux. Btw.: in the link it is only explained how to replace a PHP version. But it is possible to run different versions on a server.

Related

i can't able to run composer install command under my /var/www/html/magento2

i am facing problem while setting up the magento server on Centos7 i have php 7.3 install in my centos ec2 instance
installed php 7.3.5, also tried to update composer using $composer update command it doesn't work
composer install
Magento 2 does not support php 7.3 as of yet. A significant numer of core modules specify the php versions they will allow. You will need to change your php version. See this link for the supported versions. https://devdocs.magento.com/guides/v2.3/install-gde/system-requirements-tech.html

Want to install SOAP on PHP5.5

I am working on ubuntu 16.04 with PHP version 5.5 now I want to use SOAP library in it.
I have already installed php-soap package(with ref. How do I enable --enable-soap in php on linux?) and tried to enable it. but it won't works for me anyway.
By searching I found php soap package are available for PHP version 5.6, 7.0, 7.1.but am working on PHP version 5.5 and in situation that I can't change PHP version of my system.
Any way or suggestion to install soap for PHP5.5 would be great help.
The SOAP package is available for all versions of PHP since at least 4 something. There are two options on how to install/enable it depending on the way your PHP was installed initially.
If your PHP was installed via the distribution's package manager you just have to install the package php-soap. On your Ubuntu this should be:
sudo apt-get install php-soap
If your PHP was compiled on your machine you will have to compile it again passing in the switch --enable-soap .This switch could differ depending on your PHP verison. Check the documentation of make in PHP's source if this is the case.

MongoDB (3.2) PHP Driver v1.1 doesn't install on PHP 5.5

I have installed Windows Server 2008 64-bit, without SSL support for Windows 10 & I saw that the version of that is 3.2 ...
So I wanted to download MongoDB PHP Driver, I saw that I should download PHP Driver DLLs that are 1.1 or more. I downloaded that latest one for PHP 5.5 with Safe Thread (It is enabled in my PHP). I put it in (ext) folder & I wrote extension=php_mongodb.dll in PHP.ini ... But When I run phpinfo() function, It doesn't show MongoDB in extensions.
I have searched & tried very much but It didn't work, So I asked here.

Is it possible to install the Memcached extension for PHP 7 alongside a PHP 5.6 install?

Is it possible to install the Memcached extension for PHP 7 on CentOS7 alongside a Memcached with PHP 5.6 install? The server is running DirectAdmin custombuild 2.0 which lets you run 2 PHP versions alongside each other.
And this Memcached installation guide is for Debian, what would be different / would it work for CentOS7?

Magento 1.7.2 Install Error with curl -- Desperate

I am using WampServer Apache 2.2.22 – Mysql 5.5.24 – PHP 5.4.3 XDebug 2.1.2 XDC 1.5 PhpMyadmin 3.4.10.1 SQLBuddy 1.3.3 webGrind 1.0.
Error 1: I get the following error. PHP extension "curl must be loaded.
So I go to wamp\bin\php\php5.4.3 and uncomment line extension=php_curl.dll.
Restart wamp server
Error 2: [1]: http://imgur.com/wdmMP2z
PHP Statup Unable to load dynamic library.
c:/wamp/bin/php5.4.3/ext/php_curl.dll The application failed to start because its side by side configuration is incorrect.
I tried to go to this site and get the corrected php
http://www.anindya.com/php-5-4-12-and-5-3-22-x64-64-bit-for-windows/
So i just extracted it and replaced it in c:\wamp\bin\php\php5.4.3
Also tried just having it overwrite the folder. Neither worked.
Thanks for any help.
New to Magento
Sincerely,
Joe
Seems that others have had problems with Magento 1.7.x and newer versions of WAMP. This answer here says they had to go back to WAMP 2.1:
Magento 1.7 with Wamp 2.2
I'm having a curl related problem with Magento 1.6.x and WAMP 2.2 using php 5.4.3 -- I believe I used the older php 5.3.10 when I had it successfully working..
edit: for magento 1.6.2.0 anyway, you need php 5.3.10 which is in WampServer 2.2D (not E)