summaryrefslogtreecommitdiff
path: root/ext/fdf/php_fdf.h
Commit message (Collapse)AuthorAgeFilesLines
* - 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.