Install Framework Phalcon PHP in Ubuntu Desktop - phalcon

how to install phalcon php in Windows?
I installed wamp and followed the manual from the official page but I couldn't

Be sure correct versiĆ³n of dll to download:
php
be sure the phalcon dll you need.PHalcon DLL
Stop Wamp.
Edit php.ini and insert "extension=php_phalcon.dll"
Restart WAMP

Related

XAMPP Can't Start Apache After Upgrading to PHP7.1.17 "Attempting to start Apache service..."

I have XAMPP installed on Windows 7 virtual machine. My old PHP version was 7.0.9 with Apache 2.4
I needed to upgrade the PHP version to 7.1.x and I set out reading about how to best to this. In end, I settled with the simple plan:
Stop Apache service
Downloaded new PHP version from official php website. For PHP 7 the 7.1.17 version was listed. I downloaded the thread safe version, as my Apache has thread safety enabled.
I extracted the contents of the downloaded archive to a folder.
I copied and replaced all files in the appropriate folders from C:/Server/php with the new php version files from the extracted archive.
I attempted to start Apache from the XAMPP control panel and the server will not start.
The message "Attempting to start Apache service..." just hangs and nothing happens.
The last entry in the error.log file in C:\Server\apache\logs shows the event when the server was stopped and that's it.
When I check the php version from CLI with the command php -v, the console returns installed php version 7.1.17
I tried different suggestions I read from similar questions, like changing ServerName localhost:80 to ServerName localhost:8080 and copying php7apache2.dll to apache/bin ( as suggested here: Upgrading PHP in XAMPP for Windows? ), alas the issue is not fixed and Apache does not start.
Of course, I also restarted the virtual machine, all the same.
At this point, I'm dumbfounded. Don't know what to do.
I need to get Apache running with php 7.1, as it is required by Magento 2.2.4. I do not want to reinstall XAMPP, as this will be a lenghty process with a lot of risk for more things to go wrong.
Any help is much appreciated!
Alright, so after checking Windows Logs > Application in Event Viewer I saw the error ".. the Apache service named is not a valid win32 application". I downloaded the x86 version of PHP from official website PHP for Windows
Then copied and replaced files as described above, and Apache started successfully.
To see if your Apache version is x64 or x86 open command prompt and cd to your Apache bin directory, in my case C:/Server/apache/bin , then run:
file httpd

How to download and install Code Rocket for Eclipse in Ubuntu 14.04

I'm using this link: http://www.rapidqualitysystems.com/updates/CodeRocketForEclipse/
But I can download an .exe installation and I'm using Ubuntu 14.04!
How or where can I download and install the package for Code Rocket in Eclipse for linux ?
The System Requirements listed for CodeRocket for Eclipse see here (near the bottom of the page) say it is for Windows only.

Downloading Apache for Windows

I'm teaching myself PHP and I have no idea which version of Apache to download. Should I just select httpd-2.4.10.tar.bz2 and try to install it?

Is mod_mono available for Raspbian?

Is mod_mono available for Raspbian, or is it possible to compile it for Raspbian? Installing mono-complete doesn't provide the required service. Perhaps there is another way to server .net web pages from apache2 on the RaspberryPi?
Try installing libapache2-mod-mono package

PHP, Apache, MySQL old version installation

I need to install PHP 5.1.6, MySQL 5.0.95 and Apache/2.2.3 on my computer. Where could I get these versions? I tried to install Apache 2.3.3 on Wamp. Problem is it install but it doesn't want to run with PHP 5.1.6. When I try to select PHP 5.1.6 version I get the following message:
This version doesn't seem to be compatible with your actual Apache version.
What can I do to make it work? Thank you
Why not trying to install them separately ?
Apache 2.2.22 (can't find the 2.2.3): http://mirror.mkhelif.fr/apache//httpd/binaries/win32/
PHP 5.1.6: http://museum.php.net/php5/
MySQL 5.0.96 (can't find the 95): http://dev.mysql.com/downloads/mysql/5.0.html
I found out that it is problem combining that PHP version with that Apache version on Windows OS. I've solve the problem by using Apache 2.0.x