summaryrefslogtreecommitdiff
path: root/acconfig.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Ok, this beast compiles via --with-apxsRasmus Lerdorf1999-04-251-0/+3
| | | | | | | Not sure if it actually works yet though. I have a feeling there are some -fpic flags missing in the libzend build. Will test later on today.
* Oops, would be a good idea to edit the .in file instead of acconfig.hRasmus Lerdorf1999-04-241-0/+3
|
* port from PHP3Sascha Schumann1999-04-241-0/+3
|
* Bring imap build rules up to date. We still have a problem here though.Rasmus Lerdorf1999-04-221-0/+3
| | | | | | | | | | | In this new build structure we are adding libraries to $LIBS as we add modules instead of doing an AC_SUBST into the Makefile. One reason for doing the subst in php3 was to get around the libraries that could not be included in $LIBS because doing so would mess up the various configure tests. For example, you can't do a -limap as part of the various simple configure compile programs because -limap requires a bunch of callback symbols to be present.
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-65/+0
| | | | | | | | fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.
* moved imap and ldapStig Bakken1999-04-221-9/+0
|
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-3/+0
|
* moved dbStig Bakken1999-04-211-6/+0
|
* moved bcmathStig Bakken1999-04-211-3/+0
|
* moved apache, com and hyperwave into ext/Stig Bakken1999-04-211-3/+0
|
* moved dav, msql and oracle to ext/Stig Bakken1999-04-211-15/+0
|
* moved filepro to extStig Bakken1999-04-211-1/+0
|
* moving mysql to ext/Stig Bakken1999-04-211-4/+0
|
* odbc compiles and runs on UNIX again (tested with Solid 2.3)Stig Bakken1999-04-201-52/+10
|
* generate acconfig.h from acconfig.h.in and ext/*/config.h.stubStig Bakken1999-04-191-0/+261