summaryrefslogtreecommitdiff
path: root/ext/snmp
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2012-04-06 14:37:49 +0200
committerOndřej Surý <ondrej@sury.org>2012-04-06 14:37:49 +0200
commit7b10b0041aa63c6f8990ceb3ccc190bdd9eea2b9 (patch)
tree01edb9389d7b7f6b277a57e2bce1d05f9748d609 /ext/snmp
parent096b2f823b2273e3ee707b3805feb78d1e4be61d (diff)
downloadphp-7b10b0041aa63c6f8990ceb3ccc190bdd9eea2b9.tar.gz
Imported Upstream version 5.4.1~rc1upstream/5.4.1_rc1
Diffstat (limited to 'ext/snmp')
-rw-r--r--ext/snmp/config.m42
-rw-r--r--ext/snmp/config.w322
-rw-r--r--ext/snmp/php_snmp.h2
-rw-r--r--ext/snmp/snmp.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/ext/snmp/config.m4 b/ext/snmp/config.m4
index 28a26d1d3..ccb7eea9a 100644
--- a/ext/snmp/config.m4
+++ b/ext/snmp/config.m4
@@ -1,5 +1,5 @@
dnl
-dnl $Id: config.m4 310936 2011-05-10 20:04:26Z lytboris $
+dnl $Id$
dnl
PHP_ARG_WITH(snmp,for SNMP support,
diff --git a/ext/snmp/config.w32 b/ext/snmp/config.w32
index d1afa034d..24622434c 100644
--- a/ext/snmp/config.w32
+++ b/ext/snmp/config.w32
@@ -1,4 +1,4 @@
-// $Id: config.w32 309971 2011-04-05 12:20:35Z lytboris $
+// $Id$
// vim:ft=javascript
ARG_WITH("snmp", "SNMP support", "no");
diff --git a/ext/snmp/php_snmp.h b/ext/snmp/php_snmp.h
index bc851bc63..fe37917c7 100644
--- a/ext/snmp/php_snmp.h
+++ b/ext/snmp/php_snmp.h
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_snmp.h 321634 2012-01-01 13:15:04Z felipe $ */
+/* $Id$ */
#ifndef PHP_SNMP_H
#define PHP_SNMP_H
diff --git a/ext/snmp/snmp.c b/ext/snmp/snmp.c
index bc6719a16..403c62955 100644
--- a/ext/snmp/snmp.c
+++ b/ext/snmp/snmp.c
@@ -21,7 +21,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: snmp.c 322214 2012-01-13 18:46:56Z lytboris $ */
+/* $Id$ */
#ifdef HAVE_CONFIG_H
#include "config.h"