Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:12678 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75878 invoked by uid 1010); 9 Sep 2004 17:01:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 68205 invoked from network); 9 Sep 2004 17:00:54 -0000 Received: from unknown (HELO jan.prima.de) (83.97.50.139) by pb1.pair.com with SMTP; 9 Sep 2004 17:00:54 -0000 Received: from BAUMBART (p508EA997.dip.t-dialin.net [::ffff:80.142.169.151]) (IDENT: HydraIRC, AUTH: LOGIN tobi) by jan.prima.de with esmtp; Thu, 09 Sep 2004 17:00:53 +0000 Date: Thu, 9 Sep 2004 19:00:52 +0200 Reply-To: Marcus Boerger X-Priority: 3 (Normal) Message-ID: <875606343.20040909190052@marcus-boerger.de> To: Dmitry Stogov CC: Dmitry Stogov , internals@lists.php.net In-Reply-To: <002101c49689$cb40bd00$0a02a8c0@w2k> References: <1774206462.20040909122200@marcus-boerger.de> <002101c49689$cb40bd00$0a02a8c0@w2k> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] RE: SOAP's ctor's From: helly@php.net (Marcus Boerger) Hello Dmitry, Thursday, September 9, 2004, 6:26:42 PM, you wrote: > Hi Marcus, > May be your patch make sense. > But what is the difference between SoapServer::SaopServer and > SoapServer::__construct? > For me, they are equivalent. __construct is the PHP 5 way whereas using the class name (PHP 4) way requires some strange work around in the engine code. marcus