antiprocess.net

ivuorinen @ Twitter
Ismo
  • ...twitter loading...

Posts Tagged ‘Guide’

PHP For the Absolute Beginner

Saturday, August 18th, 2007

PHP 101: PHP For the Absolute Beginner

This area is intended for everyone new to PHP. It opens with a series of informal, entertaining tutorials written by Vikram Vaswani, founder and CEO of Melonfire.

Covers the basics of PHP using easy to follow examples and detailed descriptions what is happening in the code.

Must read to all who want to learn and understand the basics.

Upgrading PEAR on Debian

Saturday, November 11th, 2006

After trying hard to upgrade PEAR 1.3.2 to latest with the build in upgrade tool pear upgrade pear on my own Debian 3.1 (Sarge) I got the following error message so many times I can’t count

pinion:/# pear upgrade PEAR
downloading PEAR-1.4.11.tgz ...
Starting to download PEAR-1.4.11.tgz (283,272 bytes)
..........................................................done: 283,272 bytes
requires package `PEAR' >= 1.3.3

And
Segmentation fault

I came across this workaround:

pear upgrade http://pear.php.net/get/PEAR-1.3.3.tgz
pear upgrade Archive_Tar
pear upgrade PEAR
pear upgrade-all