Newsgroups: php.cvs,php.internals Path: news.php.net Xref: news.php.net php.cvs:62430 php.internals:48103 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 38007 invoked from network); 27 Apr 2010 07:28:16 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Apr 2010 07:28:16 -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 74.125.82.42 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: 74.125.82.42 mail-ww0-f42.google.com Received: from [74.125.82.42] ([74.125.82.42:47140] helo=mail-ww0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DA/F6-30049-E0296DB4 for ; Tue, 27 Apr 2010 03:28:15 -0400 Received: by wwb18 with SMTP id 18so1346715wwb.29 for ; Tue, 27 Apr 2010 00:28:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type:content-transfer-encoding; bh=Vgry0i0zd38CiSr4uvJYQRHIf9GB6YdfnDozfoN4ztg=; b=tFSEgwWBDcs5YNlwk/6XPMg3dEdumlED8xVL5wrifVo0MLxNvQRqY6QOaEfwvIdxEh exgphUTSqhu7888WIymPsm6aXLAeVaPjFrxUwUXPw1ERxT+AxqeM21J3uwzwSFGNv+gb LxZNUCdjUWvdkURDzQvxIe62lzFdZeCEcmrog= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=wRIY0rY0o71hNs9xfyAvEP3BqOByxmXSLy2IK655A/Y7xDgbzIFsEPlTgRVtpkhqHZ pj/e6MXXeFYSqY+HODDOrFXVR39EaYERosLIjDkw+EyDWwCG5Aok6SJ4pbqCTiHFa4ER eOIOAc+nUmKQh/AZADNbhYo3gGm8HOw8gbTno= MIME-Version: 1.0 Received: by 10.216.90.133 with SMTP id e5mr950444wef.23.1272353291523; Tue, 27 Apr 2010 00:28:11 -0700 (PDT) Received: by 10.216.172.84 with HTTP; Tue, 27 Apr 2010 00:28:11 -0700 (PDT) Date: Tue, 27 Apr 2010 09:28:11 +0200 Message-ID: To: Kalle Sommer Nielsen , PHP Development Cc: php-cvs@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-CVS] svn: /php/php-src/trunk/ INSTALL Makefile.gcov Makefile.global NEWS configure.in ext/bz2/bz2.c ext/com_dotnet/com_persist.c ext/curl/interface.c ext/curl/streams.c ext/curl/tests/curl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt ext/ From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Apr 27, 2010 at 01:53, Kalle Sommer Nielsen wrote: > kalle =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0= =A0Mon, 26 Apr 2010 23:53:30 +0000 > > Revision: http://svn.php.net/viewvc?view=3Drevision&revision=3D298625 > > Log: > Removed safe_mode > =A0* Removed ini options, safe_mode* > =A0* Removed --enable-safe-mode --with-exec-dir configure options on Unix > =A0* Updated extensions, SAPI's and core > =A0* php_get_current_user() is now declared in main.c, thrus no need to i= nclude safe_mode.h anymore Please keep the upgrade guide up to date with all this removal stuff you are doing. Remembering all this at release time is going to be extremely painful as NEWS doesn't contain as much details. -Hannes