 | News Feed |
Sections
Community Events
|
| feed this: |  |
PHP.net: PHP 5.2.6 Released
posted Friday May 02, 2008 @ 07:51:13
voice your opinion now!
BY CHRIS CORNUTT
The PHP development team has released the latest version in the PHP 5.2.x series today - version 5.2.6:
This release focuses on improving the stability ofthe PHP 5.2.x branch with over 120 bug fixes, several of which are security related.All users of PHP are encouraged to upgrade to this release. Further details about the PHP 5.2.6 release can be found in the release announcement for 5.2.6, the full list of changes is available in the ChangeLog for PHP 5.
Security updates include prevention of a buffer overflow in FastCGI mode, an integer overflow in printf, correction for a safe_mode bypass method in cURL and the bundling of PCRE 7.6 to update the regular expression functionality of the language.
You can grab this latest release from the downloads page on PHP.net (or your favorite mirror) - both the source and the Windows binaries.
tagged with: release php5 series security overflow pcre safemode download
Eirik Hoem's Blog: Prado Framework 3.1.2 released
posted Thursday April 24, 2008 @ 09:38:49
voice your opinion now!
BY CHRIS CORNUTT
Eirik Hoem has posted about the latest update of his favorite framework being ready for download - Prado.
My favorite PHP framework just got a new release, adding several new components and fixing 30-ish bugs. The bundled JavaScript libs (Prototype / script.aculo.us) have also been upgraded, so that should help lots of people struggling with the old versions.
You can download the framework from its website and, if you're new to it, check out the tutorial to get you started. Prado is a free PHP5-based rapid application development framework that doesn't go with the usual MVC format of most frameworks. It opts instead for "logic be stored in classes and presentation in templates".
tagged with: prado framework download release version quickstart tutorial
DeveloperTutorials: CubeCart 3.0 Installation and Configuration
posted Tuesday April 08, 2008 @ 08:58:17
voice your opinion now!
BY CHRIS CORNUTT
On the Developer Tutorials website, there's a new guide that steps you through the installation of a simple e-commerce platform available for free from Devellion Limited.
In this tutorial, we will get an introduction to CubeCart, created and distributed by Devellion Limited. Their flagship product is one of the easiest low-cost e-commerce solutions available, and is growing in popularity. Note that CubeCart is not technically open source, since the code cannot be freely redistributed. On the other hand, most of the code is not protected using encoding, and can thus be read and understood.
They go through the selection process - picking which version of their software is right for you - and the installation, configuration and how to verify that everything's up and running smoothly. Screenshots are included to help along the way.
tagged with: cubecart ecommerce install configure download screenshot
Developer Tutorials: Installing PHP on Windows
posted Monday March 10, 2008 @ 08:42:00
voice your opinion now!
BY CHRIS CORNUTT
On the Developer Tutorials website, Michael Ross has written up a guide to step you through the installation of PHP on a Windows machine (on basically any flavor of Windows too).
Your PC can be turned into a fully capable Web development environment, by installing those three technologies, and configuring them so they communicate with one another. Admittedly, you can simply install and use PHP for its command-line processing. But for creating and testing dynamically generated Web pages on your local machine, then Apache needs to be already installed and working.
If you're wanting to set that part up before you get started and aren't sure how, check out the other tutorial to get started. He works through the process with you, including screenshots of the installer and how to toss MySQL in to the mix.
tagged with: install tutorial windows mysql gui download dll
|