summaryrefslogtreecommitdiff
path: root/ext/xmlwriter
diff options
context:
space:
mode:
Diffstat (limited to 'ext/xmlwriter')
-rw-r--r--ext/xmlwriter/php_xmlwriter.c4
-rw-r--r--ext/xmlwriter/php_xmlwriter.h4
-rw-r--r--ext/xmlwriter/tests/004.phpt2
-rw-r--r--ext/xmlwriter/tests/OO_004.phpt2
4 files changed, 6 insertions, 6 deletions
diff --git a/ext/xmlwriter/php_xmlwriter.c b/ext/xmlwriter/php_xmlwriter.c
index e57009e1a..ee14ab850 100644
--- a/ext/xmlwriter/php_xmlwriter.c
+++ b/ext/xmlwriter/php_xmlwriter.c
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 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: php_xmlwriter.c 313665 2011-07-25 11:42:53Z felipe $ */
+/* $Id: php_xmlwriter.c 321634 2012-01-01 13:15:04Z felipe $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
diff --git a/ext/xmlwriter/php_xmlwriter.h b/ext/xmlwriter/php_xmlwriter.h
index 5552a17d7..db60c1c96 100644
--- a/ext/xmlwriter/php_xmlwriter.h
+++ b/ext/xmlwriter/php_xmlwriter.h
@@ -2,7 +2,7 @@
+----------------------------------------------------------------------+
| PHP Version 5 |
+----------------------------------------------------------------------+
- | Copyright (c) 1997-2011 The PHP Group |
+ | Copyright (c) 1997-2012 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: php_xmlwriter.h 306939 2011-01-01 02:19:59Z felipe $ */
+/* $Id: php_xmlwriter.h 321634 2012-01-01 13:15:04Z felipe $ */
#ifndef PHP_XMLWRITER_H
#define PHP_XMLWRITER_H
diff --git a/ext/xmlwriter/tests/004.phpt b/ext/xmlwriter/tests/004.phpt
index 0a85e8d7f..7c51ea229 100644
--- a/ext/xmlwriter/tests/004.phpt
+++ b/ext/xmlwriter/tests/004.phpt
@@ -4,7 +4,7 @@ XMLWriter: libxml2 XML Writer, file buffer, flush
<?php if (!extension_loaded("xmlwriter")) print "skip"; ?>
--FILE--
<?php
-/* $Id: 004.phpt 201860 2005-12-02 02:05:26Z iliaa $ */
+/* $Id: 004.phpt 316312 2011-09-07 09:37:56Z pajoye $ */
$doc_dest = '001.xml';
$xw = xmlwriter_open_uri($doc_dest);
diff --git a/ext/xmlwriter/tests/OO_004.phpt b/ext/xmlwriter/tests/OO_004.phpt
index ab69e5a79..afc4343c5 100644
--- a/ext/xmlwriter/tests/OO_004.phpt
+++ b/ext/xmlwriter/tests/OO_004.phpt
@@ -4,7 +4,7 @@ XMLWriter: libxml2 XML Writer, file buffer, flush
<?php if (!extension_loaded("xmlwriter")) print "skip"; ?>
--FILE--
<?php
-/* $Id: OO_004.phpt 201860 2005-12-02 02:05:26Z iliaa $ */
+/* $Id: OO_004.phpt 316312 2011-09-07 09:37:56Z pajoye $ */
$doc_dest = '001.xml';
$xw = new XMLWriter();