Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark() | Uwe Steinmann | 1999-09-14 | 1 | -1/+4 |
| | |||||
* | - wrong use of php_print corrected | Uwe Steinmann | 1999-09-10 | 1 | -2/+2 |
| | |||||
* | forgot to change prototype | Uwe Steinmann | 1999-09-09 | 1 | -1/+1 |
| | |||||
* | pdf_setfont got optional parameter to embed fonts | Uwe Steinmann | 1999-09-09 | 1 | -9/+23 |
| | |||||
* | On the way to make configure more robust | Uwe Steinmann | 1999-08-19 | 1 | -12/+13 |
| | |||||
* | missing return type | Uwe Steinmann | 1999-08-19 | 1 | -6/+6 |
| | |||||
* | fixed unresolved symbol pdf_open_memory_image when pdflib 2.01 is used | Uwe Steinmann | 1999-08-12 | 1 | -1/+1 |
| | |||||
* | config for pdf module should now be similar to php3 | Uwe Steinmann | 1999-08-12 | 1 | -6/+34 |
| | |||||
* | slight changes to config of pdf module | Uwe Steinmann | 1999-08-10 | 2 | -4/+5 |
| | |||||
* | add changelog entries which I forget a couple of days ago | Uwe Steinmann | 1999-08-09 | 1 | -1/+1 |
| | |||||
* | Made Hypwerwave module threat safe | Uwe Steinmann | 1999-08-06 | 2 | -10/+26 |
| | |||||
* | Huge patch to update the hyperwave and pdflib module. | Uwe Steinmann | 1999-08-05 | 3 | -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 through | Zeev Suraski | 1999-08-02 | 1 | -69/+69 |
| | | | | | php3_compat.h) | ||||
* | License update | Zeev Suraski | 1999-07-16 | 1 | -20/+9 |
| | |||||
* | - run ext sources through conv_proto | Sascha Schumann | 1999-05-21 | 2 | -115/+118 |
| | | | | | - add necessary phpext_*_ptr | ||||
* | * Finalizing the PHP version of SAPI. Support POST and cookies among other ↵ | Zeev Suraski | 1999-05-09 | 2 | -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 Bakken | 1999-04-22 | 6 | -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. |