summaryrefslogtreecommitdiff
path: root/ext/cpdf/cpdf.c
Commit message (Expand)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
* proto fixHartmut Holzgraefe2001-12-151-1/+1
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Fixed some protos.Egon Schmid2001-12-021-15/+15
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-1/+10
* 2nd phase in back-substitution those macro'sJeroen van Wolffelaar2001-09-251-265/+265
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* 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
* 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
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-153/+146
* - Fix for bug #11775: Typo in cpdf.cDerick Rethans2001-06-281-1/+1
* 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
* Implemented cpdf_set_viewer_preferences (previously a stub).Fredrik Öhrn2001-03-301-13/+126
* @- Fixed some modules to allow using output-buffering. (Thies)Thies C. Arntzen2001-02-151-1/+1
* 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
* 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
* #if COMPILE_DLSascha Schumann2000-05-021-1/+1
* Replace the various get_module() functions with a uniformSascha Schumann2000-05-021-1/+1
* phpinfo() prettyingColin Viebrock2000-04-051-2/+6
* - fixed cpdf_set_font() errorUwe Steinmann2000-03-091-1/+2
* - several minor cleanups like removing unused variablesUwe Steinmann2000-02-021-1/+4
* - changed cpdf_global_set_document_settings() to cpdf_global_set_document_lim...Uwe Steinmann2000-01-101-3/+3
* - added cpdf_global_set_document_limits()Uwe Steinmann2000-01-101-6/+28
* Some more php3->php stuff.Andrei Zmievski1999-12-211-2/+2
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-86/+86
* More php3_ annihilationZeev Suraski1999-12-171-74/+74
* More php3_ annihilationZeev Suraski1999-12-171-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* - changed encoding parameter of cpdf_set_font to string on advice fromUwe Steinmann1999-11-251-17/+4
* - port of clibpdf module based on ClibPDF 2.x.Uwe Steinmann1999-11-221-0/+2576