126
8
PHP 8.3.0 Released (www.php.net)
submitted 2 years ago by mac@programming.dev to c/php@programming.dev
127
2
submitted 2 years ago by mac@programming.dev to c/php@programming.dev
128
6
submitted 2 years ago by mac@programming.dev to c/php@programming.dev
129
4
submitted 2 years ago by mac@programming.dev to c/php@programming.dev
130
5
submitted 2 years ago by mac@programming.dev to c/php@programming.dev
131
2
submitted 2 years ago by mac@programming.dev to c/php@programming.dev
132
8
submitted 2 years ago by mac@programming.dev to c/php@programming.dev
133
4
submitted 2 years ago by alx@programming.dev to c/php@programming.dev
134
15
submitted 2 years ago by alx@programming.dev to c/php@programming.dev

For me personally this feels very wrong. What do you think about that?

135
6
submitted 2 years ago by alx@programming.dev to c/php@programming.dev
136
10
submitted 3 years ago by bilzen@lemmy.world to c/php@programming.dev
137
9
138
8
139
7

Link to internals discussion: https://externals.io/message/120972

140
4

A good article on implementing an event loop in PHP using the built-in fibers.

141
2

The article title is a little clickbaity, but basically, Doctrine and Symfony documentation don't mention that you can use constructor almost anywhere in the documentation.

142
5
submitted 3 years ago by garam@lemmy.my.id to c/php@programming.dev

As title state, seems clojure gain traction. I seen many US and EU Corporate project now days require this.

Is there anyway in our way in PHP to implement PHP to JS?

Seems will be interesting project.

143
5

A while ago I made this Symfony bundle that automagically memoizes your service methods using a PSR-6 cache.

Usage is very simple in 3 steps:

  1. have the service you want to memoize implement any interface
  2. mark the service with the #[Memoizable] attribute
  3. mark methods (or whole service) with the #[Memoize] attribute

Done!

144
5
145
9
submitted 3 years ago by eevee@lemm.ee to c/php@programming.dev
146
7
submitted 3 years ago* (last edited 3 years ago) by Olissipo@lemmy.pt to c/php@programming.dev

Symfony 6.4 and Symfony 7.0 will be released at the same time at the end of November 2023. Both will have the exact same set of features, but also some important differences.

147
4

I'm wondering what people's thoughts on this project are?

I've had my eye on it for a while and it seems like it'll be to PHP what Typescript is to JS. Which is exiting if we can't get native support for some of these features.

148
12

To lighten up some discussion here, I would like to ask what features or changes you would love to see in future PHP versions? We know that in recent versions a lot of nice adjustments were added, but I bet most of us dreams for more.

I personally would love to see types on inline variables, at first even not strict. However, I don’t know if it’s remotely possible with how currently the language is implemented.

149
13
submitted 3 years ago by garam@lemmy.my.id to c/php@programming.dev

This site is pretty useful, and seems curated by many expert, especially PHP veteran from freenode and libera... Just want to share, hope it's useful to anyone that never know this site.

150
18

Why don't you come over and join in the development?

view more: ‹ prev next ›

PHP

816 readers
1 users here now

Welcome to /c/php! This is a community for PHP developers and enthusiasts to share and discuss anything related to PHP. From the latest updates and tutorials, to your burning questions and amazing personal projects, we welcome all contributions.

Let's foster an environment of respect, learning, and mutual growth. Whether you're an experienced PHP developer, a beginner, or just interested in learning more about PHP, we're glad to have you here!

Let's code, learn, and grow together!

founded 3 years ago
MODERATORS