summaryrefslogtreecommitdiff
path: root/ext/gd/gd.c
Commit message (Collapse)AuthorAgeFilesLines
* Enabled shared build of gd moduleGergely Madarász1999-09-061-0/+4
|
* 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-271-44/+44
|
* Fix bug #1807 (requires libzend update)Zeev Suraski1999-07-231-28/+53
|
* Added check for freetype.hZeev Suraski1999-07-231-5/+5
|
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-211-38/+38
| | | | | - add necessary phpext_*_ptr
* A few other minor fixesZeev Suraski1999-05-091-1/+2
|
* * 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.
* * Get the Apache module to compile againZeev Suraski1999-04-261-2/+6
| | | | | | * Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
* 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
|
* First commit of re-structuring phase one. We have started using automake inStig Bakken1999-04-171-1/+1
| | | | | | | | | | | | | 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-161-0/+1786
directory structure