diff options
author | Dmitry Stogov <dmitry@zend.com> | 2015-01-15 21:09:20 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2015-01-15 21:09:20 +0300 |
commit | 12cbb9c156cfaef331f75076b8a3ef85797eacc2 (patch) | |
tree | e17585cac282bbf12311f39c06680a4fe658025e /ext/zip/lib/zip_dir_add.c | |
parent | b476c2713531f6e576acd2513de47c37eea8006f (diff) | |
parent | 29688512b4579fc0f9dcd86587ce0e53855843d6 (diff) | |
download | php-git-12cbb9c156cfaef331f75076b8a3ef85797eacc2.tar.gz |
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src:
updated NEWS
updated NEWS
PDO_MySQL: Differentiate between linux and win32 when passing unix_socket
bump year
bump year
Bump year
Diffstat (limited to 'ext/zip/lib/zip_dir_add.c')
-rw-r--r-- | ext/zip/lib/zip_dir_add.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/lib/zip_dir_add.c b/ext/zip/lib/zip_dir_add.c index 15b2c1af47..408f19174f 100644 --- a/ext/zip/lib/zip_dir_add.c +++ b/ext/zip/lib/zip_dir_add.c @@ -1,6 +1,6 @@ /* zip_dir_add.c -- add directory - Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner + Copyright (C) 1999-2015 Dieter Baron and Thomas Klausner This file is part of libzip, a library to manipulate ZIP archives. The authors can be contacted at <libzip@nih.at> |