[PHP-DEV] 3.1 cvs tree From: Shane Caraveo (shane <email protected>)
Date: 05/26/98

Hello everyone,
My work with 3.0 is primarily done, with the exception of any
windows-specific bugs that may crop up. I will now be focusing my efforts
on thread safety and server modules under the 3.1 cvs tree.

Any changes to any 'core' code MUST also be applied against the 3.1 tree.
This will not include for the time being any 'module' that requires any
external library to be compiled, until such a time that the authors of those
modules move to 3.1. Basicly, any edits in the following directories should
be commited also to the 3.1 tree.

/ (ALL EDITS Should be commited to 3.1, not including subdirectories)
/functions (Any edits to core functions that do not require external
library)
/serverapi (no further work in 3.0 tree should be done here)
/win32 (ALL EDITS)

Eventualy, there will be some fundamental changes within php 3.1, however,
right now my focus will be on SAPI (Server api), NSAPI, ISAPI, WSAPI and
Apache interfaces. I will work first on ISAPI, and get it working, before I
pay any attention to any other server interfaces. If anyone wants to
contribute in this direction, please feel free to join in.

I know dual commits will be a pain, but it is necessary to maintain 3.0
stability while we work out some major issues for 3.1.

Shane Caraveo