summaryrefslogtreecommitdiff
path: root/ext/cpdf/cpdf.c
Commit message (Expand)AuthorAgeFilesLines
* move ext/cpdf to PECLAntony Dovgal2005-02-081-2267/+0
* Fixed crash inside cpdf_setdash() if called before page init.Ilia Alshanetsky2004-11-091-0/+4
* That hashtable should never have been an argument....Sara Golemon2004-07-011-1/+1
* Fixed crash inside cpdf_place_inline_image() when working with truecolorIlia Alshanetsky2004-05-101-6/+20
* Fixed possible resource/memory leak.Ilia Alshanetsky2004-02-191-0/+1
* - A belated happy holidays and PHP 5Andi Gutmans2004-01-081-2/+2
* 2 proto fixes (Mehdi Achour)Andrey Hristov2003-08-151-2/+2
* proto fixesAndrey Hristov2003-06-121-63/+63
* updating license information in the headers.James Cox2003-06-101-3/+3
* Added missing safe_mode checks and corrected a typo in stdout check.Ilia Alshanetsky2003-05-211-1/+19
* This patch allows cpdf to be compiled in conjunction with ncurses, which wasIlia Alshanetsky2003-01-151-0/+2
* One more typo.Ilia Alshanetsky2003-01-141-1/+1
* Fixed typos.Ilia Alshanetsky2003-01-141-2/+2
* Switched from old getParse* argument parsing API to a more recentIlia Alshanetsky2003-01-141-617/+535
* Changed php_error() to php_error_docref().Ilia Alshanetsky2003-01-141-505/+92
* Bump year.Sebastian Bergmann2002-12-311-1/+1
* cpdf + bundled gdMarcus Boerger2002-12-061-2/+6
* Removing the PHP_31 tag...Dan Kalowsky2002-08-131-1/+1
* Unify error messagesDerick Rethans2002-06-261-81/+81
* 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