Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:25918 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 889 invoked by uid 1010); 3 Oct 2006 18:56:28 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 874 invoked from network); 3 Oct 2006 18:56:28 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2006 18:56:28 -0000 Authentication-Results: pb1.pair.com header.from=sesser@hardened-php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=sesser@hardened-php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain hardened-php.net from 81.169.145.183 cause and error) X-PHP-List-Original-Sender: sesser@hardened-php.net X-Host-Fingerprint: 81.169.145.183 natreg.rzone.de Solaris 10 (beta) Received: from [81.169.145.183] ([81.169.145.183:38850] helo=natreg.rzone.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BD/C3-22448-A52B2254 for ; Tue, 03 Oct 2006 14:56:27 -0400 Received: from [192.168.1.77] (p508749BC.dip.t-dialin.net [80.135.73.188]) by post.webmailer.de (8.13.6/8.13.6) with ESMTP id k93IuJIP021231 for ; Tue, 3 Oct 2006 20:56:19 +0200 (MEST) Message-ID: <4522B256.5000905@hardened-php.net> Date: Tue, 03 Oct 2006 20:56:22 +0200 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: PHP internals X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: PHP 5.2 "Feature Request": Export 2 Session Module Symbols From: sesser@hardened-php.net (Stefan Esser) Hi, I would like to have a last minute fix in PHP 5.2+ It is nothing that could break functionality... I only want _php_find_ps_module _php_find_ps_serializer to be no longer static but beeing exported. The reason for this is simple... I would like to use the PHP session storage modules to store data of my own PHP extension. I can do that by looking into memory for the structures used by both functions but I would rather like to use API functions for it... (atleast in newer PHP versions) Stefan Esser