summaryrefslogtreecommitdiffhomepage
path: root/php_imlib.c
AgeCommit message (Expand)Author
2024-09-13Remove all TSRMLS_* macro callsPiotr Pawłow
2024-09-13Use ZEND_ARG_INFO, as ZEND_ARG_PASS_INFO is no longer definedPiotr Pawłow
2016-09-23Port remaining functions.Piotr Pawłow
2016-09-23Bugfix in imlib_psbbox: angle is a double.Piotr Pawłow
2016-09-23Port _php_handle_cliprect_array function.Piotr Pawłow
2016-09-23Remove unused function.Piotr Pawłow
2016-09-23Include info table header.Piotr Pawłow
2016-09-23Port T1lib resource destructors.Piotr Pawłow
2016-09-23Port "get resource" functions.Piotr Pawłow
2016-09-23Use constants for resource names.Piotr Pawłow
2016-09-14Remove ENFORCE_SAFE_MODE.Piotr Pawłow
2016-09-14Port resource destructors.Piotr Pawłow
2016-09-14Port OnUpdateFontCacheSize.Piotr Pawłow
2016-09-14Revert "Quick and dirty PHP7 port."HEADmasterPiotr Pawłow
2016-09-14Revert "Remove useless include and defines."Piotr Pawłow
2016-09-08Remove useless include and defines.Piotr Pawłow
2016-09-08Quick and dirty PHP7 port.Piotr Pawłow
2013-07-24- replace function_entry with zend_function_entrypp
2010-11-02- clear T1_errno before using libt1 functions (cont)pp
2010-11-02- clear T1_errno before using libt1 functionspp
2010-11-02- updated for PHP 5.3, fixed compilation, removed deprecated API callspp
2005-07-13- fixed resource freeingpp
2005-01-09- no more "Unknown" resources. All resources have names nowpp
2005-01-09- oops, truetype font parameter is not a file name! Stream support for TTpp
2004-12-22- use PHP streams for font loading (lame copy&paste :p)pp
2004-12-22- use PHP streams for image load/savepp
2004-12-22- first try at making it compatible with PHP5pp
2004-12-22- contribution noticepp
2004-05-19- initial importpp