]> granicus.if.org Git - php/commit
implement ini handler for phar.readonly and phar.require_hash that allows enabling...
authorGreg Beaver <cellog@php.net>
Sat, 20 Jan 2007 22:40:47 +0000 (22:40 +0000)
committerGreg Beaver <cellog@php.net>
Sat, 20 Jan 2007 22:40:47 +0000 (22:40 +0000)
commit773fc514578b8055f99e6900a967f885107f1702
treee6f6e02e283bf78b722800c63203cb83ae47f7a0
parent94f9dc1d8acbc80f945b252b47cc35008a35a2f0
implement ini handler for phar.readonly and phar.require_hash that allows enabling it on
   PHP_INI_ALL if it is disabled in the system, but does not allow disabling it
   if it is enabled in the syste
ext/phar/TODO
ext/phar/phar.c
ext/phar/tests/ini_set.phpt [new file with mode: 0644]
ext/phar/tests/ini_set_off.phpt [new file with mode: 0644]