summaryrefslogtreecommitdiff
path: root/ext/fdf/fdf.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagPRE_METHOD_DEREFERENCE_PATCHSVN Migration2001-08-081-796/+0
* - 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
* - added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action()Uwe Steinmann2000-08-071-16/+99
* - Use #ifdef PHP_WIN32 to detect WindowsAndi Gutmans2000-07-061-3/+3
* - fixed compile problems on win32 (thanks to Gabriel Weisz <gweisz@l-speed.com>)Uwe Steinmann2000-07-061-0/+6
* Stop including dl/phpdl.h.Sascha Schumann2000-06-241-1/+0
* - ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patchAndi Gutmans2000-06-051-12/+12
* Use #ifdef COMPILE_DL_EXTNAME solely.Sascha Schumann2000-05-231-1/+1
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* #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-1/+6
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-0/+16
* - several minor cleanups like removing unused variablesUwe Steinmann2000-02-021-3/+2
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* - The tree compiles againZeev Suraski1999-12-181-12/+12
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-3/+3
* More php3_ annihilationZeev Suraski1999-12-171-14/+14
* fixed some compile errors.Uwe Steinmann1999-12-151-3/+3
* Ex APIEvan Klinger1999-12-151-72/+73
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* - fix to work with new version of FdfTkUwe Steinmann1999-10-061-0/+7
* Fdf module should now be up to dateUwe Steinmann1999-08-061-6/+53