Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ok, this beast compiles via --with-apxs | Rasmus Lerdorf | 1999-04-25 | 1 | -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.h | Rasmus Lerdorf | 1999-04-24 | 1 | -0/+3 |
| | |||||
* | port from PHP3 | Sascha Schumann | 1999-04-24 | 1 | -0/+3 |
| | |||||
* | Bring imap build rules up to date. We still have a problem here though. | Rasmus Lerdorf | 1999-04-22 | 1 | -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 Bakken | 1999-04-22 | 1 | -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 ldap | Stig Bakken | 1999-04-22 | 1 | -9/+0 |
| | |||||
* | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -3/+0 |
| | |||||
* | moved db | Stig Bakken | 1999-04-21 | 1 | -6/+0 |
| | |||||
* | moved bcmath | Stig Bakken | 1999-04-21 | 1 | -3/+0 |
| | |||||
* | moved apache, com and hyperwave into ext/ | Stig Bakken | 1999-04-21 | 1 | -3/+0 |
| | |||||
* | moved dav, msql and oracle to ext/ | Stig Bakken | 1999-04-21 | 1 | -15/+0 |
| | |||||
* | moved filepro to ext | Stig Bakken | 1999-04-21 | 1 | -1/+0 |
| | |||||
* | moving mysql to ext/ | Stig Bakken | 1999-04-21 | 1 | -4/+0 |
| | |||||
* | odbc compiles and runs on UNIX again (tested with Solid 2.3) | Stig Bakken | 1999-04-20 | 1 | -52/+10 |
| | |||||
* | generate acconfig.h from acconfig.h.in and ext/*/config.h.stub | Stig Bakken | 1999-04-19 | 1 | -0/+261 |