summaryrefslogtreecommitdiff
path: root/ext/pdf
Commit message (Collapse)AuthorAgeFilesLines
* - fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark()Uwe Steinmann1999-09-141-1/+4
|
* - wrong use of php_print correctedUwe Steinmann1999-09-101-2/+2
|
* forgot to change prototypeUwe Steinmann1999-09-091-1/+1
|
* pdf_setfont got optional parameter to embed fontsUwe Steinmann1999-09-091-9/+23
|
* On the way to make configure more robustUwe Steinmann1999-08-191-12/+13
|
* missing return typeUwe Steinmann1999-08-191-6/+6
|
* fixed unresolved symbol pdf_open_memory_image when pdflib 2.01 is usedUwe Steinmann1999-08-121-1/+1
|
* config for pdf module should now be similar to php3Uwe Steinmann1999-08-121-6/+34
|
* slight changes to config of pdf moduleUwe Steinmann1999-08-102-4/+5
|
* add changelog entries which I forget a couple of days agoUwe Steinmann1999-08-091-1/+1
|
* Made Hypwerwave module threat safeUwe Steinmann1999-08-062-10/+26
|
* Huge patch to update the hyperwave and pdflib module.Uwe Steinmann1999-08-053-241/+911
| | | | | | 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-69/+69
| | | | | php3_compat.h)
* License updateZeev Suraski1999-07-161-20/+9
|
* - run ext sources through conv_protoSascha Schumann1999-05-212-115/+118
| | | | | - add necessary phpext_*_ptr
* * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵Zeev Suraski1999-05-092-2/+2
| | | | | | | | | | | | | 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-226-0/+1955
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.