diff options
Diffstat (limited to 'ext/soap/php_schema.c')
| -rw-r--r-- | ext/soap/php_schema.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/ext/soap/php_schema.c b/ext/soap/php_schema.c index 0f43644f28..edfe694021 100644 --- a/ext/soap/php_schema.c +++ b/ext/soap/php_schema.c @@ -14,10 +14,9 @@    +----------------------------------------------------------------------+    | Authors: Brad Lafountain <rodif_bl@yahoo.com>                        |    |          Shane Caraveo <shane@caraveo.com>                           | -  |          Dmitry Stogov <dmitry@zend.com>                             | +  |          Dmitry Stogov <dmitry@php.net>                              |    +----------------------------------------------------------------------+  */ -/* $Id$ */  #include "php_soap.h"  #include "libxml/uri.h" | 
