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

PHP CVS Repository

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 login
When it asks you for a password enter: phpfi

Then type:

   cvs -z3 -d :pserver:cvsread@cvs.php.net:/repository checkout php3
This 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 -d
to 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]


.cvsignore
BUGS
CHANGES
CODING_STANDARDS
COPYING
CREDITS
ChangeLog
INSTALL
INSTALL.DSO
INSTALL.REDHAT
LICENSE
Makefile.in
README.QNX
README.WIN32
README.t1lib
acconfig.h
aclocal.m4
alloc.c
alloc.h
alloca.c
apMakefile.libdir
apMakefile.tmpl
apidoc.txt
benchmarks/
build-defs.h.in
build-script
buildcheck
config.guess
config.h.in
config.sub
config.w32.h
configuration-parser.y
configuration-scanner.lex
configure.in
constants.c
constants.h
control_structures.h
control_structures_inline.h
convertor/
dbase/
debugger.c
dl/
doc/
examples/
extra/
footer
fopen-wrappers.c
fopen-wrappers.h
functions/
getopt.c
header
highlight.c
highlight.h
install-sh
internal_functions.c
internal_functions.h
internal_functions_registry.h
language-parser.y
language-scanner.h
language-scanner.lex
libphp3.module.in
list.c
ltconfig
ltmain.sh
main.c
main.h
makedist
mod_php3.c
mod_php3.exp
mod_php3.h
modules.h
nsapi/
operators.c
operators.h
pcrelib/
php.h
php.map
php3.dsw
php3.ini-dist
php3_debugger.h
php3_hash.c
php3_hash.h
php3_list.h
php3_realpath.c
php3_realpath.h
php3_sprintf.c
php3_threads.c
php3_threads.h
php3extra.dsw
php_compat.c
php_compat.h
php_getopt.h
php_version.h
press-release-3.0.txt
regex/
regtests/
request_info.c
request_info.h
safe_mode.c
safe_mode.h
serverapi/
setup
snprintf.c
snprintf.h
stack.c
stack.h
stamp-h.in
test/
tests/
tls.c
tls.h
token_cache.c
token_cache.h
variables.c
variables.h
win32/
win95nt.h


webmaster@php.net