php 5.3.2
Posted by: hacker (41.226.103.---)
Date: April 03, 2010 01:01PM

how to install php 5.3.2 in wampserver 2.0

Options: ReplyQuote
Re: php 5.3.2
Posted by: c2dan (---.15-1.cable.virginmedia.com)
Date: April 03, 2010 03:09PM

Go to windows.php.net/download/ and download the zip package titled VC6 x86 Thread Safe under the PHP5.3.2 heading

Extract the contents of the zip to C:/wamp/bin/php/php5.3.2

Copy php.ini, phpForApache.ini and wamserver.conf from the php5.3.0 folder to the php5.3.2 folder.


Now left click the wamp tray icon and choose PHP > Version > 5.3.2. If you do not see 5.3.2 listed right click the wamp tray icon and choose Refresh. Now try changing PHP version as mentioned.



Edited 1 time(s). Last edit at 04/03/2010 03:11PM by c2dan.

Options: ReplyQuote
Re: php 5.3.2
Posted by: hacker (41.230.120.---)
Date: April 03, 2010 03:19PM

when i select php5.3.2 wampserver2.0 icon become red

Options: ReplyQuote
Re: php 5.3.2
Posted by: arnb (---.dyn.optonline.net)
Date: April 03, 2010 03:45PM

Had the same problem. Found solution on the French language forum and it is now working.

Edit the file wamp \ bin \ php \ php5.3.2 \ php.ini
Replace:
extension_dir = "c: / wamp/bin/php/php5.3.0/ext /" (or could be 5.3.1)
by
extension_dir = "c: / wamp/bin/php/php5.3.2/ext /"



Edited 1 time(s). Last edit at 04/03/2010 03:47PM by arnb.

Options: ReplyQuote
Re: php 5.3.2
Posted by: sodae (---.customer.poda.cz)
Date: April 04, 2010 03:43PM

I done all steps (extract 5.3.2 safe, copy from 5.3.1 [php.ini, phpForApache.ini and wamserver.conf] and replace extension dir), but It have still red color. Where is problem next problem, or step? :-)

Options: ReplyQuote
Re: php 5.3.2
Posted by: arnb (---.dyn.optonline.net)
Date: April 05, 2010 03:36AM

Do you have 5.3.1 working?

Suggest redoing the whole process including the download and zip expand, then copy and edit the 5.3.1 files.

One other thing you will need to do is edit your hosts file, right click your editing program icon and select Run as Administrator
change
::1 localhost to
:::1 localhost

There is an error in the IPV6 address that prevents 5.3.1+ from connecting, but does not cause the icon to be red.



Edited 4 time(s). Last edit at 04/05/2010 03:06PM by arnb.

Options: ReplyQuote


Sorry, only registered users may post in this forum.