| ★ wanayoo — archive 1999 http://cvs.php.net/ | Nouvelle recherche | Portail wanayoo |

This is a WWW interface to the PHP Version 3.0 CVS Tree. You can fetch a copy of the tree either by using rsync or by using a CVS client from your own system. If you don't already have one, you will find one at http://www.cyclic.com/. You can get your own copy of the tree with the commands:cvs -d :pserver:cvsread@cvs.php.net:/repository loginWhen it asks you for a password enter: phpfiThen type:
cvs -z3 -d :pserver:cvsread@cvs.php.net:/repository checkout php3This will create a php3 directory in your current directory. It will take a bit of time, especially if your network connection is slow. But once it is done, you will have an up to date copy of the master CVS source tree. You can then at any time cd into this directory and type:cvs -z3 update -dto update your source tree to be in sync with the master tree. (The -z3 sets the compression level)In order to compile php from this master source tree you will need the GNU yacc replacement called Bison (at least version 1.25) as well as the GNU lex replacement called flex. Both are available at ftp://prep.ai.mit.edu/pub/gnu/. Keep in mind that the CVS version may not always compile, or if it does compile, it may not be stable. The CVS version is a development version and should be treated as such.
If you plan on making significant contributions to the PHP code, CVS write access is available. Please see Read This for more information.
Current directory: [php3]