summaryrefslogtreecommitdiff
path: root/ext/gd
Commit message (Collapse)AuthorAgeFilesLines
* Expand relative paths properly, otherwise build process will fail.Sascha Schumann1999-09-261-0/+1
|
* improve short help messagesSascha Schumann1999-09-161-1/+2
|
* *** empty log message ***Zeev Suraski1999-09-101-1/+1
|
* Enabled shared build of gd moduleGergely Madarász1999-09-063-14/+84
|
* TTF support tested and working nowRasmus Lerdorf1999-08-191-1/+1
|
* This should fix TTF support - untestedRasmus Lerdorf1999-08-191-1/+1
|
* HAVE_FREETYPE_H isn't defined anywhere. HAVE_LIBTTF should be sufficientSascha Schumann1999-08-171-1/+1
|
* Huge patch to update the hyperwave and pdflib module.Uwe Steinmann1999-08-051-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 throughZeev Suraski1999-08-021-52/+52
| | | | | php3_compat.h)
* Symbol work.Andrey Hristov1999-07-272-49/+50
|
* "gd", not "-lgd"Stig Bakken1999-07-251-2/+2
|
* use AC_ADD_ macrosStig Bakken1999-07-251-12/+18
|
* Fix bug #1807 (requires libzend update)Zeev Suraski1999-07-231-28/+53
|
* gdttf updateSascha Schumann1999-07-233-4/+74
|
* Added check for freetype.hZeev Suraski1999-07-235-11/+17
|
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-212-79/+79
| | | | | - add necessary phpext_*_ptr
* * Get Apache to work. POST doesn't work yet.Zeev Suraski1999-05-112-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 fixesZeev Suraski1999-05-092-2/+3
|
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-091-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 switchStig Bakken1999-05-031-2/+2
| | | | | * now generating internal_functions.c
* * Get the Apache module to compile againZeev Suraski1999-04-262-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 filesRasmus Lerdorf1999-04-251-1/+1
|
* Remove tls.[ch]Zeev Suraski1999-04-231-3/+1
|
* moved fdf, hyperwave, informix and some smaller filesStig Bakken1999-04-221-1/+1
|
* gd compile fixStig Bakken1999-04-211-5/+1
|
* added ext/*/config.h.stub filesStig Bakken1999-04-201-0/+6
| | | | | removed config.h.in (generated)
* Apache module compiles againStig Bakken1999-04-171-2/+2
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-175-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 newStig Bakken1999-04-165-0/+2952
directory structure