We released MODX Revolution 2.8.7. This release addresses PHP compatibility—especially with image previews across PHP 7.4 and 8.x. In addition to the PHP-related updates some bug fixes and improvements for site managers and developers. https://lnkd.in/gh4xiC3D #MODX #CMS #WebDevelopment
MODX’s Post
More Relevant Posts
-
#𝐏𝐇𝐏 𝟖.𝟒 𝐢𝐬 𝐡𝐞𝐫𝐞, packed with exciting new features and enhancements that empower developers to build faster, more efficient, and secure applications. From 𝐚𝐝𝐯𝐚𝐧𝐜𝐞𝐝 𝐞𝐧𝐜𝐫𝐲𝐩𝐭𝐢𝐨𝐧 𝐬𝐮𝐩𝐩𝐨𝐫𝐭 𝐰𝐢𝐭𝐡 𝐀𝐄𝐆𝐈𝐒-𝟏𝟐𝟖𝐋 𝐚𝐧𝐝 𝐀𝐄𝐆𝐈𝐒𝟐𝟓𝟔 to streamlined array handling and improved time zone management, this release takes your development to the next level. PHP 8.4 also introduces enhanced string manipulation tools, performance optimizations for cURL, and new rounding modes to ensure precise calculations. With upgrades like the new request_parse_body function and better support for HTTP/3, PHP 8.4 is all about efficiency, flexibility, and ease of use. Upgrade to PHP 8.4 and unleash new possibilities! #Release #Technologies #RCV
To view or add a comment, sign in
-
Best API integrations and developments using php Explore the world of API integrations and developments to streamline your digital solutions. Click Here rb.gy/11cqv8 #APIIntegration #TechInnovation #DigitalTransformation
To view or add a comment, sign in
-
When attempting to access an image from a storage link, a "403 Forbidden" error is returned. Additionally, an error occurs when running the command: php artisan storage:link. The issue likely lies in the permissions; consider applying "chmod 777" to the application folder. #laravel #filamentphp
To view or add a comment, sign in
-
#Day14 of PHP Today what I learn: SESSION: When you work with an application, you open it, do some changes, and then you close it. This is much like a Session. The computer knows who you are. It knows when you start the application and when you end. But on the internet there is one problem: the web server does not know who you are or what you do, because the HTTP address doesn't maintain state. Session variables solve this problem by storing user information to be used across multiple pages (e.g. username, favorite color, etc). By default, session variables last until the user closes the browser. So; Session variables hold information about one single user, and are available to all pages in one application.
To view or add a comment, sign in
-
Free Code Camp How to Implement JSON Web Tokens (JWTs) in PHP – PHP Authentication Guide In this article, we'll explore the process of creating JSON Web Tokens (JWTs) from scratch in PHP, presenting a superior and more secure authentication scheme. By implementing this advanced approach, we unveil a robust and highly secure authentication mechanism that significantly enhances data protection and user authentication. Table Of. Para recibir TODAS las notificaciones de nuestros servicios, te invitamos a visitar https://buff.ly/42SGqKN. #noticias #mundo #news
How to Implement JSON Web Tokens (JWTs) in PHP – PHP Authentication Guide
adsbot.rf.gd
To view or add a comment, sign in
-
The application is working we don't need to touch it! ... hmmm It is a trap :D You have an application that you don't want to upgrade dependencies or version itself, Because it is working. keep in mind that new versions contain fixes that could avoid your software broken in the future, even if you don't touch anything! Here is a good example: https://lnkd.in/dn6G3kB7 during the php upgrade on the project that I am working on, some tests failed with timestamp things .... it has happened, Because php 8.0 or lower version contain an issue that won't detect timezone for timestamp with year 2038+ (it is happening on date function), then in case you have your application up to date, you could prevent this issue. well it was one example only, But who knows what issue else could be avoided just to keep things updated. #php #developer #maintainer #dev #update #upgrade #software #application #php8
Backward incompatibility on date function 8.1+ · Issue #13947 · php/php-src
github.com
To view or add a comment, sign in
-
🚨 Are you testing a PHP web application using pspell_suggest() ❓ 👉 Save this to your reference list, as you can get some interesting behavior. 👇 Payload: <scrpt>confrm()</scrpt> #bugbounty #bugbountytip #appsec
To view or add a comment, sign in
-
Free Code Camp How to Implement JSON Web Tokens (JWTs) in PHP – PHP Authentication Guide In this article, we'll explore the process of creating JSON Web Tokens (JWTs) from scratch in PHP, presenting a superior and more secure authentication scheme. By implementing this advanced approach, we unveil a robust and highly secure authentication mechanism that significantly enhances data protection and user authentication. Table Of. Para recibir TODAS las notificaciones de nuestros servicios, te invitamos a visitar https://buff.ly/42SGqKN. #noticias #mundo #news
How to Implement JSON Web Tokens (JWTs) in PHP – PHP Authentication Guide
adsbot.rf.gd
To view or add a comment, sign in
-
We can access and modify private property outside the class by using PHP ReflectionProperty. Although it has no practical use case in the real world, we should know and be aware of it. #PHP_short_tips
To view or add a comment, sign in
-
If you wonder why I created phpkg, read this article.
Comparing phpkg and Composer: What’s New?
link.medium.com
To view or add a comment, sign in
1,644 followers