PHP Classes

PHP community

Recommend this page to a friend!

Articles and news about the PHP community

  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP community   Post article Post article  
  115 - 106   105 - 96   95 - 86   85 - 76   75 - 66   65 - 56   55 - 46   45 - 36   35 - 26   25 - 16   15 - 6   5 - 1  

209. PHP 5.5 Release Date Imminent - Lately in PHP podcast episode 36

Updated on: 2013-06-25

Posted on:

The PHP 5.5.0 final release is about to happen. After about 16 months of development PHP 5.5 is bringing even more maturity to the PHP language, which by Google numbers is present in 75% of the Web sites.

This was one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 36 of the Lately in PHP podcast.

They also discussed some new features proposed for PHP 5.6 like incremental decoding of large JSON data streams and overloading arithmetic operators for arbitrary precision math.

They also debated the meaning of Google finally adding support to PHP in their cloud hosting platform Google AppEngine.

Also in this episode it was discussed an article about good practices to quickly detect and fix PHP code bugs that only show up in production environments.

Listen to the podcast, or watched the Google hangout video, or read the text transcript to learn more about these very interesting PHP topics.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

205. Top Version Control Systems used by PHP Developers

Updated on: 2013-04-29

Posted on:

Version Control Systems are important tools that every developer should be using. However, for many developers version control systems do not make part of their development tool set.

Read this article to learn what are version control systems, why they are so important to be used by all developers, and what are the most popular systems used by PHP developers.


Blog More ...   Post a comment Post a comment   See comments See comments (12)   Trackbacks (0)

204. A Better PHP Feature Voting Process - Lately in PHP podcast episode 34

Updated on: 2013-04-10

Posted on:

The current PHP feature voting process causes problems to those that do not know why features are approved or rejected by each voter. A better solution was proposed to require justification for each feature vote.

This was one of the main topics discussed by Manuel Lemos and Cesar Rodas on the episode 34 of the Lately in PHP podcast.

They also discussed about the latest PHP releases, updating PHP with minimized downtime, as well how brilliant are some developers for creating pure PHP components that overcome PHP limitations without upgrading to a newer PHP version.

Listen to the podcast, or watch the hangout video or read the transcript to learn more about these interesting PHP discussions.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (0)

203. 26 Ways to Show that PHP Can Be Better Than PHP

Updated on: 2013-03-21

Posted on:

The fact that PHP has limitations does not mean that it is not possible to overcome some those limitations with alternative solutions that use only pure PHP code and do not require a newer PHP version.

Read this article to learn about many creative solutions that several PHP developers implemented to overcome some of the PHP limitations.


Blog More ...   Post a comment Post a comment   See comments See comments (21)   Trackbacks (0)

201. 6 Reasons Why PHP is a Hobbit

Updated on: 2013-02-18

Posted on:

Sometime ago a user of the Quora site asked a question if there was a language war, which languages you support and why.

Another user gave a very creative response comparing programming languages with characters of the Lord of the Rings story of JRR Tolkien.

Read this article to understand why PHP or its fans should be compared with Hobbits.


Blog More ...   Post a comment Post a comment   See comments See comments (19)   Trackbacks (0)

199. Test Driven Development brings Stability to Zurmo Open Source CRM

Updated on: 2013-01-17

Posted on:

Employing a Test Driven Development (TDD) methodology when building a complex application may be tedious and take twice as much time, but the upshot is scalable stability as the tortoise beats the hare.

As lead developers of Zurmo, an Open Source Customer Relationship Management (CRM) application, we are driven by the need to build rock solid, reliable software, something that is hard to come by in our field.

In order to accomplish our goal, we decided to bite the bullet and sweat it out with Test Driven Development - TDD.

Zurmo is written in PHP and utilizes jQuery, the Yii Framework, and RedBeanPHP. With 1700+ unit tests running across eight server configurations, Zurmo is built with a passion for software engineering best practices.

Read the article to find out why it is beneficial to be in the habit of testing, testing, and more testing.


Blog More ...   Post a comment Post a comment   See comments See comments (2)   Trackbacks (0)

198. The Urge to Kill Older PHP Versions - Lately in PHP podcast episode 31

Updated on: 2013-01-14

Posted on:

As PHP 5.5 is getting ready to be released in the next months, the end of line for PHP 5.3 is being planned, while the original MySQL extension is being deprecated in PHP 5.5 to be killed in a later version.

Whether this is a good or a bad thing for PHP developers, was one of the main topics of debate between Manuel Lemos and Ernani Joppert in the episode 31 of the Lately in PHP podcast.

They also discussed new PHP 5.5 features such as class variable type hinting and accessor functions, the apparent lack of interest of core developers to participate in the PHP FIG standards group, and what PHP developers have been searching for in 2012 by looking at the PHP Zeitgeist initiative.

Listen to the podcast now, or watch the podcast video, or read the audio transcript to learn more about these and other interesting PHP discussions.


Blog More ...   Post a comment Post a comment   See comments See comments (9)   Trackbacks (0)

186. Do PHP Developers Need and will Adopt PHP Coding Standards? - Lately in PHP podcast episode 24

Updated on: 2012-06-04

Posted on:

The PHP Standards Group is trying to push new specifications for PHP coding standards. Whether PHP developers need and will adopt these standards was one of the main topics discussed by Manuel Lemos and Arturs Sosins in episode 24 of the Lately in PHP podcast.

They also discussed the complaints of Linus Torvalds on the limitations of GitHub handling Git pull requests and whether that will affect the processing of pull requests to the PHP core project.

Other topics include the latest PHP 5.4.3 and 5.3.13 bug fixes, the chart of PHP releases over time, and the JavaScript Innovation Award initiative that is about to start and repeat the success of the PHP Innovation Award.

Listen to the podcast, watch the video recording or read the transcript to learn about these and other interesting PHP related topics here.


Blog More ...   Post a comment Post a comment   See comments See comments (4)   Trackbacks (0)

183. Will it ever Matter if PHP Sucks? - Lately in PHP podcast episode 23

Updated on: 2012-05-26

Posted on:

Once in a while we see fans of other languages writing long articles on why PHP sucks and you should not use it. But will that ever matter?

That is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 23 of the Lately in PHP podcast, for the first time also recorded in video using Google Hangouts On Air.

They also covered other polemic ideas for future PHP versions like the pure PHP script proposal, making function names case-sensitive and the option to skip optional function parameters.

Another interesting topic discussed in this podcast is about the proposals for HTTP 2.0 protocol.

Listen to the podcast, watch the video recording or read the transcript to learn about these and other interesting PHP related topics.


Blog More ...   Post a comment Post a comment   See comments See comments (15)   Trackbacks (0)

177. Is PHP Source Quality really Good or is it still Insecure? - Lately in PHP podcast episode 21

Updated on: 2012-03-16

Posted on:

A study from Coverity claims that the source code of Open Source projects such as PHP has a low defect rate.

Meanwhile, a few weeks ago, the security expert Stefan Esser claims that PHP source security bug prevention has a lot to be desired because PHP core developers do not have the habit of using source code auditing tools to prevent security bugs.

The matter of the PHP source code quality and security bug prevention was one of the main topics discussed by Manuel Lemos and Ernani Joppert in episode 21 of the Lately in PHP podcast.

Among other interesting topics, they also discuss the new features of Apache 2.4 and whether it is already possible for PHP sites to take advantage of this new Apache release.

Listen to the podcast now or read the transcript to learn about these and other interesting PHP related topics.


Blog More ...   Post a comment Post a comment   See comments See comments (0)   Trackbacks (1)

  115 - 106   105 - 96   95 - 86   85 - 76   75 - 66   65 - 56   55 - 46   45 - 36   35 - 26   25 - 16   15 - 6   5 - 1  
  All package blogs All package blogs   Blog PHP Classes blog   Blog PHP community   Post article Post article