mirror of
https://github.com/php/php-src.git
synced 2026-04-02 13:43:02 +02:00
- Easy debugging
This commit is contained in:
@@ -10,6 +10,9 @@ phar.require_hash=1
|
||||
|
||||
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.php';
|
||||
$pname = 'phar://' . $fname;
|
||||
|
||||
@unlink($fname);
|
||||
|
||||
file_put_contents($pname . '/a.php', 'brand new!\n');
|
||||
|
||||
$phar = new Phar($fname);
|
||||
|
||||
Reference in New Issue
Block a user