Wamp Php 5.2.17 Download

How to install 5.2 version of PHP in wamp. Which will let you install PHP 5.2.11 in your WampServer. Here's the download. – Oleg Sapishchuk Dec 15 '15 at 17:11.

  1. Php 5.2 Download
  2. Wamp Php 5.2 17 Download
Active3 years, 8 months ago

Update: The problem appears to have been corrupt DLLs somewhere in my PHP installation, or possibly a bug in PHP 5.2.9 on Win2k. I downloaded the windows (binaries-only) distribution of PHP 5.2.10 from php.net and extracted that to my c:PHP directory. After doing that, everything worked fine.

  • New XAMPP with PHP 5.5.15 and 5.4.31 versions. Or Magento) in now includes ownCloud, CMS Made Simple, SuiteCRM and more. You can download free.
  • Free download page for Project WampServer's wampserver2.5-Apache-2.4.9-Mysql-5.6.17-php5.5.12-64b.exe.WampServer will install Apache, PHP5 and MySQL on your Windows system.
  • I have been searching for Wampserver 2.2 (with PHP version 5.4.3. Please can someone direct me to a link where I can download it.

Update2: I undid everything that I tried earlier (everything from the bulleted list below), except that I left 'extension=php_curl.dll' uncommented in my php.ini file. It turns out that is all you should have to do in a proper installation.

I'm trying to get CURL to work on a Windows installation of PHP (version 5.2.9-2), and I am at wit's end. I have found the PHP CURL installation page, this SO question which references this page, and this SO question. I've tried most of the suggestions in all of those pages but I still get an error. Here is my very simple test page:

Wamp

This gives me:

Fatal error: Call to undefined function curl_init() in C:ApacheRootcurltest.php on line 2

In my Apache error log I get this each time the server starts:

PHP Warning: PHP Startup: Unable to load dynamic library 'C:PHPextphp_curl.dll' - The specified procedure could not be found.rn in Unknown on line 0 Greek wifi finder pci.

I have done the following:

  • Uncommented the following line in php.ini: extension=php_curl.dll
  • Copied ssleay32.dll and libeay32.dll from C:PHP to C:WINNTSystem32
  • Downloaded cURL for Win32 from curl.haxx.se and extracted the .zip file to C:cURL
  • Added C:cURL to my system PATH environment variable.
  • Verified that:
    • php.ini includes extension_dir='C:PHPext'
    • The directory C:PHPext contains php_curl.dll
    • The only php.ini file on my system is in C:PHP (i.e. especially that there is no C:WINNTphp.ini)
    • The Apache httpd.conf file includes the line PHPIniDir 'C:/PHP/'

I have also rebooted the machine (several times, in fact..).

Community
KipKip
69.1k78 gold badges211 silver badges250 bronze badges

7 Answers

You don't have to reboot the computer, just restart the apache and the php module will read the new ini.
Did you change the correct php.ini? In case of doubt

can tell you.

Is there something in the error.log of the apache that indicates that something went wrong while loading php and the php_curl.dll?

Did you start the apache as a win32 service? If you did try to start it as a console application. Error messages will show up on the console then. Or start it as a service and take a look at the error.log file and the windows event log (start, run, eventvwr.msc /s).

Rapidshare embroidery office 11 software free. edit:
'The specified procedure could not be found'
You need a dll that is compatible with your php version and build. Exactly what did you install and where did you get it from?

VolkerKVolkerK
84.8k15 gold badges149 silver badges216 bronze badges

Try this:

  1. Stop WAMP completely.
  2. Find your WAMP folder: C:PathToWAMPbinApacheApacheVersionbin
  3. Edit that php.ini and uncomment extension=php_curl.dll
  4. Restart WAMP.

That should hopefully solve it.

*EDIT: Do the same thing @ C:PathToWAMPbinphpPHPVersion

Mr. SmithMr. Smith
4,4588 gold badges39 silver badges57 bronze badges

This is what worked for me

Answered by Soren from another SO thread - CURL for WAMP

'There seems to be a bug somewhere. If you are experiencing this on Win 7 64 bit then try installing apache addon version 2.2.9 and php addon version 5.3.1 and switching to those in WAMP and then activating the CURL extension. That worked for me.'

Community
Abhishek RakshitAbhishek Rakshit

Php 5.2 Download

This fixed it for me:

Go to here:

Download 'php_curl-5.3.13-VC9-x64.zip'

Stop WAMP Server from Running

Extract the file 'php_curl.dll'.

On your local machine, browse to (or where your WAMP installation is found) c:wampbinphpphp5.3.13ext

Rename php_curl.dll to php_curl.dll.old (or whatever you choose) and then copy the new file into the above directory.

Restart WAMP Server

All should be working ok now.

RustyInglesRustyIngles
2,0001 gold badge18 silver badges25 bronze badges

I had the same problem with php-5.5.26-Win32-VC11-x64 (on Windows) and I tried everything listed here with no luck. Finally I got it working by adding PHP installation directory to windows Path.

Master DroolsMaster Drools
Wamp Php 5.2.17 Download

With PHP 5.6.9 on Windows Server Core 2012 x64 cURL was not working, not showing up in phpinfo despite uncommenting php_curl.dll extension in my php.ini and restarting the Apache 2.4 service. Added the php path and the phpext path to my $evn:path. No joy.

Fix: I didn’t need to download any other php_curl.dll file and couldn’t find one for PHP 5.6 anyway. What finally worked was to copy these three files into the Apache24bin folder then restart Apache:

libeay32.dll

libssh2.dll

ssleay32.dllCopying these to System or System32 was not needed.

DCRDCR
2,8422 gold badges20 silver badges54 bronze badges

If the problem persists after you uncomment the module from both php.ini files (that people are already talking about and which are located on apache folder and php folder) and even after you check that you got the php_curl.dll ** at

Wamp Php 5.2 17 Download

C:WAMPbinphpphp5.3.13ext

YOU SHOULD TRY TO REPLACE THE ORIGINAL DLL THAT COMES WITH WAMPSERVER with one from this website:

My problem was there! Hope it helps.

Lothre1Lothre1
1,6853 gold badges30 silver badges46 bronze badges

protected by CommunityOct 11 '12 at 11:51

Thank you for your interest in this question. Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?

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

Active4 years, 6 months ago

I have been searching for Wampserver 2.2 (with PHP version 5.4.3, Apache 2.4.2 and MySql 5.5.24) all day, I want this specific version because its the only one that runs on my computer without errors, please can someone direct me to a link where I can download it. thanks.

pacpoepacpoe

closed as off-topic by Ƭᴇcʜιᴇ007, DavidPostill, Kevin Panko, Excellll, Art GertnerMar 12 '15 at 21:29

This question appears to be off-topic. The users who voted to close gave these specific reasons:

  • 'This question is not about computer hardware or software, within the scope defined in the help center.' – Ƭᴇcʜιᴇ007, Art Gertner
  • 'Questions seeking product, service, or learning material recommendations are off-topic because they become outdated quickly and attract opinion-based answers. Instead, describe your situation and the specific problem you're trying to solve. Share your research. Here are a few suggestions on how to properly ask this type of question.' – DavidPostill, Kevin Panko, Excellll
PhpIf this question can be reworded to fit the rules in the help center, please edit the question.

1 Answer

After hard work Ive found these two for you:

WampServer 32bit version
Specs:
php 5.4.3
Apache 2.2.22
Mysql 5.5.24

WampServer 64bit version
Specs:
php 5.4.3
Apache 2.4.2
Mysql 5.5.24

TechLifeTechLife

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