With PHP 8.5 we get Connection, DNS and SSL Sessions sharing across requests with cURL.

I made a video showing how this works and discuss the performance potential https://www.youtube.com/watch?v=wr_Jnrc2has - a short @mnapoli cameo included

#php #curl #php8 #php8_5

Share cURL Handle across PHP Requests (New in PHP 8.5)

YouTube
【PHP8.5】PHP8.5の新機能 - Qiita

PHP8.5 / PHP8.4 / PHP8.3 / PHP8.2 / PHP8.1 2025/08/12、PHP8.5がフィーチャーフリーズしました。 言語機能に関わるような機能の追加・変更が締め切られたということです。 今後はデバッグを繰り返しながら完成度を高めていき、...

Qiita
【PHP8.5】OPcacheが常に使用可能になる - Qiita

PHPは、インタプリタです。 すなわち、リクエストがあるたびに毎回PHPのソースコードを読み取って、オペコードに変換して、ネイティブコードに変換して、実行して、そして実行が終わったら結果を全て捨てます。 そんな仕様なので、コンパイル言語に比べると、変更をコンパイルなしで即時...

Qiita

Inspiriert vom letzten #Laravel Germany Meetup und upcoming Features in #PHP8_5 (Pipeline Operator!) habe ich etwas über Datenmigration in PHP ins Blog geschrieben:

https://blog.sperrobjekt.de/content/1000553-Datenmigration-in-PHP-Praktische-Patterns-Tools.html

#php #DataMigration #PipelineOperator

Datenmigration in PHP: Praktische Patterns & Tools | Sperrobjekt Weblog

Is there a docker image for the PHP 8.5 Alpha 1 release?

#PHP #PHP8_5 #PHP85

Fittingly, with PHP's birthday today, we will have the kick-off meeting of the #PHP8_5 release managers today.

Excited to give back to php-src in this way as well over the next couple of years.

Thankful to @Tideways for supporting PHP through contributions, financially and supporting me in doing this.

【PHP8.5】配列の最初と最後の値を取得する関数が公式実装される - Qiita

かつてPHP7.3でarray_key_first()が実装されました。これは配列の最初のキーを取得する関数です。このとき同時に配列の最初の値を取得する関数array_value_first()…

Qiita