Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:42567 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 49157 invoked from network); 12 Jan 2009 10:56:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Jan 2009 10:56:09 -0000 Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 88.198.8.16 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 88.198.8.16 bigtime.backendmedia.com Linux 2.6 Received: from [88.198.8.16] ([88.198.8.16:40354] helo=bigtime.backendmedia.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B9/37-10197-8C12B694 for ; Mon, 12 Jan 2009 05:56:09 -0500 Received: from localhost (unknown [127.0.0.1]) by bigtime.backendmedia.com (Postfix) with ESMTP id 82DAA4144058 for ; Mon, 12 Jan 2009 10:57:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at backendmedia.com Received: from bigtime.backendmedia.com ([127.0.0.1]) by localhost (bigtime.backendmedia.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id xepzmuIq1Kpn for ; Mon, 12 Jan 2009 11:57:49 +0100 (CET) Received: from [192.168.0.151] (77-58-151-147.dclient.hispeed.ch [77.58.151.147]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mls@pooteeweet.org) by bigtime.backendmedia.com (Postfix) with ESMTP id 0F506414400B for ; Mon, 12 Jan 2009 11:57:49 +0100 (CET) Message-ID: To: PHP internals Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Apple Message framework v930.3) Date: Mon, 12 Jan 2009 11:56:02 +0100 X-Mailer: Apple Mail (2.930.3) Subject: status update for beta1 From: mls@pooteeweet.org (Lukas Kahwe Smith) Hello all, Just wanted to get a status update on the work going on: - Eric and Nathan are working on new php.ini files and I guess they =20 will soon post their proposals to the list - @Steph: have you begun work on the Upgrading Guide? I would really =20 like to have something for beta1. The scratchpad should make it =20 possible to get something going quickly - @Scott: you are working on getting the dns* functions to work on =20 other platforms? - @Marcus: where do you see your closures RFC going? - @Derick: whats the state of the "call_user_func segfault"? - so are we disabling dl() for 5.3.0? the PHP 6.0.0 plan reads that =20 dl() should be enabled and SAPI's that support it can enable it =20 explicitly. - @Pierre: what about bundling ext/enchant as an ext/pspell replacement? - @Pierre: anything on the windows side we need to worry about? - Ettienne/Lars/Guilherme: whats the status of spl_object_id()/=20 spl_object_hash()? - Whats the status of the __invoke() thread (i did not follow it and =20 havent had time to catch up)? - I guess we are not going to deal with "foo.php?a.b.c =3D 10" in 5.3.0 =20= (should we put something on the 6.0 todo list for this?) - not sure where this item on the todo list came from: Fix static =20 build of extension when static is the default and =96enable-snapshot-=20 build is used - not sure where this item on the todo list came from: Improve the =20 build script to ease the parsing of the output and QA - @Felix/Derick: is fileinfo going to get more tests before beta1? - First line of included files not output if they begin with # - Defining namespaced constant using define() defines CASE SENSITIVE =20 namespace - make all extensions use php implementation of getenv (Pierre) - any bugs we should be aware of that need special attention from the =20= RM's? Again the plan is to release beta1 _next_ week, which means we want to =20= freeze function changes either this Friday or next Monday. Not a lot =20 of time .. regards, Johannes and Lukas=