Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

HowToForge.com:
Installing PHP5 Debugger On OpenSUSE 11.3
Oct 19, 2010 @ 17:49:19

On HowToForge.com there's a tutorial on installing a PHP Debugger (xdebug) on an OpenSUSE linux install including PHP5 and Apache.

This tutorial shows how to install php5 debugger (xdebug) on OpenSUSE 11.3.

The steps of the process are super simple because of the "zypper" package manager:

  • Install the PHP5, Apache2 and PHP for Apache module
  • Download the latest Xdebug version and unpack it
  • Build Xdebug
  • phpize it to build the shared object
  • Update your php.ini file to add it in
tagged: xdebug install tutorial debugger zypper opensuse

Link:

HowToForge.com:
Installing Lighttpd With PHP5 And MySQL Support On OpenSUSE 11.1
Jan 07, 2010 @ 17:44:01

On HowToForge.com there's a new tutorial on how to get the combination of Lighttpd, PHP and MySQL up and running on an OpenSuse linux installation.

Lighttpd is a secure, fast, standards-compliant web server designed for speed-critical environments. This tutorial shows how you can install Lighttpd on an OpenSUSE 11.1 server with PHP5 support (through FastCGI) and MySQL support.

Most of the software installation is handled via packages installed by the "yast2" package manager but you'll still need to go in and modify some of the configuration files to get PHP and Lighttpd to play nicely together. Besides the MySQL package required for PHP's MySQL support, they also suggest getting a few other packages for things like SOAP, SQLite, IMAP, zlib and openssl.

tagged: tutorial opensuse lighttpd mysql yast2 package

Link:

Security News:
Open SUSE Update for PHP4/PHP5 Packages
Jan 29, 2008 @ 19:58:00

The Open SUSE group has released an update for a list of their software to bring their PHP4 and PHP5 packages up to date.

php5 was updated to version 5.2.5 to fix several security vulnerabilities. For php4 on SLES9 the patches were backported.

You can find out more about the issues corrected as well as links to the packages that have been updated in the advisory message.

tagged: php4 php5 package update secunia opensuse linux

Link:

Tony Bibbs' Blog:
Problems Using Zend Studio after Upgrade to openSUSE 10.3
Oct 16, 2007 @ 12:52:00

Tony Bibbs comments today about some issues that he's been having with his installation of Zend's Studio IDE ever since he made the update to a more recent version of SUSE - version 10.3.

Well, upgrading from openSUSE 10.2 to 10.3 has been a bit brutal. [...] So this morning I got to work and had a customer demo and felt I needed to have the Zend Studio IDE working to be able to make some quick changes on the fly and it would work.

His problem was with an assertion issue - the resource the software was trying to access was locked. He did find a solution, though on Chris Hope's blog involving a sudoed call to sed to replace a value in one of the shared libraries for Zend Studio, replacing one variable name with another.

tagged: opensuse upgrade zendstudio ide shared library sed sudo opensuse upgrade zendstudio ide shared library sed sudo

Link:

Tony Bibbs' Blog:
Problems Using Zend Studio after Upgrade to openSUSE 10.3
Oct 16, 2007 @ 12:52:00

Tony Bibbs comments today about some issues that he's been having with his installation of Zend's Studio IDE ever since he made the update to a more recent version of SUSE - version 10.3.

Well, upgrading from openSUSE 10.2 to 10.3 has been a bit brutal. [...] So this morning I got to work and had a customer demo and felt I needed to have the Zend Studio IDE working to be able to make some quick changes on the fly and it would work.

His problem was with an assertion issue - the resource the software was trying to access was locked. He did find a solution, though on Chris Hope's blog involving a sudoed call to sed to replace a value in one of the shared libraries for Zend Studio, replacing one variable name with another.

tagged: opensuse upgrade zendstudio ide shared library sed sudo opensuse upgrade zendstudio ide shared library sed sudo

Link:


Trending Topics: