Php5apache2_4.dll Win32

Posted By admin On 24.12.19

Also, name of the DLL file seems to be php5apache2_4.dll, not php5apache2.dll. This configuration in httpd.conf works for me (Apache 2.4.10, PHP 5.6.5): PHPIniDir 'C: PHP'. The PHP development team would like to announce the immediate availability of PHP 5.4.4. This release fixes two security related issues. All users of PHP are encouraged to upgrade to this release. PHP 5.4.4 fixes an security issue in the implementation of crypt() and a heap overflow in the Phar.

Active3 years, 9 months ago

cannot load c:/PHP5/php5apache2_2.dll into server I am getting this error while running apache 2.2 on window XP machine

anyone have any idea what could be the problem. I can see there is no php5apache2_2.dll in c:/php5 folder.

user965884user965884
2,49514 gold badges60 silver badges92 bronze badges

13 Answers

First you must downlaod de .dll file (php5apache2_2.dll)then put it in your extensions directory.

Then edit your php.ini file, find de text:

;extension=php5apache2_2.dll

// and change y toextension=php5apache2_2.dll

if the text is not present put the line yourself.Then restart apache and it should load your extension.

PD: you can see where your extensions directory is located looking for the text 'extension_dir' in your php.ini, sometimes looks like:extension_dir = C:phpextensions

Hope this help you, if not please paste the error here, you can findan error log file in apache/error/error.log or something like that.

Dane411
4091 gold badge8 silver badges25 bronze badges
sandinosandino
3,3801 gold badge15 silver badges22 bronze badges

What worked for me was obtaining php5apache2_4.dll-php-5.4-win32.zip from apachelounge and using 'php5apache2_4.dll' file from the 'PHP 5.4.8' unzipped folder. I had apache 2.3.4 (32-bit) from apachelounge.com and php 5.4.9 (32-bit) from windows.php.net installed on my Win 7 (64-bit).

The dll worked despite 5.4.8 - 5.4.9 mismatch.

The corrsponding changes within 'php.ini' and 'httpd.conf' are to be maintained acoording to this helpful guide.

Best regards.

NactNact

You should download the dll file from PHP distribution package. And see three ways to set up PHP to work with Apache 2.x.

You can configure PHP as Apache handler in <[apache_home]>confhttpd.conf as follow:

NOTE: To avoid the error while starting apache, the php ini dir path should be in single quotes with backslash. Don't forget to end it with backslash.

Sudo add-apt-repository -y ppa:ondrej/mysql-5.6 sudo apt-get update sudo apt-get install mysql-server-5.6 Install Other Requirements You may also need to install modules like PHP7-MySQL, libapache2-mod-php7.0 etc based on your application requirements. Use the following command to find our available php 7 modules. At the last update of this tutorial MySQL, 5.6.27 is latest available MySQL version series of MySQL 5.6.X. How to install libapache2-mod-php5 in centos Sudo apt-get install apache2 libapache2-mod-php7.0 Install MySQL 5.6 Use the following commands to install or upgrade MySQL 5.6 on your Ubuntu systems.

May 11, 2018  iLO/iLO2 Keys only work for sure with the Flexible Quantity and Demo (Time and Seats) license selection. Also HP Intelligent Networking Pack/Virus Throttle works for sure with this keygen with all license selections. HP iLO Advanced License Keys. Welcome to Reddit, the front page of the internet. Become a Redditor. And subscribe to one of thousands of communities. Hp ilo 4 keygen free. Hp Ilo 4 Keygen Crack Sites My Trial key for Advanced features (like Virtual Media) seems working multiples times on different servers, thanks HP! HP Integrated Lights-Out (iLO) is a suite of embedded management technologies.

Mihai Iorga
34.1k13 gold badges86 silver badges95 bronze badges
Nirolivier RazafindrabekotoNirolivier Razafindrabekoto

Here is how I got it to GO:

  1. Created the folder C:Apache
  2. Downloaded and installed http-2.2.22-win32-x86-no-ssl.msiDuring install, entered localhost as Network Domain and Server Name
  3. From browser, typed in url http://localhost/ and page came up with 'It Works'(I do not know if there is a God, but took that as a good sign:)

  4. Created the folder C:PHP

  5. Downloaded and installed php-5.2.17-Win32-VC6-86.msi
  6. Created a new file in notepad with the following:
  7. Saved it in the Apache/htdocs folder as phpinfo.php
  8. From browser, typed in url http://127.0.0.1/phpinfo.php
    It did not work (i.e. it did not run the .php program file)

  9. Hmm, oh yeah, you have to restart Apache for it to see updates to itsown configuration file
    Start, Apache, Control.
    -> generated the error that it could not find C:Apachephp5apache2_2.dll

  10. Well, I found it in C:PHP and I copied it to C:Apache
    Start, Apache, Control.
    -> generated an error about a problem with the PHPINIDir directive on line 495 of C:/Apache/conf/httpd.conf

  11. Fixed that by editing this line in the above file to

  12. Tried to restart Apache again, run the test file in the browser. Still, it did not work:(

  13. Recalled seeing this before and decided to reboot computerRestarted (or started) the Apache Server

  14. Ran the test file again.IT WORKED!

Note that in some of the above I may have mixed up some forward and back slashesGood luck!

superjos
8,8403 gold badges69 silver badges113 bronze badges
RobRob

Please check that for using Apache you should download VC6 version of PHP. If you use VC9 Apache will not start. It is clearly given in the site.

Peter O.Php5apache2_4.dll Win32
22.1k9 gold badges60 silver badges71 bronze badges
adhadh

You are getting an error due to the fact that the c:/PHP5/php5apache2_2.dll is not shipped with the non-thread safe version of PHP that you probably downloaded. Two options:

  • Download and install the thread safe version of PHP instead and youwill get everything you need.

  • If the non-thread safe version is important to what you want to accomplish, download the zip bundle of the thread safe version and take only the .dll you need from there.

Which version: For Apache Server 2.2, you need to download PHP 5.4 thread safe, which is shipped with both php5apache2_2.dll and php5apache2_4.dll. Some earlier versions probably work as well. PHP 5.5 is only shipped with php5apache2_4.dll which will mismatch with your version.

Cf the download links here on the official site: http://windows.php.net/download/.

DarkaneDarkane

For me the problem was resolved by replacing the file php5apache2_2.dll from another site, somehow the file downloaded from the php.net site was corrupt.

I had already the file php5apache2_2.dll on my wamp 2.2 and the PHP version 5.3.13 so I just copied that file into my version 5.4.35 and it worked.

I did not have to mess with the apache configuration as other people suggest.

One more thing I did was to install the Visual C++ Redistributable for Visual Studio 2008 for my x64 machine running Windows 7 Ultimate Edition. I don't think this helped since I had already the x86 version and working with my previous PHP version, but is part of the action I taken.

ReedysethReedyseth

None of the suggestions above worked for me. I tried replacing the php5apache2_2.dll file and restarting everything, but got the same error. I ended up uninstalling Apache, MySQL, and PHP, removing the path variables, and then installing WampServer. Had everything up and running in less than 5 minutes.

By the way, I uninstalled PHP by just deleting the folder in Program Files, since it did not turn up in Add/Remove Programs. I also deleted any leftover Apache and MySQL folders after the uninstalls.

pleiovnpleiovn

Even file exist and apache shows error that this file don't exists, install Microsoft C++ Redistributable Package. Note, that you have to install 2008 version, then 2010. Install both packages, not only 2010 version.

acrossacross

I've had a similar problem. I found out after following a particular Youtube tutorial that if you go and edit the httpd.conf file while Apache is running.. it will mess up.Make sure that you install Apache first.. then turn it off, then install php afterward. It should then edit the httpd.conf file itself. This Youtube tutorial solved my problem. http://www.youtube.com/watch?v=UKbEzmMliNMHope it helps. I got MySQL installed and working too.. but had to install the .Net 4 Framework.

Ross T.Ross T.

You need to install 'http-2.2.22-win32-x86-no-ssl.msi' instead.

Qantas 94 Heavy
12.6k15 gold badges57 silver badges75 bronze badges
GoldieGoldie

I had the same error.I had installed x64 version of Apache and x86 version of php.After a lof of searching I found that this doesn't work.

So I had to install x64 (threadsafe) version of PHP.After this Apache works fine . :)Hope this helps!

kanikani

If your php5apache2_4.dll is missing:

My problem was the php5apache2_4.dll was not included in PHP install zip. It is included only the Thread Safe version of PHP 5.4.38

Laszlo LugosiLaszlo Lugosi
3,0511 gold badge14 silver badges16 bronze badges

Not the answer you're looking for? Browse other questions tagged phpapache or ask your own question.

Active5 years, 7 months ago

I got a new laptop with Windows 7 and want to set up a php+mysql develop environment.
Thus, I downloaded httpd_2.4.3-netware-bin and install Apache 2.4 successfully.
Then I got php-5.4.10-nts-Win32-VC9-x86.zip and unpack it . But I can't find php5apache2_4.dll in it. (I need put it in httpd.conf , Am I right?)
So I went to Google for it, but I got nothing.
Where can I get it?

Iain
107k17 gold badges171 silver badges262 bronze badges

Php5 Apache2 4.dll-php-5.4-win32.zip Download

CuGBabyBeaRCuGBabyBeaR

closed as off topic by Michael Hampton, mdpc, growse, Bryan, WardDec 24 '12 at 5:16

Questions on Server Fault are expected to relate to server, networking, or related infrastructure administration within the scope defined by the community. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about reopening questions here. If this question can be reworded to fit the rules in the help center, please edit the question.

1 Answer

I don't know which package you have downloaded but the working package can be found at windows.php.net/download/. You have to download the vc6 version, non-thread-safe.

Php5apache2_4.dll Win32

P.S if you don't find the php5apache2_4.dll you downloaded the wrong package, I repeat you need the vc6 non thread safe version.

Php5apache2 4 Dll Win32 Virus

P.P.S: If you want to simplify all the process I suggest you to use WAMP, this do all the tricks, installing a working apache php server without requires tons of googling. www.wampserver.com/en/

0wn3r

Microsoft Win32 Dll Download Free

0wn3r

Php5apache2_4.dll

5361 gold badge3 silver badges20 bronze badges

Php5apache2 4 Dll Win32 Disk

Not the answer you're looking for? Browse other questions tagged php5apache-2.4 or ask your own question.