summaryrefslogtreecommitdiff
path: root/ext/pdf
Commit message (Collapse)AuthorAgeFilesLines
* Added note about creating PDF documents in memory.Joey Smith2000-06-281-2/+6
| | | | | This is not quite complete, due to a bug in pdflib 3.0.
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
|
* - minor changesUwe Steinmann2000-06-191-1/+1
|
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
|
* - fixed compilation errorUwe Steinmann2000-06-071-3/+3
|
* - more removal of obsolete pdflib functions, but no changes to the phpUwe Steinmann2000-06-071-3/+3
| | | | | api
* - new function pdf_set_info() to replace pdf_set_info_xxx()Uwe Steinmann2000-06-072-6/+36
|
* - add functions pdf_get_value(), pdf_set_value(), pdf_get_parameter(),Uwe Steinmann2000-06-062-16/+139
| | | | | | pdf_set_border_dash() - some prototype fixes
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-79/+79
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* Update the license with the new clause 6Zeev Suraski2000-05-181-1/+1
|
* - fixed bug #4076Uwe Steinmann2000-05-181-3/+4
|
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
| | | | | | | becomes #if defined(COMPILE_DL) || defined(COMPILE_DL_EXTENSION_NAME)
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
| | | | | ZEND_GET_MODULE(name) macro.
* Remove trailing empty linesSascha Schumann2000-05-011-4/+0
|
* Large test commit IVSascha Schumann2000-05-011-0/+1
|
* Large commit test IIISascha Schumann2000-05-011-0/+3
|
* Improved in-tree shared libraries build systemSascha Schumann2000-05-011-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following new/revived shared modules are available now: ... MySQL (*) ... PCRE (*) ... Session ... SWF (*) capable of using bundled library or external library All changes: The m4 macro PHP_EXTENSION was revamped. Uses LIB_BUILD now. This effectively means that all extensions have to use dynlib. ext/mysql/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/pcre/config.m4 was revamped. Uses LIB_BUILD for building bundled library. ext/ext_skel was changed to reflect that more modules should be compileable as shared module. ext/Makefile.in has been simplified enormously. Dependencies are now stored in the build tree. Empty dependencies are not generated by buildconf anymore. They are now dynamically created during the build process. Implicit rules for .S were removed. The NO_RECURSION feature was removed. "libs.mk" has been added to all cvsignore files in ext.
* Overall UNIX build system improvements:Sascha Schumann2000-04-301-7/+1
| | | | | | | | | * Makefile header is now completely dynamic * Absolute paths in (top_)?(src|build)dir and VPATH (fixes Tru64 support) * VPATH does not contain variables anymore (fixes UnixWare support)
* recommended changesColin Viebrock2000-04-071-1/+1
|
* phpinfo() prettyingColin Viebrock2000-04-061-5/+16
|
* - added pdf_open_image_file() to read jpeg, tiff, gif and png imagesUwe Steinmann2000-03-282-4/+76
|
* Some white-space changesSascha Schumann2000-03-261-1/+1
|
* gd-jpeg supportRasmus Lerdorf2000-03-131-1/+1
| | | | | @Add GD-JPEG Support (Rasmus)
* - ups, fixed stupid compile errorsUwe Steinmann2000-03-091-4/+1
|
* - dropped support for version of pdflib < 3.0Uwe Steinmann2000-03-092-190/+32
| | | | | - better detection of libs required for pdflib
* - support for pdflib 3.0Uwe Steinmann2000-03-071-8/+2
|
* - quick hack to support pdflib 3.0 (not tested)Uwe Steinmann2000-03-071-7/+7
|
* - More function in php moduleUwe Steinmann2000-02-262-1/+103
|
* More protos.Egon Schmid2000-02-231-6/+1
|
* Changed here also.Egon Schmid2000-02-231-1/+1
|
* - pdf_set_text_matrix() disappeared in pdflib 2.30. Put in another ifdefUwe Steinmann2000-02-212-0/+6
| | | | | - small fix in testdom to suppress error msg.
* - initial support for pdflib 2.20, little testing till nowUwe Steinmann2000-02-152-5/+28
|
* - added pdf_open_tiff()Uwe Steinmann2000-02-102-0/+36
|
* - several minor cleanups like removing unused variablesUwe Steinmann2000-02-022-6/+104
|
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-2/+2
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-302-5/+2
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-302-5/+11
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* - The tree compiles againZeev Suraski1999-12-181-1/+1
|
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-172-102/+102
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* More php3_ annihilationZeev Suraski1999-12-171-86/+86
|
* - improved configuration due to compile problems which suddently show upUwe Steinmann1999-12-091-6/+13
|
* - Several small corrections, typos, ...Uwe Steinmann1999-12-071-5/+16
|
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-042-4/+4
| | | | | | .*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.
* Remove the extra INCLUDES line from most automake Mafiles. This is notSascha Schumann1999-11-131-1/+0
| | | | | | | | | necessary, because we can change the value of INCLUDES globally in one place (configure.in). Also add two defines in thread-safe mode (_REENTRANT and POSIX_PTHREAD_SEMANTICS)
* files are now resources, file.c is thread-safe, the le_ vars are no longer ↵Thies C. Arntzen1999-10-151-10/+14
| | | | | | | | | shared, but they are accessible thru "php_file_le_socket(), php_file_le_uploads()..." i also updated the ftp, pdf and file-upload stuff to match the new requirements. @- Cleaned up File-Module (Thies)
* - new functions pdf_get_font, pdf_get_fontsize, pdf_get_fontnameUwe Steinmann1999-10-072-0/+86
|
* * archive-based convenience libraries completely replacedSascha Schumann1999-10-041-2/+2
| | | | | | | | | | | | | | | | | | | | | | with libtool components * SAPI targets can enable thread-safe mode and define shared/static/program build target * all configure scripts use the same config.cache * phplibdir is $(top_builddir)/modules to avoid permission problems * sapi/*/Makefile.inc are gone * runpath handling cleaned up * top-level Makefile.in obsoleted through Makefile.am * --enable-versioning uses libtool's cleaner and more portable -export-symbols feature
* - fixed memory leaks in pdf_open_memory_image() and pdf_add_bookmark()Uwe Steinmann1999-09-141-1/+4
|
* - wrong use of php_print correctedUwe Steinmann1999-09-101-2/+2
|