Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12676 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13414 invoked by uid 1010); 9 Sep 2004 16:24:05 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 13229 invoked from network); 9 Sep 2004 16:24:03 -0000 Received: from unknown (HELO emaile.wplus.net) (195.131.104.155) by pb1.pair.com with SMTP; 9 Sep 2004 16:24:03 -0000 Envelope-to: internals@lists.php.net Received: by emaile.wplus.net with drweb-scanned (WebPlus antispam mailer ) id 1C5RiJ-0003qj-00; Thu, 09 Sep 2004 20:23:59 +0400 Received: from [195.131.120.195] (helo=w2k) by emaile.wplus.net with esmtp (WebPlus antispam mailer ) id 1C5RiI-0003qP-00; Thu, 09 Sep 2004 20:23:58 +0400 To: "'Marcus Boerger'" , "'Dmitry Stogov'" , Date: Thu, 9 Sep 2004 20:26:42 +0400 Message-ID: <002101c49689$cb40bd00$0a02a8c0@w2k> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 Importance: Normal In-Reply-To: <1774206462.20040909122200@marcus-boerger.de> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-IP: 195.131.120.195 X-From: dmitry@zend.com Subject: RE: SOAP's ctor's From: dmitry@zend.com ("Dmitry Stogov") References: <1774206462.20040909122200@marcus-boerger.de> Hi Marcus, May be your patch make sense. But what is the difference between SoapServer::SaopServer and SoapServer::__construct? For me, they are equivalent. Thanks. Dmitry. > -----Original Message----- > From: Marcus Boerger [mailto:helly@php.net] > Sent: Thursday, September 09, 2004 14:22 > To: Dmitry Stogov; internals@lists.php.net > Subject: SOAP's ctor's > > > Hello Dmitry, > > does anything speak against changing soap's ctor's to > __construct which is the PHP 5 way of doing things? Patch is attached. > > -- > Best regards, > Marcus >