summaryrefslogtreecommitdiff
path: root/ext/pdf/pdf.c
Commit message (Expand)AuthorAgeFilesLines
* getting rid of the warn_not_available aliasHartmut Holzgraefe2002-03-221-20/+0
* *** empty log message ***Markus Fischer2002-03-211-1/+1
* change * formattingWez Furlong2002-03-161-1/+1
* New PHP streams...Wez Furlong2002-03-151-2/+10
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* This is better way to configure. PDFlib 3/4 can be compiled with external lib...foobar2001-11-301-1/+1
* - oops :)Derick Rethans2001-11-081-1/+1
* - Let it also work with pdflib 3 againDerick Rethans2001-11-081-2/+2
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* fixed PDF_get_value for parametersRainer Schaaf2001-10-081-0/+9
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-4/+4
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-55/+55
* fix resource destructionDaniel Beulshausen2001-09-101-4/+2
* - Fix for bug #13230Derick Rethans2001-09-101-5/+1
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Added two new functions:Ulf Wendel2001-08-211-0/+25
* TSRM fixHarald Radi2001-08-071-1/+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
* - 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
* 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
* Give correct warnings if certain libaries/verisons are not avalibleJames Moore2001-05-081-0/+20
* Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page)Rainer Schaaf2001-03-211-10/+37
* 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-011-13/+454
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* 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-121-15/+6
* ­ some modification from Rainer SchaafUwe Steinmann2001-02-011-111/+108
* fix typoDaniel Beulshausen2001-01-311-1/+1
* Fixed some protos.Egon Schmid2001-01-261-55/+47
* - This is major change of the php pdf api to be closer to the pdflib apiUwe Steinmann2001-01-261-172/+726
* I missed this function..foobar2001-01-031-5/+4
* Trying to bring pdf extension a bit more up to date.foobar2001-01-031-1637/+730
* 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