PHP

PHP/Apache Problems on a Debian Mixed System

Submitted by stevem on

In recent months we have been transitioning from Fedora Core systems to Debian ones. Our standard install is Debian stable "Etch", and the standard slate of packages serves almost all our needs admirably.

With one exception.

CiviCRM 2.1, which is (barely) still in alpha requires PHP version 5.2.1+, and the version that comes with Debian stable is 5.2.0. The way around this is to install the Debian packages from the testing distribution, which currently offers the latest 5.2.6 version of PHP.

Debugging PHP on Ubuntu Feisty Fawn

Submitted by stevem on

I've recently come through a downright purgatorial effort to get some sort of IDE debugger set up for my Drupal work. Hopefully the notes below will help other folks from running into some of these same problems.

Environment

My usual work environment is a Thinkpad T60 running Ubuntu. My work lately has been heavy on the sysadmin work and light on the coding, but I am now setting about finishing our much-delayed CiviLingua contribution to CiviCRM, and was interested in using a more professional debugging tool than (much as I love it) ... var_dump().

Upgrading PHP and MySQL on Red Hat Enterprise Edition

Submitted by stevem on

Enterprise installs of GNU/Linux promise well-supported and rock-solid combinations of software packages.The problem with upgrading the software on an Enterprise install is that the built-in program management system only lets you upgrade and install the limited selection of packages and versions that make up that particular distro.*

Subscribe to PHP