summaryrefslogtreecommitdiff
path: root/ext/sysvsem
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sysvsem')
-rw-r--r--ext/sysvsem/package.xml2
-rw-r--r--ext/sysvsem/php_sysvsem.h4
-rw-r--r--ext/sysvsem/sysvsem.c4
3 files changed, 5 insertions, 5 deletions
diff --git a/ext/sysvsem/package.xml b/ext/sysvsem/package.xml
index ea8f5c94a..6c40af0e3 100644
--- a/ext/sysvsem/package.xml
+++ b/ext/sysvsem/package.xml
@@ -20,7 +20,7 @@ Unix System V IPC Semaphores
<version>5.0.0rc1</version>
<date>2004-03-19</date>
<notes>
-package.xml added to support intallation using pear installer
+package.xml added to support installation using pear installer
</notes>
<filelist>
<file role="doc" name="CREDITS"/>
diff --git a/ext/sysvsem/php_sysvsem.h b/ext/sysvsem/php_sysvsem.h
index cf5a177ea..2374d9cd6 100644
--- a/ext/sysvsem/php_sysvsem.h
+++ b/ext/sysvsem/php_sysvsem.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2006 The PHP Group |
+ | Copyright (c) 1997-2007 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -16,7 +16,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_sysvsem.h,v 1.16.2.1 2006/01/01 12:50:16 sniper Exp $ */
+/* $Id: php_sysvsem.h,v 1.16.2.1.2.1 2007/01/01 09:36:09 sebastian Exp $ */
#ifndef PHP_SYSVSEM_H
#define PHP_SYSVSEM_H
diff --git a/ext/sysvsem/sysvsem.c b/ext/sysvsem/sysvsem.c
index 6d39685b6..878d73fb3 100644
--- a/ext/sysvsem/sysvsem.c
+++ b/ext/sysvsem/sysvsem.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2006 The PHP Group |
+ | Copyright (c) 1997-2007 The PHP Group |
+----------------------------------------------------------------------+
| This source file is subject to version 3.01 of the PHP license, |
| that is bundled with this package in the file LICENSE, and is |
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: sysvsem.c,v 1.51.2.3 2006/01/01 12:50:16 sniper Exp $ */
+/* $Id: sysvsem.c,v 1.51.2.3.2.1 2007/01/01 09:36:09 sebastian Exp $ */
/* Latest update build anc tested on Linux 2.2.14
*