Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4807 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 83286 invoked by uid 1010); 12 Oct 2003 19:49:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 83262 invoked from network); 12 Oct 2003 19:49:14 -0000 Received: from unknown (HELO usstp10.itcs.purdue.edu) (128.210.5.249) by pb1.pair.com with SMTP; 12 Oct 2003 19:49:14 -0000 Received: from localhost (wm-cpu1.itcs.purdue.edu [128.210.11.233]) by usstp10.itcs.purdue.edu (8.12.10/8.12.10/scan-smtp) with ESMTP id h9CJnCCV016810 for ; Sun, 12 Oct 2003 14:49:12 -0500 Received: from mathb6pc12.ics.purdue.edu (mathb6pc12.ics.purdue.edu [128.210.90.46]) by webmail.purdue.edu (IMP) with HTTP for ; Sun, 12 Oct 2003 14:43:32 -0500 Message-ID: <1065987812.3f89aee412da3@webmail.purdue.edu> Date: Sun, 12 Oct 2003 14:43:32 -0500 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2-cvs X-Virus-Scanned: by amavisd-new on Purdue Mailhub Subject: When can I expect changes to be applied From: fuhs@purdue.edu (Josh Fuhs) Hello, I requested some time ago that zend_parse_parameters() be altered to accept "Z" as a parameter type in order to be able to retrieve zval**'s instead of zval*'s. I believe I was told that this change would be applied, but I haven't yet seen it appear in any of the recent distributions. I wrote a database extension which uses this functionality for a company which I am getting ready to leave. I need to make sure that they'll be able to upgrade their PHP version without running into problems. Thanks, Josh