Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expand relative paths properly, otherwise build process will fail. | Sascha Schumann | 1999-09-26 | 1 | -0/+1 |
| | |||||
* | improve short help messages | Sascha Schumann | 1999-09-16 | 1 | -1/+2 |
| | |||||
* | *** empty log message *** | Zeev Suraski | 1999-09-10 | 1 | -1/+1 |
| | |||||
* | Enabled shared build of gd module | Gergely Madarász | 1999-09-06 | 3 | -14/+84 |
| | |||||
* | TTF support tested and working now | Rasmus Lerdorf | 1999-08-19 | 1 | -1/+1 |
| | |||||
* | This should fix TTF support - untested | Rasmus Lerdorf | 1999-08-19 | 1 | -1/+1 |
| | |||||
* | HAVE_FREETYPE_H isn't defined anywhere. HAVE_LIBTTF should be sufficient | Sascha Schumann | 1999-08-17 | 1 | -1/+1 |
| | |||||
* | Huge patch to update the hyperwave and pdflib module. | Uwe Steinmann | 1999-08-05 | 1 | -0/+6 |
| | | | | | | Only pdflib >2.0 is supported. None is tested yet. Hyperwave seems to be broken now. | ||||
* | Removed '3' from key functions in PHP (maintained compatibility through | Zeev Suraski | 1999-08-02 | 1 | -52/+52 |
| | | | | | php3_compat.h) | ||||
* | Symbol work. | Andrey Hristov | 1999-07-27 | 2 | -49/+50 |
| | |||||
* | "gd", not "-lgd" | Stig Bakken | 1999-07-25 | 1 | -2/+2 |
| | |||||
* | use AC_ADD_ macros | Stig Bakken | 1999-07-25 | 1 | -12/+18 |
| | |||||
* | Fix bug #1807 (requires libzend update) | Zeev Suraski | 1999-07-23 | 1 | -28/+53 |
| | |||||
* | gdttf update | Sascha Schumann | 1999-07-23 | 3 | -4/+74 |
| | |||||
* | Added check for freetype.h | Zeev Suraski | 1999-07-23 | 5 | -11/+17 |
| | |||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -79/+79 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * Get Apache to work. POST doesn't work yet. | Zeev Suraski | 1999-05-11 | 2 | -2/+2 |
| | | | | | | | * There are now -I directives for the absolute path of php4, php4/libzend and the builddir for the Apache module, so we can #include any php/Zend header. * Rename config.h to php_config.h | ||||
* | A few other minor fixes | Zeev Suraski | 1999-05-09 | 2 | -2/+3 |
| | |||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | things. * Fully implement ISAPI support - POST and cookies among other things. * Almost completely rewrote phpinfo(). Allow modules to easily display their information in phpinfo() without modifying phpinfo() itself (prototype for the module info function was changed, thus the large amount of updated module files). * Initial extended SAPI support for Apache, completely untested. * CGI now uses SAPI fully as well. | ||||
* | * added --enable-thread-safety switch | Stig Bakken | 1999-05-03 | 1 | -2/+2 |
| | | | | | * now generating internal_functions.c | ||||
* | * Get the Apache module to compile again | Zeev Suraski | 1999-04-26 | 2 | -3/+7 |
| | | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global) | ||||
* | Make GD config fail if it doesn't find the gd files | Rasmus Lerdorf | 1999-04-25 | 1 | -1/+1 |
| | |||||
* | Remove tls.[ch] | Zeev Suraski | 1999-04-23 | 1 | -3/+1 |
| | |||||
* | moved fdf, hyperwave, informix and some smaller files | Stig Bakken | 1999-04-22 | 1 | -1/+1 |
| | |||||
* | gd compile fix | Stig Bakken | 1999-04-21 | 1 | -5/+1 |
| | |||||
* | added ext/*/config.h.stub files | Stig Bakken | 1999-04-20 | 1 | -0/+6 |
| | | | | | removed config.h.in (generated) | ||||
* | Apache module compiles again | Stig Bakken | 1999-04-17 | 1 | -2/+2 |
| | |||||
* | First commit of re-structuring phase one. We have started using automake in | Stig Bakken | 1999-04-17 | 5 | -1/+167 |
| | | | | | | | | | | | | | 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. | ||||
* | updated GD from php3 repository, using it as a test extension for the new | Stig Bakken | 1999-04-16 | 5 | -0/+2952 |
directory structure |