summaryrefslogtreecommitdiff
path: root/ext/pdf
Commit message (Expand)AuthorAgeFilesLines
* TSRM fixHarald Radi2001-08-072-2/+1
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-2/+3
* - TSRMLS_FETCH workZeev Suraski2001-08-051-46/+78
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+1
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on th...Zeev Suraski2001-07-301-3/+3
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+1
* - fixed bug in pdf_open_image_file when using images as masks.Rainer Schaaf2001-07-031-8/+15
* Fixed proto. (also bug #10334)foobar2001-06-151-1/+1
* This extension works with pdflib 4.x too..foobar2001-06-141-2/+2
* Fold a bit more codeRasmus Lerdorf2001-06-061-1/+2
* Prevent problems with PDFlib 3.00 when setting the imagewarning parameter.Wez Furlong2001-06-061-2/+4
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-4/+64
* Note to self - stop coding on planesRasmus Lerdorf2001-05-301-1/+1
* Make c2-4 optional since they aren't needed in all casesRasmus Lerdorf2001-05-271-8/+31
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Nuke warningDerick Rethans2001-05-211-1/+1
* - No need to include "zend" in include lineDerick Rethans2001-05-211-1/+1
* Fix for #8539James Moore2001-05-211-1/+8
* A few modifications to make the ZLIB checks work better.foobar2001-05-201-22/+24
* Nuke more quotesSascha Schumann2001-05-121-2/+2
* Cleaned up this a bit..foobar2001-05-101-93/+87
* Give correct warnings if certain libaries/verisons are not avalibleJames Moore2001-05-081-0/+20
* 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