Skip to content

Commit e069610

Browse files
author
foobar
committed
Add missing header.
1 parent bb60fe4 commit e069610

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

ext/imap/php_imap.h

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
/*
2+
+----------------------------------------------------------------------+
3+
| PHP version 4.0 |
4+
+----------------------------------------------------------------------+
5+
| Copyright (c) 1997, 1998, 1999, 2000, 2001 The PHP Group |
6+
+----------------------------------------------------------------------+
7+
| This source file is subject to version 2.02 of the PHP license, |
8+
| that is bundled with this package in the file LICENSE, and is |
9+
| available at through the world-wide-web at |
10+
| http://www.php.net/license/2_02.txt. |
11+
| If you did not receive a copy of the PHP license and are unable to |
12+
| obtain it through the world-wide-web, please send a note to |
13+
| [email protected] so we can mail you a copy immediately. |
14+
+----------------------------------------------------------------------+
15+
| Authors: Rex Logan <[email protected]> |
16+
| Mark Musone <[email protected]> |
17+
| Brian Wang <[email protected]> |
18+
| Kaj-Michael Lang <[email protected]> |
19+
| Antoni Pamies Olive <[email protected]> |
20+
| Rasmus Lerdorf <[email protected]> |
21+
| Chuck Hagenbuch <[email protected]> |
22+
| Andrew Skalski <[email protected]> |
23+
| Hartmut Holzgraefe <[email protected]> |
24+
| Jani Taskinen <[email protected]> |
25+
| PHP 4.0 updates: Zeev Suraski <[email protected]> |
26+
+----------------------------------------------------------------------+
27+
*/
28+
29+
/* $Id$ */
30+
131
#ifndef PHP_IMAP_H
232
#define PHP_IMAP_H
333

0 commit comments

Comments
 (0)