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

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.

Related

Handling of Mongodb when Moving from PHP 7.2 to PHP 8.1

I want to migrate from PHP 7.2 to PHP 8.1
I am also using mongodb driver with php
I added this line on php.ini of version 8.1:
extension=mongodb.so
I have "mongodb.so" in this folder "/opt/cpanel/ea-php72/root/usr/lib64/php/modules/" but not in "/opt/cpanel/ea-php81/root/usr/lib64/php/modules/"
To have mongodb working with PHP 8.1, can I just create a copy of "mongodb.so" file from "/opt/cpanel/ea-php72/root/usr/lib64/php/modules/" to "/opt/cpanel/ea-php81/root/usr/lib64/php/modules/"

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

PHP 5.3.29 on Ubuntu 16.04 in order to run Joomla 1.5 locally

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.

mongo.exe - Entry point not found

I'm trying to set up a MEAN stack and I'm having the following issue when trying to execute mongo.exe: "The procedure entry point K32GetProcessMemoryInfo could not be located in the dynamic link library KERNEL32.dll"
I'm using Windows Vista 64bit, mongo is the latest, and I'm logged as administrator.
Thanks.
For Vista you need to install the Legacy version of MongoDb.
The 64-bit legacy build lacks newer features of Windows that enhance performance. Use this build for Windows Server 2003, 2008, or Windows Vista.
HereĀ“s the Download link

Installing Zend Optimizer on MAMP 2.1

I just upgraded to MAMP Pro 2 and have noticed that they are no longer supporting Zend Optimizer due to Apache 64bit or something along those lines.
Anyways, I have a website that needs it and I have no idea of how to go about installing Zend Optimizer on MAMP 2 and just did a tutorial which made Apache break and stop working after I ran some command in terminal so I had to reinstall my MAMP set up.
I am currently running PHP 5.2.17.
Any help would be great :-)
Since your application also requires an old version of PHP, the easiest solution would be to install the previous version of MAMP 1.9 which includes PHP 5.2.17 and Zend Optimizer 3.3.9.
The older version of MAMP is 32-bit only but should still run fine under Lion/Mountain Lion (or at least I'm not aware of any obvious issues aside from not including 64-bit in the app bundle).
It's working! And also on the OS X Mountain Lion!
Requires PHP 5.2.17
Zend Optimizer for Mac OS X
Here step-to-step I helped myself with installing Zend Guard Loader. I also do the same processes for Zend Optimizer. I hope you find it helpful.
Solutions I've written