Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added missing safe_mode checks and corrected a typo in stdout check. | Ilia Alshanetsky | 2003-05-21 | 1 | -0/+5 |
| | |||||
* | Added missing safe_mode & open_basedir checks. | Ilia Alshanetsky | 2003-05-20 | 1 | -1/+25 |
| | |||||
* | emalloc -> safe_emalloc | Ilia Alshanetsky | 2003-04-30 | 1 | -1/+1 |
| | |||||
* | - fixed some prototypes and folding | Uwe Steinmann | 2003-02-04 | 1 | -7/+4 |
| | |||||
* | - fixed prototype of pdf_get_buffer() | Uwe Steinmann | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | Changed php_error to php_error_docref. | Ilia Alshanetsky | 2003-01-19 | 1 | -13/+14 |
| | |||||
* | Removed pointless memory allocation checks. | Ilia Alshanetsky | 2003-01-18 | 1 | -3/+1 |
| | |||||
* | Fixed bug #21651 (crash in pdf_open_memory_image() when inserting a | Ilia Alshanetsky | 2003-01-16 | 1 | -1/+1 |
| | | | | | non truecolor image). | ||||
* | Bump year. | Sebastian Bergmann | 2002-12-31 | 2 | -2/+2 |
| | |||||
* | Fixed a bug that caused a crash in pdf_open_memory_image(), when a truecolor | Ilia Alshanetsky | 2002-12-03 | 1 | -8/+21 |
| | | | | | | | image was loaded, it now checks if the image is truecolor and performs the appropriate calculations (fixed bug #20785). Changed E_WARNING back to E_ERROR. | ||||
* | Fixed a crash bug that can occur due to PDF_delete() being called more then | Ilia Alshanetsky | 2002-12-02 | 1 | -2/+1 |
| | | | | | once and E_ERROR occurring during the shutdown sequence. | ||||
* | MFB: Fix for bug: #20412 | foobar | 2002-11-14 | 1 | -8/+8 |
| | |||||
* | - Prevent resetting the PHP_*_DIR variables if already set. | foobar | 2002-10-21 | 1 | -8/+13 |
| | |||||
* | --with-zlib-dir was missing. Needed for phpize builds | foobar | 2002-10-17 | 1 | -0/+4 |
| | |||||
* | Make these all work with persistent streams too. | Wez Furlong | 2002-09-25 | 1 | -9/+9 |
| | |||||
* | @- Added --disable-all configure option. (Jani) | foobar | 2002-09-04 | 1 | -6/+4 |
| | |||||
* | Fix the build when bundled gd library is used | foobar | 2002-08-30 | 1 | -0/+4 |
| | |||||
* | include PDFLIB_SHARED_LIBADD in the pdflib test, or it fails with | Anil Madhavapeddy | 2002-08-18 | 1 | -1/+1 |
| | | | | | unresolved symbols on OpenBSD | ||||
* | - Fix the shared problem. (the previous patch really didn't fix anything) | foobar | 2002-06-29 | 1 | -20/+15 |
| | |||||
* | remember the value of ext_shared passed into the --with-pdflib, since it | Anil Madhavapeddy | 2002-06-28 | 1 | -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 alias | Hartmut Holzgraefe | 2002-03-22 | 1 | -20/+0 |
| | |||||
* | *** empty log message *** | Markus Fischer | 2002-03-21 | 1 | -1/+1 |
| | |||||
* | change * formatting | Wez Furlong | 2002-03-16 | 1 | -1/+1 |
| | |||||
* | the 'setup' script was removed more than two years ago. | jim winstead | 2002-03-16 | 1 | -7/+0 |
| | | | | | these can be safely removed from the 4.2 branch, too. | ||||
* | New PHP streams... | Wez Furlong | 2002-03-15 | 1 | -2/+10 |
| | |||||
* | extension converted automatically to PHP_NEW_EXTENSION. Manually confirmed | Sascha Schumann | 2002-03-12 | 2 | -8/+1 |
| | |||||
* | Please welcome the new build system. | Sascha Schumann | 2002-03-07 | 1 | -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 Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 2 | -4/+4 |
| | |||||
* | typo fix | foobar | 2001-12-04 | 1 | -1/+1 |
| | |||||
* | - Let's not default to any set of extra libraries. This way any kind of | foobar | 2001-12-03 | 1 | -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 ↵ | foobar | 2001-11-30 | 5 | -143/+99 |
| | | | | libs too.. | ||||
* | Fixed some problems in configuring e.g. shared module. | foobar | 2001-11-13 | 2 | -18/+18 |
| | |||||
* | - oops :) | Derick Rethans | 2001-11-08 | 1 | -1/+1 |
| | |||||
* | - Let it also work with pdflib 3 again | Derick Rethans | 2001-11-08 | 2 | -3/+3 |
| | |||||
* | * zend_module_entry change: apino, debug and zts are moved first, | Stig Bakken | 2001-10-11 | 1 | -0/+2 |
| | | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig) | ||||
* | added new configure option --with-pdflib3 | Rainer Schaaf | 2001-10-09 | 1 | -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 parameters | Rainer Schaaf | 2001-10-08 | 1 | -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 Wolffelaar | 2001-09-25 | 1 | -4/+4 |
| | | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know. | ||||
* | proto fixes "double" -> "float" | Hartmut Holzgraefe | 2001-09-21 | 1 | -55/+55 |
| | |||||
* | fix resource destruction | Daniel Beulshausen | 2001-09-10 | 1 | -4/+2 |
| | |||||
* | - Fix for bug #13230 | Derick Rethans | 2001-09-10 | 1 | -5/+1 |
| | |||||
* | - Don't wrap lines... this is annoying while coding. | Derick Rethans | 2001-09-09 | 1 | -2/+2 |
| | |||||
* | Fixes commit / link problems with certain compilers. | foobar | 2001-09-05 | 1 | -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 Wendel | 2001-08-21 | 2 | -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 support | Sascha Schumann | 2001-08-21 | 1 | -6/+6 |
| | |||||
* | TSRM fix | Harald Radi | 2001-08-07 | 2 | -2/+1 |
| | |||||
* | some more eliminate-fetches-or-escalate-them-at-least | Sascha Schumann | 2001-08-05 | 1 | -2/+3 |
| | |||||
* | - TSRMLS_FETCH work | Zeev Suraski | 2001-08-05 | 1 | -46/+78 |
| | | | | | - whitespace fixes | ||||
* | More TSRMLS_FETCH annihilation | Zeev Suraski | 2001-07-31 | 1 | -1/+1 |
| |