1102. How to Use a PHP Monitoring System with Email Notification to Verify a Version Upgrade - 3 minutes - Lately in PHP Podcast Episode 92 Part 9
Updated on: 2022-07-28
Posted on: 2022-07-12
When you make changes to a site or another aspect of your site production environment, there is always a chance that some parts may not work well after you complete the changes due to unexpected consequences.
Often these consequences cause your site's PHP code to trigger errors. These errors may start appearing after you do a PHP version upgrade.
One way to determine if there were errors after you made production environment changes is to monitor PHP errors and send emails for the new PHP errors that started to appear.
Read this article, watch a 3-minute video, or listen to part 9 of episode 92 of the Lately in PHP podcast to learn how to monitor your PHP errors quickly and be notified by email, so you can fix the environment that causes the errors.
More ...
Post a comment
See comments (0) Trackbacks (0)
Often these consequences cause your site's PHP code to trigger errors. These errors may start appearing after you do a PHP version upgrade.
One way to determine if there were errors after you made production environment changes is to monitor PHP errors and send emails for the new PHP errors that started to appear.
Read this article, watch a 3-minute video, or listen to part 9 of episode 92 of the Lately in PHP podcast to learn how to monitor your PHP errors quickly and be notified by email, so you can fix the environment that causes the errors.



1100. How to Verify If a PHP Version Upgrade Really Succeeded - 2 minutes - Lately in PHP Podcast Episode 92 Part 8
Updated on: 2022-07-05
Posted on: 2022-06-30
Having tests to verify if a PHP version upgrade succeeded is excellent, but unfortunately, that is not enough because there are always aspects of the consequences of the version upgrade that we are not fully aware of initially.
So it is expected that some fixes may be necessary after a PHP version upgrade. Still, you may not even be aware of all the fixes you may need to do after the upgrade.
This situation is where other human beings can help you complete the quality control of the PHP version upgrade process.
Read this article, watch a 2-minute video, or listen to part 8 of episode 92 of the Lately in PHP podcast to learn how you can use the help of other human beings to assure the control of the quality of your applications after a PHP version upgrade.
More ...
Post a comment
See comments (0) Trackbacks (0)
So it is expected that some fixes may be necessary after a PHP version upgrade. Still, you may not even be aware of all the fixes you may need to do after the upgrade.
This situation is where other human beings can help you complete the quality control of the PHP version upgrade process.
Read this article, watch a 2-minute video, or listen to part 8 of episode 92 of the Lately in PHP podcast to learn how you can use the help of other human beings to assure the control of the quality of your applications after a PHP version upgrade.



1099. The Right Order to Execute the Steps to Upgrade to a New PHP Version - 2 minutes - Lately in PHP Podcast Episode 92 Part 7
Updated on: 2022-06-24
Posted on: 2022-06-24
One of the reasons why certain version upgrades went wrong is that you do the version upgrade process steps in the incorrect order.
You can determine the correct order by the more critical steps you need to do first because you can only do the following steps when you complete the crucial steps.
Read this article, watch a 2-minute video, or listen to part 7 of episode 92 of the Lately in PHP podcast to learn the correct order of the steps to perform a PHP version upgrade.
More ...
Post a comment
See comments (0) Trackbacks (0)
You can determine the correct order by the more critical steps you need to do first because you can only do the following steps when you complete the crucial steps.
Read this article, watch a 2-minute video, or listen to part 7 of episode 92 of the Lately in PHP podcast to learn the correct order of the steps to perform a PHP version upgrade.



1095. How to Test Your Application Features in Practice During a PHP Version Upgrade - 4 minutes - Lately in PHP Podcast Episode 92 Part 6
Updated on: 2022-06-07
Posted on: 2022-05-30
After you have planned all the steps of a PHP version upgrade process, it is time to execute the planned steps.
Read this article, watch a 4-minute video, or listen to part 6 of episode 92 of the Lately in PHP podcast to learn how to test your application features in practice during a PHP version upgrade using reliable testing tools.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article, watch a 4-minute video, or listen to part 6 of episode 92 of the Lately in PHP podcast to learn how to test your application features in practice during a PHP version upgrade using reliable testing tools.



1094. What Are Your App Features to Test First Before a PHP Version Upgrade - 3 minutes - Lately in PHP Podcast Episode 92 Part 5
Updated on: 2022-05-20
Posted on: 2022-05-20
Testing a PHP application may require that you test a lot of features. Therefore you need to define the order of the features that you will test.
First, you need to define the most critical features of your PHP application to verify if they are working as expected early on in the testing process.
Read this article, watch a 3-minute video, or listen to part 5 of episode 92 of the Lately in PHP podcast to learn how to determine which are the most critical features you should test first during a PHP version upgrade testing process.
More ...
Post a comment
See comments (0) Trackbacks (0)
First, you need to define the most critical features of your PHP application to verify if they are working as expected early on in the testing process.
Read this article, watch a 3-minute video, or listen to part 5 of episode 92 of the Lately in PHP podcast to learn how to determine which are the most critical features you should test first during a PHP version upgrade testing process.



1092. How to Setup a Development Environment to Test a PHP Version Upgrade - 3 minutes - Lately in PHP Podcast Episode 92 Part 4
Updated on: 2022-05-12
Posted on: 2022-05-12
The first thing you need to do to start an upgrade of a PHP version is to set up a development environment where you can test if your application continues to work well with the new PHP version.
Read this article, watch a 3-minute video, or listen to part 4 of episode 92 of the Lately in PHP podcast to learn how to set up a machine to test if your PHP applications work as expected after the PHP upgrade version.
More ...
Post a comment
See comments (0) Trackbacks (0)
Read this article, watch a 3-minute video, or listen to part 4 of episode 92 of the Lately in PHP podcast to learn how to set up a machine to test if your PHP applications work as expected after the PHP upgrade version.



1091. How to Plan a PHP Version Upgrade Successfully - 11 minutes - Lately in PHP Podcast Episode 92 Part 3
Updated on: 2022-05-06
Posted on: 2022-05-06
Upgrading to a new PHP version can be a complex task that may fail due to the lack of planning on how to solve each problem of each step of the upgrading job.
Please read this article, watch an 11-minute podcast video or listen to the audio of part 3 of episode 92 of the Lately in PHP podcast to learn how to plan a PHP version upgrade process so it can conclude successfully.
More ...
Post a comment
See comments (0) Trackbacks (0)
Please read this article, watch an 11-minute podcast video or listen to the audio of part 3 of episode 92 of the Lately in PHP podcast to learn how to plan a PHP version upgrade process so it can conclude successfully.



1090. When Is the Right Time to Update to a New PHP Version - 5 minutes - Lately in PHP Podcast Episode 92 Part 2
Updated on: 2022-04-29
Posted on: 2022-04-28
When you consider updating your applications to use a new PHP version, many available versions are available.
Updating too soon or too late to a newer version of PHP may cause problems of instability or security in their applications.
Please read this article, watch a 5-minute podcast video or listen to the audio of part 2 of episode 92 of the Lately in PHP podcast to learn about criteria that you can use to do a safe version update.
More ...
Post a comment
See comments (2) Trackbacks (0)
Updating too soon or too late to a newer version of PHP may cause problems of instability or security in their applications.
Please read this article, watch a 5-minute podcast video or listen to the audio of part 2 of episode 92 of the Lately in PHP podcast to learn about criteria that you can use to do a safe version update.



1089. How to Become a Better PHP Developer Listening to Quick Tips from the Lately in PHP Podcast in Spotify
Updated on: 2022-04-26
Posted on: 2022-04-26
Many PHP developers appreciate learning by getting quick PHP tips that do not take much time to learn and are very useful.
Nowadays, the Lately in PHP podcast aims to provide those quick tips in video, audio, or text articles.
Those who prefer the audio format can now listen to the Lately in PHP podcast on Spotify either using the mobile application or accessing the Spotify Web site.
Read this short article to learn how you can follow the Lately in PHP podcast without missing an episode on Spotify.
More ...
Post a comment
See comments (0) Trackbacks (0)
Nowadays, the Lately in PHP podcast aims to provide those quick tips in video, audio, or text articles.
Those who prefer the audio format can now listen to the Lately in PHP podcast on Spotify either using the mobile application or accessing the Spotify Web site.
Read this short article to learn how you can follow the Lately in PHP podcast without missing an episode on Spotify.



1088. Why You Need to Choose the Right Moment to Upgrade to a New PHP Version - 4 minutes - Lately in PHP Podcast Episode 92 Part 1
Updated on: 2022-04-22
Posted on: 2022-04-22
Every developer depends on several types of software applications to run their applications to do their work. Examples of those software applications are PHP, a database server, a Web server, and an operating system.
Newer versions of these software applications are released to improve their features and fix their bugs to benefit the community of developers that use them in their projects.
Upgrading too soon or too late to a newer version of a software tool that you need may cause problems of instability or security in their applications.
Please read this article, watch a 4-minute podcast video or listen to the audio of part 1 of episode 92 of the Lately in PHP podcast on why it is essential to carefully choose the right time to upgrade to a newer version of PHP or those software tools.
More ...
Post a comment
See comments (0) Trackbacks (0)
Newer versions of these software applications are released to improve their features and fix their bugs to benefit the community of developers that use them in their projects.
Upgrading too soon or too late to a newer version of a software tool that you need may cause problems of instability or security in their applications.
Please read this article, watch a 4-minute podcast video or listen to the audio of part 1 of episode 92 of the Lately in PHP podcast on why it is essential to carefully choose the right time to upgrade to a newer version of PHP or those software tools.


