summaryrefslogtreecommitdiff
path: root/Makefile.in
Commit message (Collapse)AuthorAgeFilesLines
...
* * added --enable-thread-safety switchStig Bakken1999-05-031-5/+5
| | | | | * now generating internal_functions.c
* Temporary fix for CGI compilation under UNIXZeev Suraski1999-04-261-2/+2
|
* * Get the Apache module to compile againZeev Suraski1999-04-261-2/+2
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
* Ok, apxs build works nicely nowRasmus Lerdorf1999-04-251-1/+1
|
* Ok, this beast compiles via --with-apxsRasmus Lerdorf1999-04-251-2/+9
| | | | | | | 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.
* vpath fixZeev Suraski1999-04-221-1/+1
|
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-20/+7
| | | | | | | | 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-5/+3
|
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-9/+4
|
* moved dbStig Bakken1999-04-211-1/+1
|
* moved bcmathStig Bakken1999-04-211-2/+2
|
* moved apache, com and hyperwave into ext/Stig Bakken1999-04-211-4/+4
|
* moved dav, msql and oracle to ext/Stig Bakken1999-04-211-5/+3
|
* moved filepro to extStig Bakken1999-04-211-1/+1
|
* moving mysql to ext/Stig Bakken1999-04-211-2/+2
|
* * Rename php_compat.[ch] to flock_compat.[ch] and move it to ext/standardZeev Suraski1999-04-211-2/+2
| | | | | * Fix Win32 compilation
* port some fixes, add compat routinesSascha Schumann1999-04-211-2/+3
|
* odbc compiles and runs on UNIX again (tested with Solid 2.3)Stig Bakken1999-04-201-1/+4
|
* moved odbc into ext/Stig Bakken1999-04-191-5/+4
|
* moved dbase into ext/Stig Bakken1999-04-191-11/+5
|
* * Added buildconf, runs all the scripts necessary to build configure (Stig - ↵Zeev Suraski1999-04-181-4/+4
| | | | | | | | | if there's any way to detect whether we need to run 'automake --add-missing', please add it...) * Make vpath work again * Minor UNIX bugfixes
* Apache module compiles againStig Bakken1999-04-171-15/+11
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-710/+33
| | | | | | | | | | | | | sub-directories and started to move extension code into ext/<name>. For now, I have moved the "standard" extension (which is quite a mix of everything right now) and the GD extension into their own subdirs in ext/. The configure script now also runs configure in the libzend directory automatically and makes sure php4 and libzend use the same config.cache file. To avoid running configure in libzend, use the --no-recursion option. "make" in php4 also builds libzend now. The Apache module doesn't compile right now, but a fix for that is coming up.
* php3_ini? What's that?Zeev Suraski1999-04-101-760/+571
|
* Spurious $ removed in Makefile.inKristian Köhntopp1999-04-081-1/+1
|
* PHP 4.0Zeev Suraski1999-04-071-0/+1078