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

Symfony Blog:
The end of the Symfony Standard Edition
Jan 10, 2018 @ 17:54:34

On the Symfony blog there's a post with a major announcement for the users of the framework - the end of the Symfony Standard Edition, a release version that tried to bundle in the common tools a developer might need.

When I started to work on Symfony 2 many moons ago, I decided to create a set of decoupled components instead of a monolith framework like symfony 1. This choice was probably one of the key reasons of the immediate success of Symfony 2. [...] Of course, people don't want to assemble the components themselves when starting a new project. To fill the gap, we created the Flex was born. [...] Thanks to the new Flex approach, we've decided to not provide the Symfony Standard Edition for Symfony 4.0.

In the post Fabien talks about some of the history behind the Standard Edition including why it was made and what problems it solved. He then points out that, with the introduction of Flex, many of the issues and flexibility the SE lacked are worked out. While it is a little more complex to get started with a Flex application, the unpacking functionality helps with bringing in bundles of packages related packages without having to require each individually.

tagged: symfony standard edition endoflife end community flex symfony4

Link: https://symfony.com/blog/the-end-of-the-symfony-standard-edition

PHPUgly Podcast:
#36 - Election Edition
Nov 14, 2016 @ 15:35:29

The PHPUgly podcast, hosted by Eric Van Johnson, Tom Rideout and John Congdon, has released their latest episode - Episode #36: Election Edition

Topics discussed in this latest episode include:

You can listen to this latest episode either using the in-page audio player or over on Soundcloud. If you enjoy the show, be sure to subscribe to their feed and follow them on Twitter for updates when new shows are released.

tagged: phpugly podcast election edition ep36

Link: https://phpugly.com/blog/36election-edition

Loïc Faugeron:
The Ultimate Developer Guide to Symfony - Skeleton
Mar 17, 2016 @ 15:24:39

Loïc Faugeron has posted another in his series of "Ultimate Developer Guides" for a component of the Symfony framework. In the latest part of the series, he looks at the Skeleton component.

In this guide we've explored the main standalone libraries (also known as "Components") provided by Symfony to help us build applications: HTTP Kernel and HTTP Foundation, Event Dispatcher, Routing and YAML, Dependency Injection and Console. We've also seen how HttpKernel enabled reusable code with Bundles.

In this article, we're going to have a closer look at how to organise our applications directory tree.

He shows how to create a new project with the "empty edition", a skeleton for creating a basic Symfony framework with some of the basic boilerplate already in place. He shows the resulting directory tree and creates a new AppBundle for his new development. Initially he put the bundle under the main directory so he then shows how to decouple this and move bundles and libraries out into a src/ directory outside of the main application directory in the skeleton.

tagged: symfony ultimate developer guide tutorial skeleton edition empty bundle library decouple

Link: https://gnugat.github.io/2016/03/16/ultimate-symfony-skeleton.html

Carsten Lucke's Blog:
O'Reilly PHP 5 Cookbook - 3rd German Edition
Oct 29, 2009 @ 15:14:23

Carsten Lucke has posted about the release of the third edition of O'Reilly's "PHP5 Cookbook" ("PHP5 Kochbuch") German edition:

The book is published by O'Reilly - written by David Sklar, Adam Trachtenberg, Stephan Schmidt, Ulrich Speidel, Carsten Lucke and Matthias Brusdeylins. The German PHP 5 cookbook in a new and completely revised 3rd edition with information on the new PHP 5.3. Collected knowledge of American and German PHP experts. It contains hundreds of well-approved "recipes" including explanations of the new PHP features.

Carsten and Matthias Brusdeylins reworked the third edition and revised quite a bit of it for this new release (including adding some PHP 5.3 examples). The book comes in at a hefty 879 pages and more information can be found on the O'Reilly website.

tagged: oreilly cookbook edition german

Link:

SitePoint PHP Blog:
Free PHP Webinar: How to Increase Performance with Caching
Apr 21, 2009 @ 16:16:58

On the SitePoint PHP blog there's a reminder about an upcoming Zend webinar being helps April 22nd (4pm UTC/GMT) about increasing application performance through caching hosted by Shahar Evron.

Zend are holding a free webinar on Wednesday 22 April from San Francisco (9:00am PDT, 4:00pm UTC/GMT). The event is led by Shahar Evron and titled "How to increase application performance using caching". Shahar will give a one-hour live demonstration showing the steps required to optimize and boost the performance of your PHP applications using Zend Server.

The web conference will show how to make use of the Zend Server Community Edition to squeeze more performance out of your PHP applications. The community server includes functionality for Zend Optimizer, a Java/PHP extension, the Oracle extension, phpMyAdmin and the Zend Framework.

tagged: shaharevron edition community zendserver cache performance

Link:

2bits.com:
Benchmarking Zend Server Community Edition with Drupal
Apr 13, 2009 @ 16:16:44

From the 2bits.com site today the results of a recent test have been posted - comparing a Drupal installation's performance on a normal Apache/PHP fcgid install to a new install using the Zend Server Community Edition.

Zend have had their own proprietary PHP server product for quite some time now. This week, they announced their Zend Server Community Edition, with the intention to disrupt Java, and grow PHP specially in the current economic conditions. [...] So, we decided to benchmark Zend Server Community edition with Drupal 5.x against Apache PHP fcgid with APC, which we have benchmarked recently.

They used Siege for their benchmarks, testing the response times on both installs with one coming out a good bit ahead of the other (I won't spoil it, you'll have to see for yourself). Future testing is mentioned for other comparisons like Zend mod_php vs Ubuntu's Apache mod_php and others.

tagged: zendserver community edition benchmark apache fcgid drupal install

Link:

Community News:
Zend Server (Commercial & Community Editions) Released
Apr 08, 2009 @ 15:27:27

As is mentioned on the Zend Developer Zone, the Zend Server software has finally come out of beta and has made its first release (with a community edition too).

From the recent press release:

Zend Server CE is a completely free version of Zend Server that runs on Linux, Microsoft Windows, and Mac OS X, specifically tuned to address the needs of non-critical server deployments and for developer desktops/laptops everywhere. Zend Server CE comes with the same high-performance opcode caching and easy-to-use PHP administration capabilities as the commercial Zend Server.

You can find out more about the products and find the links for downloads of both the Zend Server Commercial and Zend Server Community Edition from the main Zend Server page on the Zend website.

tagged: zend zendserver commercial community edition release

Link:

Mike Willbanks' Blog:
Why Utilize Zend Server Community Edition
Mar 18, 2009 @ 14:33:55

In this new post to his blog Mike Willbanks talks about some of the reasons he's found (including a few bad ones) to use or not use the Zend Server (Community Edition) for your application.

At work, we were looking to see where we were going as far as future PHP versions and maintaining our production environments it was appealing to see the Zend Server offering. After receiving the email about the public beta, I decided to give this a test spin and the results of which was taken with high regard.

Mike looks at some of the advantages the software offers - including the Zend Control Panel and extensions offered - and a few disadvantages - like the location of the Apache configuration files and the age of some of the extensions included. He also briefly looks at the Zend Control Panel and the features it offers.

tagged: zendserver community edition advantage disadvantage

Link:

Marcel Esser's Blog:
A Review of Zend Server
Feb 25, 2009 @ 18:09:55

Marcel Esser has posted his review of the latest all-in-one PHP development stack making the rounds - Zend Server (he tried the Community Edition).

Zend Server is smart in that it really only tries to maintain its core competency – which is PHP. It uses Apache 2 as the runtime for PHP, and it grabs that from Debian repositories, along with the usual chain of configurations thereof. At the time of this writing, the packaged PHP version is 5.2.8. I took a cursory look at the PHP extensions that ship with the default, and they look to be very complete.

He talks about the administration the tool offers and one thing that it simplifies - setting up some of the more difficult tools (like Zend Debugger) automatically. That said, there are a few things that bothered him: the assumption of Apache2, the lack of rollback instructions, the use of a password-only login for the admin system and the number of pre-loaded extensions that come enabled by default.

tagged: zend zendserver review community edition ce

Link:

Andi Gutmans' Blog:
Inside Zend Server: Windows
Feb 24, 2009 @ 18:57:41

Andi Gutmans (of Zend) has posted a more in-depth look their newly released (beta) product - Zend Server - and its use on a Windows platform.

As I pointed out in my previous post on Zend Server there are a lot of different constituencies that Zend Server applies to. In this post I will focus on developers and system administrators who are using Windows either for developing or running PHP–based Web applications.

He mentions the work that's been done to help stabilize PHP on the Windows platform - both by Zend and Microsoft - and that the difference between Zend Server and the Zend Server community edition has nothing to do with the stability of the software it sets up. He does list some of the features in the Windows version including FastCGI support, native MSI hotfixes and a feature to tweak certain Windows settings for the optimal Zend Server Performance.

tagged: zendserver windows zend community edition feature

Link:


Trending Topics: