My favorites | Sign in
Project Logo
phc
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/*
* phc -- the open source PHP compiler
* See doc/license/README.license for licensing information
*
* configure settings
*/

/*
* Package configuration
*/

#undef PACKAGE
#undef VERSION

/*
* Garbage collector
*/

// --enable-gc specified?
#undef DISABLE_GC

/*
* Xerces-C++
*/

// Xerces-C++ available?
#undef HAVE_XERCES

/*
* PHP
*/

// Embed SAPI available
#undef HAVE_EMBED

// PHP installation path
#undef PHP_INSTALL_PATH
Show details Hide details

Change log

r1819 by paul.biggar on Oct 26, 2008   Diff
Merge from trunk. Merge log:

Merged revisions 1771-1773,1775,1778-1788,
1790-1792,1796-1797,1799,1804-1807 via
svnmerge from
https://phc.googlecode.com/svn/trunk

........
  r1771 | paul.biggar | 2008-10-12
20:27:44 +0100 (Sun, 12 Oct 2008) | 2
lines

...
Go to: 
Sign in to write a code review

Older revisions

r1454 by paul.biggar on Jul 22, 2008   Diff
Create the dataflow branch, for C++
based dataflow optimizations.
r413 by paul.biggar on Jun 03, 2007   Diff
My last effort at allowing phc to
build without the presence of the PHP
embed SAPI was a bit flawed. This
overcomes most of the problems. It re-
adds the missing headers that
...
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
...
All revisions of this file

File info

Size: 446 bytes, 37 lines
Hosted by Google Code