Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | newest GetImageSize renamed header-file | Thies C. Arntzen | 1999-09-02 | 1 | -1/+1 |
| | |||||
* | First attempt at moving the old RFC1867 support to the right place | Zeev Suraski | 1999-06-12 | 1 | -1/+0 |
| | |||||
* | * added --enable-thread-safety switch | Stig Bakken | 1999-05-03 | 1 | -1/+1 |
| | | | | | * now generating internal_functions.c | ||||
* | last bunch of extensions moving to ext/ | Stig Bakken | 1999-04-22 | 1 | -0/+3 |
| | | | | | | | | 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 fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -0/+2 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 1 | -0/+71 |
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. |