Fixed bug #64931
authorMichael Wallner <mike@php.net>
Mon, 30 Mar 2015 14:19:17 +0000 (16:19 +0200)
committerMichael Wallner <mike@php.net>
Mon, 30 Mar 2015 14:24:19 +0000 (16:24 +0200)
commit6480725007bdc5bab4f24ac481a4cb082074851d
tree9dbb1d908248d0a1773f5d23c4cf289370863d0c
parent6de25c155e3a90c273af311d71298ec88ac61833
Fixed bug #64931

phar_add_file is too restrive on filename

Check for any of '/', '\\', '\0' after ".phar".
NEWS
ext/phar/phar_object.c
ext/phar/tests/bug64931/bug64931.phpt [new file with mode: 0644]
ext/phar/tests/bug64931/src/.pharignore [new file with mode: 0644]