| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes. | foobar | 2001-03-27 | 1 | -15/+15 | |
| | | | | | | # Heads up people! I tested this before committing but you never know.. | |||||
| * | Beta2 of PDFlib V4.0 will introduce on new function (PDF_place_pdi_page) | Rainer Schaaf | 2001-03-21 | 2 | -10/+38 | |
| | | | | | | | | and PDF_close_pdi_page will lose one parameter. These changes are done for the phpwrapper now. This has no impact on PDFlib V3.x. | |||||
| * | Don't do anything, if the user wants no PDF. | Sascha Schumann | 2001-03-16 | 1 | -0/+2 | |
| | | ||||||
| * | ws fixes. Plus removed unnecessary AC_MSG_ calls. | foobar | 2001-03-12 | 1 | -18/+17 | |
| | | ||||||
| * | just reversed a previous patch. | Rui Hirokawa | 2001-03-10 | 1 | -1/+0 | |
| | | ||||||
| * | initialized some strings in global variable structure. | Rui Hirokawa | 2001-03-10 | 1 | -0/+1 | |
| | | ||||||
| * | fixed bug in PDF_getbuffer (happend only on Windows) | Rainer Schaaf | 2001-03-05 | 1 | -4/+24 | |
| | | | | | | | When using PDFlib V4.0 the pdf_set(grey/rgbcolor) functions are replaced by the PDFlib V4.0 function pdf_setcolor | |||||
| * | - integrated new functions vor PDFlib V4.0 (beta1) | Rainer Schaaf | 2001-03-01 | 2 | -13/+474 | |
| | | | | | | | - all functions accepting strings now support binary strings, by calling the appropriate PDF*2() functions. | |||||
| * | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 2 | -2/+2 | |
| | | ||||||
| * | When using pdf_get_buffer() and doing a correct cleanup by calling pdf_delete() | Rainer Schaaf | 2001-02-21 | 1 | -1/+1 | |
| | | | | | | | | | this always resulted in a coredump (after everything was finished, so only visible in the logfile). So it seems to be neccesary to copy the contents of the result of get_buffer, to avoid this coredump. | |||||
| * | @- Fixed some modules to allow using output-buffering. (Thies) | Thies C. Arntzen | 2001-02-15 | 1 | -1/+1 | |
| | | | | | | | | | | i nuked all unneded calls to php_header() - i'm not too sure how we do handle HEAD Requests as they were only detected via php_header(). but calling php_header from a module makes output-buffering unusable. NOTICE: there is some EBSDIC stuff in gd.c - i think it's obsolete. | |||||
| * | added module support (for dl()) for PDFlib | Rainer Schaaf | 2001-02-12 | 3 | -29/+23 | |
| | | | | | | the PDF files now tell that they are generated by the PHP binding. | |||||
| * | some modification from Rainer Schaaf | Uwe Steinmann | 2001-02-01 | 1 | -111/+108 | |
| | | | | | | | | | | | | * fixed prototype for pdf_new() * MINFO: included Revision of pdf.c, removed info about CJK + in-memory, this is standard with V3.x) * repaired PDF_open_CCITT * repaired PDF_setfont * eliminated many compiler warnings. * former resource "pdf document" is now called "pdf object" | |||||
| * | fix typo | Daniel Beulshausen | 2001-01-31 | 1 | -1/+1 | |
| | | ||||||
| * | Fixed some protos. | Egon Schmid | 2001-01-26 | 2 | -56/+48 | |
| | | ||||||
| * | - This is major change of the php pdf api to be closer to the pdflib api | Uwe Steinmann | 2001-01-26 | 2 | -227/+800 | |
| | | | | | | | | done by Rainer Schaaf from pdflib GmbH. - Some more functions has been implemented as well. - backwards compatibility has been maintained a much as possible | |||||
| * | I missed this function.. | foobar | 2001-01-03 | 1 | -5/+4 | |
| | | ||||||
| * | Trying to bring pdf extension a bit more up to date. | foobar | 2001-01-03 | 2 | -1663/+755 | |
| | | ||||||
| * | fix filepath handling | Daniel Beulshausen | 2001-01-03 | 1 | -0/+10 | |
| | | ||||||
| * | fix bug 8341 & 8394 | Daniel Beulshausen | 2001-01-03 | 1 | -0/+10 | |
| | | ||||||
| * | fix PDF image open under Win32 | Daniel Beulshausen | 2000-11-21 | 1 | -5/+20 | |
| | | ||||||
| * | 2nd step towards auto-credits | Hartmut Holzgraefe | 2000-11-20 | 1 | -0/+2 | |
| | | ||||||
| * | Include header file for phpi_get_le_gd() | Joey Smith | 2000-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | Include header file for php_file_le_fopen() | Joey Smith | 2000-11-03 | 1 | -0/+1 | |
| | | ||||||
| * | - Beautify | Andi Gutmans | 2000-11-01 | 1 | -5/+10 | |
| | | ||||||
| * | Use zend_register_list_destructors_ex() instead. | Andrei Zmievski | 2000-10-25 | 1 | -3/+3 | |
| | | ||||||
| * | Mega-patch to get better resource information for modules. | Andrei Zmievski | 2000-10-20 | 1 | -6/+8 | |
| | | | | | | | | | | | | | | * Fixed a bug in zend_rsrc_list_get_rsrc_type() * Switched register_list_destructors() to use zend_register_list_destructors_ex() instead * Updated all relevant modules to provide the resource type name to register_list_destructors() call * Updated var_dump() to output resource type name instead of number @- Made resource type names visible, e.g. var_dump() and @ get_resource_type() display "file" for file resources. (Andrei) | |||||
| * | - added optional argument pdf_show_boxed() to determine if text is | Uwe Steinmann | 2000-10-10 | 1 | -13/+29 | |
| | | | | | | actually shown or not. | |||||
| * | removed zendts.lib from link options | Daniel Beulshausen | 2000-09-30 | 1 | -2/+2 | |
| | | ||||||
| * | Fixed typo. Changed php3_error to php_error. | foobar | 2000-09-08 | 1 | -2/+2 | |
| | | ||||||
| * | Changed // to /* */ comments. | foobar | 2000-09-08 | 1 | -17/+17 | |
| | | ||||||
| * | - last parameter of pdf_get_parameter(), pdf_get_value() optional | Uwe Steinmann | 2000-09-08 | 1 | -35/+63 | |
| | | | | | | - fixes to make it compile with sun cc | |||||
| * | - updated on new zend_api | Uwe Steinmann | 2000-08-28 | 1 | -551/+551 | |
| | | ||||||
| * | deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵ | Daniel Beulshausen | 2000-08-24 | 1 | -4/+4 | |
| | | | | | the libpath | |||||
| * | projectfile to build the pdf extension | Daniel Beulshausen | 2000-08-22 | 1 | -0/+114 | |
| | | ||||||
| * | Setting "compatibility" parameter requires having a PDF structure that | Joey Smith | 2000-07-23 | 1 | -0/+5 | |
| | | | | | | | | | | | | | has NOT had PDF_open_*() called on it, according to the documentation. There is not currently any way to obtain such from user-land in PHP. @ Catch users trying to set "compatibility" parameter, which is not @ supported from user-land. # # Not sure this is the best way to do this... # Uwe, could you please double check this? | |||||
| * | - Support for pdflib 3.01 | Uwe Steinmann | 2000-07-05 | 1 | -19/+19 | |
| | | ||||||
| * | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -3/+3 | |
| | | | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation. | |||||
| * | Added note about creating PDF documents in memory. | Joey Smith | 2000-06-28 | 1 | -2/+6 | |
| | | | | | | This is not quite complete, due to a bug in pdflib 3.0. | |||||
| * | Stop including dl/phpdl.h. | Sascha Schumann | 2000-06-24 | 1 | -1/+0 | |
| | | ||||||
| * | - minor changes | Uwe Steinmann | 2000-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversions | Andi Gutmans | 2000-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | - fixed compilation error | Uwe Steinmann | 2000-06-07 | 1 | -3/+3 | |
| | | ||||||
| * | - more removal of obsolete pdflib functions, but no changes to the php | Uwe Steinmann | 2000-06-07 | 1 | -3/+3 | |
| | | | | | | api | |||||
| * | - new function pdf_set_info() to replace pdf_set_info_xxx() | Uwe Steinmann | 2000-06-07 | 2 | -6/+36 | |
| | | ||||||
| * | - add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(), | Uwe Steinmann | 2000-06-06 | 2 | -16/+139 | |
| | | | | | | | pdf_set_border_dash() - some prototype fixes | |||||
| * | - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch | Andi Gutmans | 2000-06-05 | 1 | -79/+79 | |
| | | ||||||
| * | Use #ifdef COMPILE_DL_EXTNAME solely. | Sascha Schumann | 2000-05-23 | 1 | -1/+1 | |
| | | ||||||
| * | Update the license with the new clause 6 | Zeev Suraski | 2000-05-18 | 1 | -1/+1 | |
| | | ||||||
| * | - fixed bug #4076 | Uwe Steinmann | 2000-05-18 | 1 | -3/+4 | |
| | | ||||||
