summaryrefslogtreecommitdiff
path: root/ext/cpdf
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-282-2/+2
|
* proto fixHartmut Holzgraefe2001-12-151-1/+1
|
* Update headers.Sebastian Bergmann2001-12-112-4/+4
|
* Fixed some protos.Egon Schmid2001-12-021-15/+15
|
* Unified the configure messages.foobar2001-11-301-4/+2
|
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+10
| | | | | | see README.EXTENSIONS file for upgrade help. @Introduced extension version numbers (Stig)
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-265/+265
| | | | | I've got pretty much everything now...
* Back-substitute for Z_* macro's. If it breaks some extension (the script ↵Jeroen van Wolffelaar2001-09-251-2/+2
| | | | isn't optimal, it parses for example var->zval.value incorrect) please let me know.
* proto fixes "double" -> "float"Hartmut Holzgraefe2001-09-211-37/+37
|
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
|
* Further work on autoconf-2.5x supportSascha Schumann2001-08-211-2/+2
|
* WhitespaceZeev Suraski2001-08-111-152/+152
|
* some more eliminate-fetches-or-escalate-them-at-leastSascha Schumann2001-08-051-1/+1
|
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-2/+3
|
* More TSRMLS_FETCH work, and a bit of cleanupZeev Suraski2001-07-301-1/+2
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-4/+4
| | | | the way
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-153/+146
|
* - Fix for bug #11775: Typo in cpdf.cDerick Rethans2001-06-281-1/+1
|
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-20/+11
|
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
|
* Fix for #8539James Moore2001-05-211-1/+15
|
* Nuke more quotesSascha Schumann2001-05-121-4/+4
|
* Implemented cpdf_set_viewer_preferences (previously a stub).Fredrik Öhrn2001-03-302-13/+128
| | | | | Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file.
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-7/+7
| | | | | # Heads up people! I tested this before committing but you never know..
* Solved compile failure due to clash bewteen IMAP and ClibPDF headers.Fredrik Öhrn2001-03-181-0/+7
|
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-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.
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
|
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-2/+2
|
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-4/+5
| | | | | | | | | | | | | * 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)
* cleanupDaniel Beulshausen2000-09-261-4/+4
|
* deleted a few unnecceasary defines and added the Release_TS_Inline path to ↵Daniel Beulshausen2000-08-241-3/+3
| | | | the libpath
* Adding ..\..\..\bindlib_w32 to include pathFrank M. Kromann2000-08-221-2/+2
|
* projectfile for the clibpdf extensionDaniel Beulshausen2000-08-221-0/+111
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | 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.
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
|
* C++ // comments are evil ...Hartmut Holzgraefe2000-06-161-1/+1
|
* - More #if WIN32|WINNT -> #ifdef PHP_WIN32 conversionsAndi Gutmans2000-06-151-1/+1
|
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-70/+70
|
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
|
* Fix PHP_EXTENSION argumentSascha Schumann2000-05-161-1/+1
| | | | | PR: #4458
* #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/+1
|
* Large test commit IISascha Schumann2000-05-011-0/+1
|
* Large test commit ISascha Schumann2000-05-011-0/+1
|
* 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.
* (The first part of this commit died with a SIGPIPE from the CVS server.)Sascha Schumann2000-04-301-6/+1
| | | | | | | | | | | Overall UNIX build system improvements: * 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)