summaryrefslogtreecommitdiff
path: root/ext/fdf/php_fdf.h
Commit message (Collapse)AuthorAgeFilesLines
* - has been moved to PECLPierre Joye2008-07-061-96/+0
|
* Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* @ updated FDF extension to work with current Adodeb fdftk 5.0 (hartmut)Hartmut Holzgraefe2002-10-211-1/+31
| | | | | | | | reworked some existing stuff added some functions suporting stuff that have been added since fdftk 2.0 emulating read from/save to strings by transparently using temp. files (activeX version of fdftk has this, but not plain C version :( )
* - Fix this without breaking BCfoobar2002-03-201-1/+5
|
* - the fdf include file shipped with the FDF toolkit is spelledUwe Steinmann2002-03-191-1/+1
| | | | | in lower case (at least in version 5.0)
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Add fdf_set_encoding()Rasmus Lerdorf2001-07-131-0/+1
|
* Fixed some bugs.foobar2001-04-061-2/+3
|
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
|
* - added function fdf_set_javascript_action()Uwe Steinmann2000-08-211-0/+1
|
* - added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action()Uwe Steinmann2000-08-071-0/+3
| | | | | as proposed by <gweisz@l-speed.com>
* Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files.David Croft2000-07-241-21/+11
| | | | | | | | | Added a few RCS $Id$ tags. # Note: I have avoided changing any .h files if the corresponding .c file # had not already been changed as I am not sure if there are any legal # issues here. So some extensions still have PHP 3 headers.
* - still an error in my last patch (thanks Andi)Uwe Steinmann2000-07-061-1/+1
|
* - Use #ifdef PHP_WIN32 to detect WindowsAndi Gutmans2000-07-061-1/+1
|
* - 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-061-0/+1
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* - Made PHP_VERSION and PHP_OS work againZeev Suraski1999-12-171-1/+1
| | | | | | - More php3_ cleanup @- Restored the PHP_VERSION and PHP_OS constants (Zeev)
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-0/+65
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.