summaryrefslogtreecommitdiff
path: root/ext/cpdf/php_cpdf.h
Commit message (Collapse)AuthorAgeFilesLines
* Maintain headers.Sebastian Bergmann2002-02-281-1/+1
|
* Update headers.Sebastian Bergmann2001-12-111-2/+2
|
* Avoid TSRMLS_FETCH()'s, and clean up a bit of stale extern's and layout on ↵Zeev Suraski2001-07-301-4/+4
| | | | the way
* Change copyright note.Sebastian Bergmann2001-06-191-20/+9
|
* Implemented cpdf_set_viewer_preferences (previously a stub).Fredrik Öhrn2001-03-301-0/+2
| | | | | Added new functions: cpdf_set_font_directories and cpdf_set_font_map_file.
* Solved compile failure due to clash bewteen IMAP and ClibPDF headers.Fredrik Öhrn2001-03-181-0/+7
|
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-2/+2
| | | | | | | | | 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.
* - Convert 'PHP3' to 'PHP'Zeev Suraski2000-02-261-1/+1
| | | | | - Avoid declaring crypt() related salt types twice
* - changed cpdf_global_set_document_settings() to ↵Uwe Steinmann2000-01-101-1/+1
| | | | cpdf_global_set_document_limits()
* - added cpdf_global_set_document_limits()Uwe Steinmann2000-01-101-0/+1
|
* - 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/+122
.*\.[ch] files were changed. There is a slight chance that my script missed a few changes, please correct them manually.