Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added workaround for Solaris PIC weirdness. | Stig Bakken | 1999-07-24 | 1 | -0/+1 |
| | | | | | added RPM spec file for a future "official" RPM, work-in-progress | ||||
* | * Added buildconf, runs all the scripts necessary to build configure (Stig - ↵ | Zeev Suraski | 1999-04-18 | 1 | -2/+1 |
| | | | | | | | | | 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 | ||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+17 |
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. |