diff options
| author | Peter Kokot <peterkokot@gmail.com> | 2018-06-27 00:51:02 +0200 |
|---|---|---|
| committer | Peter Kokot <peterkokot@gmail.com> | 2018-07-27 15:49:34 +0200 |
| commit | 0eabd5231b37105fd99b75cfb8c98735e5a3f83f (patch) | |
| tree | a60ff421205cce2ccbe19fad6bb90c0f743a4386 /ext/zip/examples/im.php | |
| parent | 1359ff8052bb82b352e29f87e80310bda38cf319 (diff) | |
| download | php-git-0eabd5231b37105fd99b75cfb8c98735e5a3f83f.tar.gz | |
Remove unused Git ident attributes from zip extension
$Id attributes were used with SVN. With Git most of the Git ident
attributes in source code files are not used anymore.
Diffstat (limited to 'ext/zip/examples/im.php')
| -rw-r--r-- | ext/zip/examples/im.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/examples/im.php b/ext/zip/examples/im.php index 3721434054..e954576ad6 100644 --- a/ext/zip/examples/im.php +++ b/ext/zip/examples/im.php @@ -1,5 +1,5 @@ <?php -/* $Id$ */ + $im = imagecreatefromgif('zip://' . dirname(__FILE__) . '/test_im.zip#pear_item.gif'); imagepng($im, 'a.png'); |
