PHPの開発チームは、現地時間2026年5月7日にセキュリティアップデートをリリースした。深刻な脆弱性などを解消している。 ブランチによって修正された脆弱性は異なるが、今回のアップデートではCVEベースであわせて11件の脆弱性を解消している。なかでも「CVE-2026-6722」「CVE-2026-7261」「CVE-2025-14179」「CVE-2026-6104」の4件については影響が大きい ...
ここのところLinuxネタが続いているが、今回はAndroid搭載のスマホやタブレットでLinuxを動かし、確認としてWordpressを起動するところまでをご紹介したい。OpenSSHサーバーを使ってほかのマシンからssh接続すると、まさかサーバーがスマホとは思わないだろう (笑)。
More and more companies are switching their web applications from the cloud to on-premises, giving hyperscalers such as Amazon Webservices (AWS) or Microsoft Azure the cold shoulder. This is the ...
「LAMP」という言葉を耳にしたことはありますか?Webエンジニアの世界では定番中の定番ですが、はじめてIT・プログラミングに触れる方にとっては馴染みのない用語かもしれません。 LAMP環境とは、Webアプリケーションを動かすために必要な4つのオープン ...
There are three major Web development platforms, all of which have advantages and disadvantages which can impact which platform is best suited for the user’s application. Of the three, the most ...
Threat actors are increasingly abusing HTTP cookies as a control channel for PHP-based webshells on Linux servers. Instead of exposing command execution through URL parameters or request bodies, these ...
LinuxのCentOS8で、php.iniを変更後、以下のコマンドでApacheを再起動したのですが、 なぜかphp.iniの変更が反映されませんでした。 以下のコマンドを実行したら、無事にphp.iniの変更が反映されました。 $ systemctl restart php-fpm.service php-fpmがインストールされてたら ...