Received: by taz.hyperreal.com (8.6.12/8.6.5) id XAA16868; Sun, 11 Feb 1996 23:24:26 -0800 Received: from krishna.vidya.com by taz.hyperreal.com (8.6.12/8.6.5) with ESMTP id XAA16858; Sun, 11 Feb 1996 23:24:20 -0800 Received: (from myddryn@localhost) by krishna.vidya.com (8.6.12/8.6.9) id XAA24416 for new-httpd@hyperreal.com; Sun, 11 Feb 1996 23:24:50 -0800 From: Adam Sussman Message-Id: <199602120724.XAA24416@krishna.vidya.com> Subject: Apache & PHP To: new-httpd@hyperreal.com Date: Sun, 11 Feb 1996 23:24:49 -0800 (PST) In-Reply-To: from "rasmus@madhaus.utcs.utoronto.ca" at Feb 11, 96 06:48:30 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1696 Sender: owner-new-httpd@apache.org Precedence: bulk Reply-To: new-httpd@hyperreal.com Hello, I am gald to see that you are considering makeing PHP an Apache module. I have made quite extensive use of PHP and have submited patches to the current voting round that became necessary with its use. I would be very interested in helping out with the porting of PHP to apache and its testing. I now have a vested interest in it :). I also have a couple of thoughts that you might want to consider. I use PHP mainly for database applications. Unfortunatly, mSQL is not very stable on my systems(Linux mostly) and it does not have an adequate set of features to meet my needs. I have therefore added primitive Postgres95 support to my copy of PHP. Its not up to par with the mSQL interface, but it does function adequatly. In doing the port it occured to me that a more generic database interface would be nice, especialy since I will eventualy need to deal with many different varieties. It would also make it easier to plug in new database libraries. What do you think? In one of my larger PHP projects, I have made a shopping cart application. Doing this requires, at the very least, a persistent session identifier. This can be done with netscape cookies, but most often, it needs to be done as a url query string variable. I currently do this by running a perl program that parses the output of PHP for links and adds the appropriate session information. This is not very good for performance :). Do you think it would be possible to implement this within PHP itself? Anyway, thank you for this stellar piece of software. I am looking forward to its future incarnations. Please let me know if I can be of any help. Thank you, Adam Sussman Vidya Media Ventures