PHP

1 readers
2 users here now

founded 2 years ago
51
 
 

Jeffrey Way shares his PhpStorm set up.

52
 
 

Currently, the de-facto standard to Dockerizing PHP applications is to use the Docker PHP official image. This is maintained by Docker itself and community members and has compiled PHP with no extensions. To install extensions, we have to do this in our Dockerfile: FROMphp:8.2-cliRUN docker-php-ext-install pdo pdo_mysql curlThe helper script docker-php-ext-install does unpack the PHP source code and installs the given extensions. For some extensions like gd, we need also libraries installed like libpng and so on.

53
 
 

Learn more about a new feature in v2024.1 of JetBrains IDEs – full line code completion.

54
 
 

PHP-FPM config files usually aren't something that you give too much attention to until something goes wrong. Here's what you can do when that time comes.

55
 
 

The PHP Foundation — Supporting, Advancing, and Developing the PHP Language

56
 
 

A blog about modern PHP, the web, and programming in general. Follow my newsletter and YouTube channel as well.

57
 
 

This is the story of the manufacturing of seven-league boots for a function that is responsible for processing XML/HTML data in the PHP library. Optimizations in the PHP standard library, like here in ext/dom, have the potential to speed up the performance of applications significantly by an upgrade to the current PHP version. I don't [...]

58
 
 

Single Page Applications, AJAX loading of content… there are legitimate reasons to use these technologies. That said I am constantly amazed…

59
 
 

A blog about modern PHP, the web, and programming in general. Follow my newsletter and YouTube channel as well.

60
 
 

A quick guide to JWTs in PHP

61
 
 

Introduction I'm thrilled to announce the release of TransformersPHP, a new library...

62
 
 

We observed an almost 40% reduction of CPU usage in our PHP servers by upgrading from Ubuntu 20.04 LTS to Ubuntu 22.04 LTS.

63
 
 

Welcome to the February–March edition of PHP Annotated! We'll recap the most interesting developments in the PHP community over the past couple of months, featuring handpicked news, articles, tools, a

64
 
 

Imagine a scenario where we have to buy a bunch of products in a single operation (or transaction,...

65
 
 

This article was originally written by Wern Ancheta on the Honeybadger Developer Blog. As web...

66
 
 

In the previous article, I wrote about a particular setup you can use to configure Docker on WSL...

67
 
 

Most of you are aware that using Docker locally on Windows with Hyper-V enabled can be really slow...

68
 
 

No dangerous code has been resurrected for this article

69
 
 

Always with the goal of improving my way of writing code, I discovered a few years ago Adam Wathan...

70
 
 

Every month, we here at php[architect], as well as an extended group of fantastic PHP community members from around the world, work very hard to deliver a magazine that will help equip you with not just the knowledge but also the perspective needed to navigate the complexities of managing projects and day to day coding. […]

71
 
 

I recently ran into an issue with a flaky test in our CI process. Most of the time, it would pass, but when it failed, it meant running all the tests again and hoping it would pass on the next try. When I was finally fed up enough with the waiting, I...

72
 
 

PHP is one of the most used programming languages. How has it remained on top and what are some of the pros and cons for developers?

73
 
 

O Visual Studio Code é um editor de código que pode ser usado para diversas linguagens (JavaScript,...

74
 
 

Greetings! I'm excited to recount my encounter with ServBay, a local development environment (LDE)...

75
 
 

Explore AI-driven testing techniques to improve the reliability of PHP applications.

view more: ‹ prev next ›