summaryrefslogtreecommitdiff
path: root/ext/pdf/php3_pdf.h
Commit message (Collapse)AuthorAgeFilesLines
* Made Hypwerwave module threat safeUwe Steinmann1999-08-061-1/+1
|
* Huge patch to update the hyperwave and pdflib module.Uwe Steinmann1999-08-051-7/+20
| | | | | | Only pdflib >2.0 is supported. None is tested yet. Hyperwave seems to be broken now.
* - run ext sources through conv_protoSascha Schumann1999-05-211-58/+61
| | | | | - add necessary phpext_*_ptr
* * 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.
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+106
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.