Skip to main content

Upgrading your PHP version

There are two ways to do this. I'll list out both in this post.

1. Backing Up and upgrading

Take a backup of your htdocs and data folder (subfolder of mysql folder), reinstall upgrade version and replace those folders.

2. Overwriting the new version

Inspired by YAIG(Yet Another IT Guy)'s blog, Here is the how-to version

Warning: Do this at your own risk
  1. Download the latest version of PHP (zip package not the installer)
  2. De-archive it to a directory
  3. Copy the contents of the directory in the PHP sub-folder of your XAMPP installation directory, overwriting the files which are already present
  4. Now a simple trick: take the files which have a _2 in their names (for example php5apache2_2.dll), copy them in the apache\bin subdirectory and remove the _2 part, overwriting the existing files.

Comments

Popular posts from this blog

Download your favorite Serials whole season at once

So, we all have our favorite serials. Or someone recently suggested you a serial which is now on it's latest season and you want to look at all those previous seasons. Some may watch it in online There are plenty of sites to watch them online. mywatchseries.to watch-series.com What if you want to download? You can download using IDM while playing online. How to download a whole season? Playing every episode and download? That's possible. But, is there an easy way? Yes. There is! These are the steps to follow. Before going down, download and install the latest IDM. IDM Latest (This is cracked. But, if you like. Support the developers by buying it) Step one Choose the site where you can download all your episodes. for example : http://dl2.mihanpix.com/Serial/ Index of Serial There are plenty of sites like this. To find those, just google "Index of Serials". Googled it Step two Go to the page of which season you want to download...

Scan Conversion(Circle) - Midpoint Algorithm

Assignment 05. Use the mid-point circle technique to derive the necessary equations to scan convert the following circular sector (i.e., points from  27 0 o  to 315 o ) .  Implement your method and u se the circle's symmetric property to draw complete circles.   The file is available here ( ScanConvertCirclemidpoint.cpp ) Play with it. You will understand..