index
:
php-imlib.git
PHP4.3
PHP5.2
PHP5.x
PHP7
PHP8
master
PHP Imlib2 extension
Piotr Pawlow
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
php_imlib.c
Age
Commit message (
Expand
)
Author
2016-09-23
Port T1lib resource destructors.
Piotr Pawłow
2016-09-23
Port "get resource" functions.
Piotr Pawłow
2016-09-23
Use constants for resource names.
Piotr Pawłow
2016-09-14
Remove ENFORCE_SAFE_MODE.
Piotr Pawłow
2016-09-14
Port resource destructors.
Piotr Pawłow
2016-09-14
Port OnUpdateFontCacheSize.
Piotr Pawłow
2016-09-14
Revert "Quick and dirty PHP7 port."
HEAD
master
Piotr Pawłow
2016-09-14
Revert "Remove useless include and defines."
Piotr Pawłow
2016-09-08
Remove useless include and defines.
Piotr Pawłow
2016-09-08
Quick and dirty PHP7 port.
Piotr Pawłow
2013-07-24
- replace function_entry with zend_function_entry
pp
2010-11-02
- clear T1_errno before using libt1 functions (cont)
pp
2010-11-02
- clear T1_errno before using libt1 functions
pp
2010-11-02
- updated for PHP 5.3, fixed compilation, removed deprecated API calls
pp
2005-07-13
- fixed resource freeing
pp
2005-01-09
- no more "Unknown" resources. All resources have names now
pp
2005-01-09
- oops, truetype font parameter is not a file name! Stream support for TT
pp
2004-12-22
- use PHP streams for font loading (lame copy&paste :p)
pp
2004-12-22
- use PHP streams for image load/save
pp
2004-12-22
- first try at making it compatible with PHP5
pp
2004-12-22
- contribution notice
pp
2004-05-19
- initial import
pp