4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

php-master-changes 2018-08-16

Posted at

だいたい日が変わってから出社するまでくらいの間に更新、という感じでやっていきたい

2018-08-16

remicollet: fix man page installation

laruence: Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar file)

  • https://github.com/php/php-src/commit/8c92442b4988a07f683439401da8372af0eba2b3
  • ext/opcache 利用時、"test.pharma.tld" など ".phar" を含むパスが phar と誤判定され include に失敗するバグの修正
  • strstr() で ".phar" が含まれててかつ "://" が含まれてなければ phar、という雑い判定だった
  • 末尾が ".phar" でかつ "://" が含まれてなければ phar、という判定になった
  • もちろん「ふぁーwww」とかひとりで言ってたこれ見て

laruence: Update NEWS

4
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?