summaryrefslogtreecommitdiff
path: root/ext/cpdf/php_cpdf.h
Commit message (Collapse)AuthorAgeFilesLines
* move ext/cpdf to PECLAntony Dovgal2005-02-081-119/+0
|
* - 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
|
* This patch allows cpdf to be compiled in conjunction with ncurses, which wasIlia Alshanetsky2003-01-151-2/+0
| | | | | not possible before due to conflicting defines.
* Bump year.Sebastian Bergmann2002-12-311-1/+1
|
* 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.