summaryrefslogtreecommitdiff
path: root/ext/fdf
Commit message (Expand)AuthorAgeFilesLines
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* Fixes commit / link problems with certain compilers.foobar2001-09-051-1/+1
* KISS. And the search order must be reversed always. Last one counts.foobar2001-08-301-14/+7
* accomodate SAPI_API changesDaniel Beulshausen2001-08-151-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
* This should work better. Thanks to Jon Wagoner <jwagoner@wlion.com>foobar2001-08-011-2/+2
* 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-132-0/+35
* 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
* Cleaned up this a bit..foobar2001-05-101-4/+1
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* Fix bug #10545.foobar2001-04-291-6/+13
* fixed protosfoobar2001-04-071-17/+17
* Fixed some bugs.foobar2001-04-062-390/+318
* Fix bugs: #10157, #7549foobar2001-04-051-30/+31
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-2/+2
* 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-262-2/+2
* Fixed some protos.Egon Schmid2000-12-011-16/+16
* - The name of the extension has to be fdf and not fdftkUwe Steinmann2000-11-231-2/+2
* 2nd step towards auto-creditsHartmut Holzgraefe2000-11-201-0/+2
* - fixed silly bug (did check for 5 arguments but expected only 4)Uwe Steinmann2000-11-151-1/+1
* PHP_FDFTK is always != no. $PHP_FDFTK is not.Sascha Schumann2000-11-121-1/+1
* enabled shared module.Rui Hirokawa2000-11-122-37/+36
* win32 sapi symbol export fixesDaniel Beulshausen2000-11-072-3/+5
* 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
* dsp for the win32 fdf extensionDaniel Beulshausen2000-08-241-0/+114
* - added function fdf_set_javascript_action()Uwe Steinmann2000-08-212-0/+44
* - Inserted constants for fdf flagsUwe Steinmann2000-08-151-0/+17
* - added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action()Uwe Steinmann2000-08-072-16/+102
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+11
* - still an error in my last patch (thanks Andi)Uwe Steinmann2000-07-061-1/+1
* - Use #ifdef PHP_WIN32 to detect WindowsAndi Gutmans2000-07-062-4/+4
* - last commit indroduced a new compile warning, should be fixed nowUwe Steinmann2000-07-061-1/+1
* - fixed compile problems on win32 (thanks to Gabriel Weisz <gweisz@l-speed.com>)Uwe Steinmann2000-07-062-0/+7
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3