summaryrefslogtreecommitdiff
path: root/ext/pdf
Commit message (Expand)AuthorAgeFilesLines
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-15/+15
* Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page)Rainer Schaaf2001-03-212-10/+38
* Don't do anything, if the user wants no PDF.Sascha Schumann2001-03-161-0/+2
* ws fixes. Plus removed unnecessary AC_MSG_ calls.foobar2001-03-121-18/+17
* just reversed a previous patch.Rui Hirokawa2001-03-101-1/+0
* initialized some strings in global variable structure.Rui Hirokawa2001-03-101-0/+1
* fixed bug in PDF_getbuffer (happend only on Windows)Rainer Schaaf2001-03-051-4/+24
* - integrated new functions vor PDFlib V4.0 (beta1)Rainer Schaaf2001-03-012-13/+474
* - Fix copyright notices with 2001Andi Gutmans2001-02-262-2/+2
* When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete()Rainer Schaaf2001-02-211-1/+1
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-1/+1
* added module support (for dl()) for PDFlibRainer Schaaf2001-02-123-29/+23
* ­ some modification from Rainer SchaafUwe Steinmann2001-02-011-111/+108
* fix typoDaniel Beulshausen2001-01-311-1/+1
* Fixed some protos.Egon Schmid2001-01-262-56/+48
* - This is major change of the php pdf api to be closer to the pdflib apiUwe Steinmann2001-01-262-227/+800
* I missed this function..foobar2001-01-031-5/+4
* Trying to bring pdf extension a bit more up to date.foobar2001-01-032-1663/+755
* fix filepath handlingDaniel Beulshausen2001-01-031-0/+10
* fix bug 8341 & 8394Daniel Beulshausen2001-01-031-0/+10
* fix PDF image open under Win32Daniel Beulshausen2000-11-211-5/+20
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* Include header file for phpi_get_le_gd()Joey Smith2000-11-031-0/+1
* Include header file for php_file_le_fopen()Joey Smith2000-11-031-0/+1
* - BeautifyAndi Gutmans2000-11-011-5/+10
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-3/+3
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-6/+8
* - added optional argument pdf_show_boxed() to determine if text isUwe Steinmann2000-10-101-13/+29
* removed zendts.lib from link optionsDaniel Beulshausen2000-09-301-2/+2
* Fixed typo. Changed php3_error to php_error.foobar2000-09-081-2/+2
* Changed // to /* */ comments.foobar2000-09-081-17/+17
* - last parameter of pdf_get_parameter(), pdf_get_value() optionalUwe Steinmann2000-09-081-35/+63
* - updated on new zend_apiUwe Steinmann2000-08-281-551/+551
* deleted a few unnecceasary defines and added the Release_TS_Inline path to th...Daniel Beulshausen2000-08-241-4/+4
* projectfile to build the pdf extensionDaniel Beulshausen2000-08-221-0/+114
* Setting "compatibility" parameter requires having a PDF structure thatJoey Smith2000-07-231-0/+5
* - Support for pdflib 3.01Uwe Steinmann2000-07-051-19/+19
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
* Added note about creating PDF documents in memory.Joey Smith2000-06-281-2/+6
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* - minor changesUwe Steinmann2000-06-191-1/+1
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
* - fixed compilation errorUwe Steinmann2000-06-071-3/+3
* - more removal of obsolete pdflib functions, but no changes to the phpUwe Steinmann2000-06-071-3/+3
* - new function pdf_set_info() to replace pdf_set_info_xxx()Uwe Steinmann2000-06-072-6/+36
* - add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(),Uwe Steinmann2000-06-062-16/+139
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-79/+79
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-1/+1
* - fixed bug #4076Uwe Steinmann2000-05-181-3/+4