summaryrefslogtreecommitdiff
path: root/ext/fdf/fdf.c
Commit message (Expand)AuthorAgeFilesLines
* MFH: Fixed possible crash on fstat() failure.Ilia Alshanetsky2004-11-081-2/+5
* MFH: Added missing safe_mode & open_basedir checks.Ilia Alshanetsky2004-05-161-0/+8
* MFHHartmut Holzgraefe2003-09-111-2/+1
* Fixed bug #24949.Edin Kadribasic2003-07-141-0/+4
* MFHHartmut Holzgraefe2003-05-281-0/+7
* MFHIlia Alshanetsky2003-05-211-0/+20
* MFHfoobar2003-05-131-1/+2
* removing the crashbug on windowsHartmut Holzgraefe2003-05-091-1/+0
* MFHHartmut Holzgraefe2003-05-091-67/+57
* no c++ comments..foobar2003-03-101-3/+3
* 64-bit correction to variables passed to zend_parse_parametersDavid Hill2003-03-071-3/+6
* MFH: Bump year.Sebastian Bergmann2002-12-311-1/+1
* MFHIlia Alshanetsky2002-12-111-1/+2
* make it work with pre-v5 fdftk againHartmut Holzgraefe2002-10-231-6/+35
* @ updated FDF extension to work with current Adodeb fdftk 5.0 (hartmut)Hartmut Holzgraefe2002-10-211-105/+874
* Unify error messagesDerick Rethans2002-06-271-17/+17
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* proto fixHartmut Holzgraefe2001-12-051-1/+1
* * zend_module_entry change: apino, debug and zts are moved first,Stig Bakken2001-10-111-0/+2
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Track down a few more functions that don't check for 0 args and useRasmus Lerdorf2001-08-131-2/+3
* We don't consistently check for args passed to functions that don'tRasmus Lerdorf2001-08-131-0/+3
* WhitespaceZeev Suraski2001-08-111-18/+18
* - TSRMLS_FETCH workZeev Suraski2001-08-051-1/+1
* More TSRMLS_FETCH annihilationZeev Suraski2001-07-311-1/+2
* More TSRMLS_FETCH workZeev Suraski2001-07-311-1/+0
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-2/+1
* Fix build. This was done by bringing this to the 'PHP 4 era' :)foobar2001-07-281-16/+10
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-2/+2
* Add fdf_set_encoding()Rasmus Lerdorf2001-07-131-0/+34
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-19/+16
* * include "config.h" if HAVE_CONFIG_H is defined (for standalone dso build)Stig Bakken2001-05-241-0/+4
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* fixed protosfoobar2001-04-071-17/+17
* Fixed some bugs.foobar2001-04-061-388/+315
* Fix bugs: #10157, #7549foobar2001-04-051-30/+31
* Prevent mem leakfoobar2001-03-181-0/+1
* Fix the fix. Plus killed some compile warnings.foobar2001-03-181-11/+3
* Fix reference to nuked functionZeev Suraski2001-03-181-2/+11
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Fixed some protos.Egon Schmid2000-12-011-16/+16
* - fixed silly bug (did check for 5 arguments but expected only 4)Uwe Steinmann2000-11-151-1/+1
* win32 sapi symbol export fixesDaniel Beulshausen2000-11-071-0/+2
* Use zend_register_list_destructors_ex() instead.Andrei Zmievski2000-10-251-1/+1
* Mega-patch to get better resource information for modules.Andrei Zmievski2000-10-201-2/+4
* post handler registration done rightHartmut Holzgraefe2000-10-131-27/+1
* @ - POST handler for Adobe FDF format (Hartmut)Hartmut Holzgraefe2000-10-111-16/+129
* - added function fdf_set_javascript_action()Uwe Steinmann2000-08-211-0/+43
* - Inserted constants for fdf flagsUwe Steinmann2000-08-151-0/+17