367. Better Type Hinting Proposal for Class Properties in PHP 7.1 - Lately in PHP podcast episode 70
Updated on: 2016-12-23
Posted on: 2016-04-14
PHP 7.0 brought us type hinting for class functions and return values, but there was still a missing piece in this giant leap for PHP which is type hinting for class properties.
The latest improvements to the proposal for class property type hinting in PHP 7.1 were one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 70 of the Lately in PHP podcast hangout.
They also talked about several other proposals like Null Coealesce Equal Operator, the glitch of not evaluating arguments of new operator for classes without constructors, the latest proposal on catching multiple exception types, allowing empty property names to support json_decode, the spaceship assignment operator, the result of the var deprecation proposal vote.
Special attention to a call for donations to the family of Nate Abele, the core developer of CakePHP and Lithium PHP frameworks.
This article includes a transcript of podcast summary.
Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (9) Trackbacks (0)
The latest improvements to the proposal for class property type hinting in PHP 7.1 were one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 70 of the Lately in PHP podcast hangout.
They also talked about several other proposals like Null Coealesce Equal Operator, the glitch of not evaluating arguments of new operator for classes without constructors, the latest proposal on catching multiple exception types, allowing empty property names to support json_decode, the spaceship assignment operator, the result of the var deprecation proposal vote.
Special attention to a call for donations to the family of Nate Abele, the core developer of CakePHP and Lithium PHP frameworks.
This article includes a transcript of podcast summary.
Listen to the podcast, or watch the hangout video, or read the summary transcript to learn more about these interesting PHP topics.



364. PHP Articles Report March 2016 Edition
Updated on: 2016-04-06
Posted on: 2016-04-06
This is the March edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.
They commented on articles about using caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ...
Post a comment
See comments (0) Trackbacks (0)
They commented on articles about using caching with AWS S3 to reduce costs and increase speed, developing applications that use Google search API to find how high your sites rank, interacting with users via SMS messages wuth the dotGo engine, and the salary you could be earning as software developer in different cities.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



358. PHP and JavaScript Innovation Award Report March 2016 Edition - December 2015 nominees
Updated on: 2016-03-24
Posted on: 2016-03-24
This is the March edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of December 2015.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.



356. Will PHP var Keyword be Removed in Future PHP Versions? - Lately in PHP podcast episode 69
Updated on: 2016-12-23
Posted on: 2016-03-15
Since PHP 5 was introduced the class var keyword became an alias of public, so there is a discussion now about a proposal to remove the support for the var keyword in PHP 8 and deprecated in PHP 7.1.
That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 69 of the Lately in PHP podcast hangout.
They also talked about several other proposals like the types of deprecated features in PHP 7.1, as well other feature additions to PHP 7.1 such as using interfaces in traits, pluggable transports for the mail function, being able to determine if an array has only numeric keys, etc..
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (2) Trackbacks (0)
That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 69 of the Lately in PHP podcast hangout.
They also talked about several other proposals like the types of deprecated features in PHP 7.1, as well other feature additions to PHP 7.1 such as using interfaces in traits, pluggable transports for the mail function, being able to determine if an array has only numeric keys, etc..
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.



353. PHP and JavaScript Innovation Award Report February 2016 Edition - November 2015 nominees
Updated on: 2016-03-01
Posted on: 2016-03-01
This is the February edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of November 2015.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.



352. Quickly Finding the Best PHP Packages Recommended by Other Developers
Updated on: 2016-02-29
Posted on: 2016-02-29
Sometimes you need to find good recommended PHP components for your needs. However, often you do not find any qualified developer that can give you quick advice.
Usually you resort to search engines or specific sites like PHP Classes or similar sites. The problem is you often find so many components that you would take you a long time to evaluate and determine which one is the best.
Now the PHP Classes site is launching a new feature that combines the accuracy of good developer advice with the speed of good search engines.
Read this article or watch a short tutorial video to learn how you can now quickly find the best PHP packages recommended by other PHP developers.
More ...
Post a comment
See comments (3) Trackbacks (0)
Usually you resort to search engines or specific sites like PHP Classes or similar sites. The problem is you often find so many components that you would take you a long time to evaluate and determine which one is the best.
Now the PHP Classes site is launching a new feature that combines the accuracy of good developer advice with the speed of good search engines.
Read this article or watch a short tutorial video to learn how you can now quickly find the best PHP packages recommended by other PHP developers.



351. PHP Articles Report February 2016 Edition
Updated on: 2016-02-24
Posted on: 2016-02-24
This is the February edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles published recently.
They commented on articles about detecting the user location by IP address using a Web service, improving site speed generating CSS sprites, capturing Web page screenshots using a Web service, rapid building of PHP framework based applications using CodeLobster IDE, implementing advanced features in WordPress plugins using OOP, and how to find where software engineers can make more money.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.
More ...
Post a comment
See comments (0) Trackbacks (0)
They commented on articles about detecting the user location by IP address using a Web service, improving site speed generating CSS sprites, capturing Web page screenshots using a Web service, rapid building of PHP framework based applications using CodeLobster IDE, implementing advanced features in WordPress plugins using OOP, and how to find where software engineers can make more money.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles.



350. Operator Overloading in PHP 7.1 - Lately in PHP podcast episode 68
Updated on: 2016-12-23
Posted on: 2016-02-22
Operator overloading is a feature being proposed for PHP 7.1 that will allow using regular operators, like +, -, *, /, to perform operations with class objects using new magic methods. That was one of the main topics discussed by Manuel Lemos and Arturs Sosins in the episode 68 of the Lately in PHP podcast hangout.
They also talked about better handling of bugs caused by using invalid string values in arithmetic operations, supporting negative string offsets in all string operations, and better handling of issues caused by the regeneration of session IDs.
They also talked about the recent victory of Dave Smith and the United States team in the PHP Innovation Award, as well the improvements to the PHP Classes site features for promoting contributing authors work suggested by these winning authors.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.
More ...
Post a comment
See comments (0) Trackbacks (0)
They also talked about better handling of bugs caused by using invalid string values in arithmetic operations, supporting negative string offsets in all string operations, and better handling of issues caused by the regeneration of session IDs.
They also talked about the recent victory of Dave Smith and the United States team in the PHP Innovation Award, as well the improvements to the PHP Classes site features for promoting contributing authors work suggested by these winning authors.
Listen to the podcast, or watch the hangout video to learn more about these interesting PHP topics.



345. PHP Articles and Reviews Report January 2016 Edition
Updated on: 2016-01-27
Posted on: 2016-01-27
This is the December edition of the podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the latest outstanding PHP Articles and Reviews published recently.
They commented on articles about detecting user location with IP2Location database, common PHP security issues and remedies, writing consistent PHP code, creating animated GIF images from online videos, getting automatic responses from a SMS gateway service, interacting with user site Telegram users, performing phone number verification, using the official Google search API, and creating a WordPress plugin using OOP.
They also commented on the review of PHP AJAX Cookbook book.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles and reviews.
More ...
Post a comment
See comments (0) Trackbacks (0)
They commented on articles about detecting user location with IP2Location database, common PHP security issues and remedies, writing consistent PHP code, creating animated GIF images from online videos, getting automatic responses from a SMS gateway service, interacting with user site Telegram users, performing phone number verification, using the official Google search API, and creating a WordPress plugin using OOP.
They also commented on the review of PHP AJAX Cookbook book.
Listen to the podcast, or watch the hangout video to learn more about these PHP articles and reviews.



343. PHP and JavaScript Innovation Award Report January 2016 Edition - October 2015 nominees
Updated on: 2016-01-20
Posted on: 2016-01-20
This is the January edition of the Innovation Award podcast hangout recorded by Manuel Lemos and Arturs Sosins to comment on the outstanding features of all the past month nominees and winners PHP and JavaScript packages, the prizes that the authors earned, starting with the nominees from the month of October 2016.
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.
More ...
Post a comment
See comments (0) Trackbacks (0)
Listen to the podcast, or watch the hangout video to learn why the nominated packages were considered to be innovative, as well the current rankings of the Innovation Award Championship by author and by country.


