229. The Security of Future PHP Versions - Lately in PHP podcast episode 45
Updated on: 2014-03-12
Posted on: 2014-03-12
As the plans for the upcoming PHP 5.6 and PHP 6 versions are being finalized, some of the proposals are about improving the security of these future PHP versions.
That has been one of the main topics discussed by Manuel Lemos and César Rodas on the episode 45 of the Lately in PHP podcast.
They also have talked about several other types of proposals and ideas for PHP 6, as well a tutorial on How to Use a Webcam to take Pictures in PHP Application.
Now listen to the podcast, or watch the hangout video or read the transcript text to learn more about these interesting PHP topics that were discussed.
More ...
Post a comment
See comments (0) Trackbacks (0)
That has been one of the main topics discussed by Manuel Lemos and César Rodas on the episode 45 of the Lately in PHP podcast.
They also have talked about several other types of proposals and ideas for PHP 6, as well a tutorial on How to Use a Webcam to take Pictures in PHP Application.
Now listen to the podcast, or watch the hangout video or read the transcript text to learn more about these interesting PHP topics that were discussed.



228. PHP Webcam Capture Image Database PHP Script to take Photo Picture from Camera
Updated on: 2017-06-11
Posted on: 2014-02-27
If you want to take a picture of a user to be used in a PHP Web site, you can do it with a little help of a JavaScript HTML5 library.
This article is a tutorial that explains how to take picture snapshots using a Webcam to be uploaded to a PHP application.
More ...
Post a comment
See comments (34) Trackbacks (0)
This article is a tutorial that explains how to take picture snapshots using a Webcam to be uploaded to a PHP application.



227. The Debate About All PHP Frameworks that Suck - Lately in PHP podcast episode 44
Updated on: 2015-01-18
Posted on: 2014-02-17
The video and the article about when Rasmus Lerdorf stated that in his opinion all PHP frameworks suck had great reprecussion. In this podcast the debate about reasons for this opinion continued with Manuel Lemos, Cesar Rodas and Yasir Siddiqui, the winner of PHP Innovation Award edition of 2013.
They also talked about the the Uniter PHP interpreter written in JavaScript, plans to remove the MySQL and IMAP extension in PHP 5.6, whether the next major PHP version should be PHP 6 or PHP 7.
Now listen to the podcast audio, or watch the hangout video or read the transcript to learn more about these and other interesting PHP discussions.
More ...
Post a comment
See comments (0) Trackbacks (0)
They also talked about the the Uniter PHP interpreter written in JavaScript, plans to remove the MySQL and IMAP extension in PHP 5.6, whether the next major PHP version should be PHP 6 or PHP 7.
Now listen to the podcast audio, or watch the hangout video or read the transcript to learn more about these and other interesting PHP discussions.



226. 4 Reasons Why All PHP Frameworks Suck?
Updated on: 2014-02-05
Posted on: 2014-02-05
Recently, Rasmus Lerdorf, the creator of PHP, stated in a PHP frameworks conference that all PHP frameworks suck.
He also answered several interesting questions about the present and future solutions in PHP 7 or beyond.
Read this article to learn more about Rasmus said and the what it means for the way you develop PHP now and in the future.
More ...
Post a comment
See comments (43) Trackbacks (0)
He also answered several interesting questions about the present and future solutions in PHP 7 or beyond.
Read this article to learn more about Rasmus said and the what it means for the way you develop PHP now and in the future.



1. Showing the Diff between Two Strings and Patch one to get the Other in PHP and JavaScript
Updated on: 2015-01-18
Posted on: 2014-01-31
Blog: PHP Text Diff Highlight class package blog
Package: PHP Text Diff Highlight class
The Text Diff Highlight class is the PHP counterpart of a JavaScript object named JS Diff Viewer that can compare two text strings and extract the list of differences between them.
Now these classes can also take the initial string and rebuild the final string applying the previously extracted list of differences.
Read this article to learn how to use these classes to show the diff between strings and apply the list of differences patch.
More ...
Post a comment
See comments (0) Trackbacks (0)
Now these classes can also take the initial string and rebuild the final string applying the previously extracted list of differences.
Read this article to learn how to use these classes to show the diff between strings and apply the list of differences patch.



225. Is Facebook HHVM going to Replace Zend Engine in PHP 6 - Lately in PHP podcast episode 43
Updated on: 2014-01-20
Posted on: 2014-01-20
The Facebook HipHop Virtual Machine, HHVM, has been evolving a lot, so PHP developers are considering it as a possible replacement for Zend Engine in PHP 6.
This was one of the main topics discussed by Manuel Lemos and César Rodas in the episode 43 of the Lately in PHP podcast.
They also discussed other topics like FastCGI support in HHVM, having PHP function naming consistency plans for PHP 6, TLS peer verification for secure connections, and using Composer to install JavaScript, CSS and images for PHP projects.
Listen to the podcast, or watch the hangout video, or read the transcript to learn more about the details of these PHP discussions.
More ...
Post a comment
See comments (0) Trackbacks (0)
This was one of the main topics discussed by Manuel Lemos and César Rodas in the episode 43 of the Lately in PHP podcast.
They also discussed other topics like FastCGI support in HHVM, having PHP function naming consistency plans for PHP 6, TLS peer verification for secure connections, and using Composer to install JavaScript, CSS and images for PHP projects.
Listen to the podcast, or watch the hangout video, or read the transcript to learn more about the details of these PHP discussions.



224. PHP World Championship of the Nations of the Innovation Award
Updated on: 2014-06-30
Posted on: 2014-01-15
This year is starting a new initiative that aims to distinguish the countries where are the most innovative PHP developers. It is the PHP World Championship of the Innovation Award.
Read this article or watch the explanatory video to learn all about this initiative and how you and your country can be distinguish for your great PHP contributions.
More ...
Post a comment
See comments (5) Trackbacks (0)
Read this article or watch the explanatory video to learn all about this initiative and how you and your country can be distinguish for your great PHP contributions.



223. Top 10 Most Interesting Topics Searched By PHP Developers in 2013 - PHP Zeitgeist Initiative
Updated on: 2014-01-13
Posted on: 2014-01-13
As usual, the PHP Zeitgeist 2013 ranking has been released now. Read this article to learn what were the top most important topics PHP developers have been searching for lately that you probably should also learn about.
More ...
Post a comment
See comments (0) Trackbacks (0)



1. Using Composer to Install JavaScript, CSS and Images Under the Web Document Directory
Updated on: 2014-05-01
Posted on: 2014-01-07
Blog: PHP Composer Asset Manager package blog
Package: PHP Composer Asset Manager
By default Composer installs all package files under the vendor directory. If you want to install asset files in the Web document root directory, you need to resort to another solution.
This Asset Manager package is a plugin that extends Composer to install any package files outside the vendor directory.
Additionally, it can also read the user names and passwords from a configuration file, so you do not have to enter them every time Composer retrieves packages from repositories that may require authentication, like PHP Classes and JS Classes.
Read this article now to learn how to take advantage of these features of this Composer plugin.
More ...
Post a comment
See comments (10) Trackbacks (0)
This Asset Manager package is a plugin that extends Composer to install any package files outside the vendor directory.
Additionally, it can also read the user names and passwords from a configuration file, so you do not have to enter them every time Composer retrieves packages from repositories that may require authentication, like PHP Classes and JS Classes.
Read this article now to learn how to take advantage of these features of this Composer plugin.



222. New PHP 5.6 Developments - Lately in PHP podcast episode 42
Updated on: 2013-12-28
Posted on: 2013-12-16
As the release of PHP 5.6 gets closer to happen in first semester of 2014, more new features are already being implemented including a new PHP debugger.
The latest PHP 5.6 developments is one of the main topics discussed by Manuel Lemos and César Rodas in the episode 42 of the Lately in PHP podcast.
They also talked about installing PHP classes and Javascript packages using Composer.
Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these PHP developments.
More ...
Post a comment
See comments (0) Trackbacks (0)
The latest PHP 5.6 developments is one of the main topics discussed by Manuel Lemos and César Rodas in the episode 42 of the Lately in PHP podcast.
They also talked about installing PHP classes and Javascript packages using Composer.
Listen to the podcast, or watch the hangout video, or read the transcript to learn more about these PHP developments.


