Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:40819 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 47951 invoked from network); 1 Oct 2008 13:39:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 1 Oct 2008 13:39:51 -0000 Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 216.239.58.190 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 216.239.58.190 gv-out-0910.google.com Received: from [216.239.58.190] ([216.239.58.190:61831] helo=gv-out-0910.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 21/88-04812-6AD73E84 for ; Wed, 01 Oct 2008 09:39:50 -0400 Received: by gv-out-0910.google.com with SMTP id e6so101128gvc.37 for ; Wed, 01 Oct 2008 06:39:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=QeRq90QW87WfUEDkv9Ov6fUKE/OjfMvZsdIrnLl8HX8=; b=qIp8Ol6cdf3uijsgjgOQy+g/SI9PvJ6sUPjNaWcfWXN04RqL/U/ltrZzhupkgpzRFc w7BGDIvOJjjNoQfL1Y1NDMNjJbdtcewCH3P7DVVuR6uYkkASVAG7MCVgZmA/7wFy6Z5K 85qL5vvOf4qLvMp0Y9ZFKv9asxaDS+2B+0hyI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=q8dSU+6rlw/4XAUifNf7iZisy3bO4iGZTUH5yrfYKeOWoyf4EGx+XrLiimeCr9aKvY saCoe/UHP09rM20h/n9OG78EImYAl/AJNQw1saH1x7kDOYk5A5Re995TaZJ5SXRHHBzy YjDcfGX7F6lAYtryj2+5AiU+uMavpY94VkBgc= Received: by 10.103.175.8 with SMTP id c8mr5852049mup.26.1222868386909; Wed, 01 Oct 2008 06:39:46 -0700 (PDT) Received: by 10.103.179.15 with HTTP; Wed, 1 Oct 2008 06:39:46 -0700 (PDT) Message-ID: <7f3ed2c30810010639q445b94b3m637ed929215d1cc6@mail.gmail.com> Date: Wed, 1 Oct 2008 15:39:46 +0200 To: "PHP Development" , "PHP Documentation ML" , "Philip Olson" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [DOC] Commit messages dead? From: hannes.magnusson@gmail.com ("Hannes Magnusson") Hi all It looks like [DOC] has failed miserably, it is of no use if only few people use it for few commits. Adding to the fact there is almost no activity in the documentations we really need to find a better way to organize things. Currently we have [DOC], (closed) bug reports, NEWS and wiki all overlapping with each other.. not very attractive for newcomers. Does anyone have any idea how we can organize things better and get more people to document? -Hannes ---------- Forwarded message ---------- From: Dmitry Stogov Date: Wed, Oct 1, 2008 at 15:13 Subject: [PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /ext/soap php_http.c To: php-cvs@lists.php.net dmitry Wed Oct 1 13:13:34 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS /php-src/ext/soap php_http.c Log: Added ability to send user defined HTTP headers with SOAP request.