summaryrefslogtreecommitdiff
path: root/ext/pdf
Commit message (Collapse)AuthorAgeFilesLines
* - Fix the shared problem. (the previous patch really didn't fix anything)foobar2002-06-291-20/+15
|
* remember the value of ext_shared passed into the --with-pdflib, since itAnil Madhavapeddy2002-06-281-0/+3
| | | | | | | gets overwritten by future PHP_ARG_WITH checks in the same m4 fragment from wilfried@openbsd.org
* 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
|
* the 'setup' script was removed more than two years ago.jim winstead2002-03-161-7/+0
| | | | | these can be safely removed from the 4.2 branch, too.
* New PHP streams...Wez Furlong2002-03-151-2/+10
|
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-122-8/+1
|
* Please welcome the new build system.Sascha Schumann2002-03-071-3/+6
| | | | | | | | | | If you encounter any problems, please make sure to email sas@php.net directly. An introduction can be found on http://schumann.cx/buildv5.txt
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* typo fixfoobar2001-12-041-1/+1
|
* - Let's not default to any set of extra libraries. This way any kind offoobar2001-12-031-3/+1
| | | | | builds of pdflib work. And this configure stays simple.
* This is better way to configure. PDFlib 3/4 can be compiled with external ↵foobar2001-11-305-143/+99
| | | | libs too..
* Fixed some problems in configuring e.g. shared module.foobar2001-11-132-18/+18
|
* - oops :)Derick Rethans2001-11-081-1/+1
|
* - Let it also work with pdflib 3 againDerick Rethans2001-11-082-3/+3
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* added new configure option --with-pdflib3Rainer Schaaf2001-10-091-29/+70
| | | | | | | | | | Therefore --with-pdflib will only work with PDFlib 4.x from now on, if one wants to build PHP with PDFlib V3.x he has to use the new option --with-pdflib3. This makes configuration of PDFlib much easier, as no additional libraries are needed anymore. This is possible, because PDFlib has built in libraries for tiff/jpg/zlib since V4.
* fixed PDF_get_value for parametersRainer Schaaf2001-10-081-0/+9
| | | | | | | | | - capheight - ascender - descender had to ajust modifier by PDFLIB_FONT_OFFSET
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-4/+4
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* 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
|
* Fixes commit / link problems with certain compilers.foobar2001-09-051-4/+4
| | | | | | # Please use PHP_CHECK_LIBRARY() always instead of AC_CHECK_LIB # if you need to pass extra libs/libpaths to the test.
* Added two new functions:Ulf Wendel2001-08-212-0/+27
| | | | | | | | | | | | | int pdf_get_minorversion() int pdf_get_majorversion() Both functions are taken from the C-Library. You should be able to determine the API version of the extension/library using pdf_get_value() or pdf_get_parameter() but these functions need a pdf object to work on. This means that you have to create an pdf object before you can find out the API version. Using pdf_get_minorversion() and pdf_get_majorversion() there's no need for this.
* Further work on autoconf-2.5x supportSascha Schumann2001-08-211-6/+6
|
* 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
| | | | | - whitespace fixes
* 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 ↵Zeev Suraski2001-07-301-3/+3
| | | | the way
* 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
| | | | | - clean up some comments
* 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
| | | | | # I don't know if this is in later minors of PDF 3.x; someone please check!
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-4/+64
| | | | | some misguided RINIT and RSHUTDOWN calls in a few fringe extensions
* 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
| | | | | #- This broke compile because Unices want Zend instead of zend
* 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
|