Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Fix this without breaking BC | foobar | 2002-03-20 | 1 | -1/+5 |
| | |||||
* | - the fdf include file shipped with the FDF toolkit is spelled | Uwe Steinmann | 2002-03-19 | 1 | -1/+1 |
| | | | | | in lower case (at least in version 5.0) | ||||
* | Maintain headers. | Sebastian Bergmann | 2002-02-28 | 1 | -1/+1 |
| | |||||
* | Update headers. | Sebastian Bergmann | 2001-12-11 | 1 | -2/+2 |
| | |||||
* | Add fdf_set_encoding() | Rasmus Lerdorf | 2001-07-13 | 1 | -0/+1 |
| | |||||
* | Fixed some bugs. | foobar | 2001-04-06 | 1 | -2/+3 |
| | |||||
* | - Fix copyright notices with 2001 | Andi Gutmans | 2001-02-26 | 1 | -1/+1 |
| | |||||
* | - added function fdf_set_javascript_action() | Uwe Steinmann | 2000-08-21 | 1 | -0/+1 |
| | |||||
* | - added functions fdf_set_flags(), fdf_set_opt(), fdf_set_submit_form_action() | Uwe Steinmann | 2000-08-07 | 1 | -0/+3 |
| | | | | | as proposed by <gweisz@l-speed.com> | ||||
* | Changed lots of PHP 3 licence headers to PHP 4, mainly in .h files. | David Croft | 2000-07-24 | 1 | -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 Steinmann | 2000-07-06 | 1 | -1/+1 |
| | |||||
* | - Use #ifdef PHP_WIN32 to detect Windows | Andi Gutmans | 2000-07-06 | 1 | -1/+1 |
| | |||||
* | - last commit indroduced a new compile warning, should be fixed now | Uwe Steinmann | 2000-07-06 | 1 | -1/+1 |
| | |||||
* | - fixed compile problems on win32 (thanks to Gabriel Weisz <gweisz@l-speed.com>) | Uwe Steinmann | 2000-07-06 | 1 | -0/+1 |
| | |||||
* | Change header protection macros to conform to standard. | Sascha Schumann | 2000-07-02 | 1 | -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 again | Zeev Suraski | 1999-12-17 | 1 | -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 all | Sascha Schumann | 1999-12-04 | 1 | -0/+65 |
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually. |