Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | These scripts are not in use anymore. RIP. | Sascha Schumann | 2000-08-24 | 1 | -83/+0 |
| | |||||
* | ar t is a little bit noisy on Rhapsody | Sascha Schumann | 1999-07-03 | 1 | -1/+1 |
| | |||||
* | avoid touching libraries which have not changed | Sascha Schumann | 1999-06-01 | 1 | -1/+1 |
| | |||||
* | * added --enable-thread-safety switch | Stig Bakken | 1999-05-03 | 1 | -1/+1 |
| | | | | | * now generating internal_functions.c | ||||
* | merge the object files in a temporary directory | Stig Bakken | 1999-04-21 | 1 | -6/+22 |
| | |||||
* | Apache module compiles again | Stig Bakken | 1999-04-17 | 1 | -1/+1 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+67 |
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. |