|
|
|
Change log
This adds a warning at the end of configure for those using the svn repository. It tells them to read README.svn. While it may be irritating in general, this seems to be the number one problem people have when checking out the source code (people don't read manuals or READMEs it seems).
| Go to: |
Sign in to write a code review
Older revisions
r1217
by paul.biggar
on May 13, 2008
Diff
gcc 4.2 raises some warnings in the PHP header files. Instead of using -I, we can use -isystem to mark them as system headers, and to ignore their errors. This still results is some ...
r1017
by paul.biggar
on Jan 31, 2008
Diff
Allow phc to be configured with the --without-php flag. --with-php can still be used at the command line. This removes some code duplication by moving the PHP checks into ...
r163
by edskodevries
on Mar 27, 2007
Diff
Making the branch the new trunk/, and moving trunk/ up one level, as requested by Paul. Still getting source-vs- semantic errors, but that's a problem ...