180. Will PHP development Migration to Git improve non-Core Developer Contribution Interest? - Lately in PHP podcast episode 22
Updated on: 2014-02-15
Posted on: 2012-04-05
The PHP development migrated to a Git repository. With the integration with GitHub it became easier for non-core developers to submit pull requests with bug fixes and new feature improvements to PHP.
Will this new possibility make it PHP core developers accept more contributions from non-core developers? That is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 22 of the Lately in PHP podcast.
They also talk about the upcoming PHP 5.4.1 release, as well about the repercussion of a recently article that aims to encourage more PHP developers to embrace Object Oriented Programming, and the top packages of the PHP Programming Innovation Award edition of 2011.
Listen to the podcast or read the transcript to learn more about this and other interesting PHP topics.
More ...
Post a comment
See comments (6) Trackbacks (0)
Will this new possibility make it PHP core developers accept more contributions from non-core developers? That is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 22 of the Lately in PHP podcast.
They also talk about the upcoming PHP 5.4.1 release, as well about the repercussion of a recently article that aims to encourage more PHP developers to embrace Object Oriented Programming, and the top packages of the PHP Programming Innovation Award edition of 2011.
Listen to the podcast or read the transcript to learn more about this and other interesting PHP topics.



179. PHP Programming Innovation Award Winner of 2011
Updated on: 2012-03-28
Posted on: 2012-03-28
Richard Keizer from the Netherlands is the winner of the PHP Programming Innovation Award winner of the 2011 edition.
Despite Richard has been very busy with his own projects, he finally made time to give an interview about his participation in the award, as well about other nominated classes of other authors that he thinks are worth mentioning.
Richard also discusses a few very interesting features that he would like to see in the PHP Classes site to make it more useful for developers that submit nice contributions to the site and users that benefit from them.
Read this article to learn more about Richard work and his great ideas to make PHP Classes an even better PHP community site.
More ...
Post a comment
See comments (2) Trackbacks (0)
Despite Richard has been very busy with his own projects, he finally made time to give an interview about his participation in the award, as well about other nominated classes of other authors that he thinks are worth mentioning.
Richard also discusses a few very interesting features that he would like to see in the PHP Classes site to make it more useful for developers that submit nice contributions to the site and users that benefit from them.
Read this article to learn more about Richard work and his great ideas to make PHP Classes an even better PHP community site.



178. What Are PHP Classes - PHP OOP Example Project on How to Use a Class in PHP
Updated on: 2017-04-15
Posted on: 2012-03-21
Some developers code their PHP projects writing classes of objects. Others also write classes but do it just because they see others doing it without being able to explain why classes are a good thing.
Others do not write classes but reuse other people code written in the form of classes. Others completely refuse to write or reuse other developer classes because they do not see much point in doing it.
Read this article to learn why it is better to develop your PHP projects based on object classes. You may also learn how to convert your global code based classes into properly written classes that you can reuse in multiple projects besides other benefits of using Object Oriented Programming in PHP.
More ...
Post a comment
See comments (90) Trackbacks (0)
Others do not write classes but reuse other people code written in the form of classes. Others completely refuse to write or reuse other developer classes because they do not see much point in doing it.
Read this article to learn why it is better to develop your PHP projects based on object classes. You may also learn how to convert your global code based classes into properly written classes that you can reuse in multiple projects besides other benefits of using Object Oriented Programming in PHP.



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: 2012-03-01
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.
More ...
Post a comment
See comments (0) Trackbacks (1)
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.



176. Good Friends Bring More Friends to Make the Site Better
Updated on: 2012-02-28
Posted on: 2012-02-28
Since 2002 the PHPClasses site has a feature that allows giving credit to friends of the site that bring more new users to the site.
This feature has been enhanced and now it is easier to lead more new users to the site and get even more recognition for that.
Read this article to learn how to take advantage of the new features and help making the site even better with the help of new contributors that you may bring to the site.
Learn also how to make other suggestions to improve the site further.
More ...
Post a comment
See comments (0) Trackbacks (0)
This feature has been enhanced and now it is easier to lead more new users to the site and get even more recognition for that.
Read this article to learn how to take advantage of the new features and help making the site even better with the help of new contributors that you may bring to the site.
Learn also how to make other suggestions to improve the site further.



175. Another Serious Security Bug on PHP 5.3.9
Updated on: 2012-02-03
Posted on: 2012-02-03
PHP 5.3.9 release was mostly meant to fix a security bug, but it introduced a new more serious bug. PHP 5.3.10 was just released to fix this issue.
Meanwhile Debian Linux maintainers decided to stop enabling the Suhosin extension by default. This extension is used by several Linux distributions to provide protection against present and future security bugs of PHP.
Read this article to learn more about the just fixed bug what you should do to avoid these security issues. You can also learn more what is the current PHP security status and the importance of the Suhosin extension to prevent PHP security problems.
More ...
Post a comment
See comments (23) Trackbacks (0)
Meanwhile Debian Linux maintainers decided to stop enabling the Suhosin extension by default. This extension is used by several Linux distributions to provide protection against present and future security bugs of PHP.
Read this article to learn more about the just fixed bug what you should do to avoid these security issues. You can also learn more what is the current PHP security status and the importance of the Suhosin extension to prevent PHP security problems.



174. MicroPHP vs Complicated PHP - Lately in PHP podcast episode 20
Updated on: 2012-02-02
Posted on: 2012-02-01
Earlier in January Ed Finkler announced the MicroPHP manifesto. It seems to be a rant about against the practices of developers that make PHP development more complicated than it should be. This is one of the main topics discussed by Manuel Lemos and Ernani Joppert in the episode 20 of the Lately in PHP podcast.
They also discuss the final release of PHP 5.4.0 and whether you should upgrade it or not, the repercussion of the PHP Hash Collision Vulnerability, as well the trends of PHP world based on the analysis of the PHP Zeitgeist 2011 initiative.
Listen to the podcast or read the transcript now to learn more in detail about these interesting PHP topics.
More ...
Post a comment
See comments (0) Trackbacks (0)
They also discuss the final release of PHP 5.4.0 and whether you should upgrade it or not, the repercussion of the PHP Hash Collision Vulnerability, as well the trends of PHP world based on the analysis of the PHP Zeitgeist 2011 initiative.
Listen to the podcast or read the transcript now to learn more in detail about these interesting PHP topics.



173. PHP 5.4 Features: Shall you Upgrade to the newer PHP Version?
Updated on: 2015-01-18
Posted on: 2012-01-30
PHP 5.4 is being released after many months of development and tests.
Read this article to get a brief overview of the features of this new release and learn about criteria that you may follow to decide if and when you should upgrade to the new version.
More ...
Post a comment
See comments (17) Trackbacks (1)
Read this article to get a brief overview of the features of this new release and learn about criteria that you may follow to decide if and when you should upgrade to the new version.



172. PHP Zeitgeist 2011
Updated on: 2013-01-03
Posted on: 2012-01-18
The PHP Zeitgeist is an initiative that allows us to understand what were some of the main new trends and concerns of the PHP developers in the past year.
Read this article to learn about what new things PHP developers have been searching more in 2011 and what are their needs that probably still need to be fulfilled.
More ...
Post a comment
See comments (6) Trackbacks (0)
Read this article to learn about what new things PHP developers have been searching more in 2011 and what are their needs that probably still need to be fulfilled.



171. PHP Vulnerability May Halt Millions of Servers
Updated on: 2012-01-12
Posted on: 2012-01-12
A security vulnerability found in PHP and many other programming languages may allow attackers to halt servers with vulnerable PHP installations.
Read this article to learn more about this vulnerability and what you can do to avoid that your servers running PHP may be brought down due to this problem.
More ...
Post a comment
See comments (14) Trackbacks (0)
Read this article to learn more about this vulnerability and what you can do to avoid that your servers running PHP may be brought down due to this problem.


