summaryrefslogtreecommitdiff
path: root/lang/php80/patches/patch-main_streams_streams.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-21php80: allow copying files with size zerotaca1-0/+19
Allow copying files with size zero. This behavior differ from PHP 7.4 and break a pear package which contains files with size zero. Bump PKGREVISION. XXX: pullup-2022Q1