Commit Graph

420 Commits

Author SHA1 Message Date
Felipe Pena
f06342f3b5 - Fixed previous fix 2009-07-01 12:06:27 +00:00
Felipe Pena
86514c4102 - Fixed memory leak 2009-07-01 12:04:05 +00:00
Kalle Sommer Nielsen
6442cfaaf6 Fix memleak 2009-06-19 22:12:20 +00:00
Kalle Sommer Nielsen
8a84716527 * Cast long to float in the T1* functions, we don't loose any data here
* Fix min/max redefs
2009-05-29 00:18:53 +00:00
Kalle Sommer Nielsen
9cc941b31a zstr should be used here, this nukes another compiler warning 2009-05-28 20:53:09 +00:00
Pierre Joye
e6a7960d30 - [DOC] always enable imagecolormatch 2009-05-27 08:12:07 +00:00
Pierre Joye
fd8095a2eb - [DOC] always enable imagerotate (using bundled or system gd) 2009-05-27 07:16:55 +00:00
Pierre Joye
eeebbb8ae0 - add image(filled)ellipse to the compat layer (work around a bug in debian too, function is declared but not present in the lib...) 2009-05-26 19:34:18 +00:00
Pierre Joye
c62cb674f1 - MFB: [DOC] always enable imagefilter and imageconvolution, even when built against system's gd 2009-05-26 14:26:39 +00:00
Pierre Joye
aee2145f93 - not necessary 2009-04-07 10:04:52 +00:00
Pierre Joye
3bbe4107e2 - MFB:
- #47812, undefined symbol: gdJpegGetVersionInt
 - #46015, Build fails with system gd
 - enable gd_compat when built using system's gd
2009-04-07 09:44:21 +00:00
Pierre Joye
3f3b86fac2 - MFB: #47757 rename JPG to JPEG in phpinfo 2009-03-24 09:42:49 +00:00
Marcus Boerger
d4f5b3f0a9 - This is PHP 6 - if this ... ever gets out 2009-03-10 23:40:06 +00:00
Kalle Sommer Nielsen
4b2e3d58e9 Fix arginfo for imagefilter() 2009-01-31 15:27:11 +00:00
Takeshi Abe
f436bb3087 bump up and use IMAGE_FILTER_MAX_ARGS instead of a magic number. 2009-01-19 16:35:40 +00:00
Kalle Sommer Nielsen
02dffc868b Change optional parameter for IMG_FILTER_PIXELATE to be a boolean 2009-01-15 07:55:18 +00:00
Takeshi Abe
1b9910b645 added pixelate filter. 2009-01-14 18:57:51 +00:00
Sebastian Bergmann
7f4dc8702a Bump copyright year, 3 of 3. 2008-12-31 11:12:40 +00:00
Hannes Magnusson
c0dcb08ba8 Fixed bug#46847 (phpinfo() is missing some settings.) 2008-12-12 13:05:58 +00:00
Felipe Pena
43791516db - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro (again!) 2008-11-17 11:26:25 +00:00
Felipe Pena
e79849c905 - Fix build 2008-11-13 11:32:04 +00:00
Pierre Joye
a5368aeb73 - MFH:
- Fix linux build (static)
 - add gd[Format]Version[Int|String] first methods to work around the png
   header issues
2008-11-06 10:23:52 +00:00
Pierre Joye
d2b7db73b4 - add png and jpeg version info 2008-11-04 20:24:46 +00:00
Felipe Pena
e006a89e71 - Revert ZEND_BEGIN_ARG_INFO change 2008-11-02 21:10:13 +00:00
Felipe Pena
7eb2715464 - Added 'static' into ZEND_BEGIN_ARG_INFO_EX macro 2008-10-24 14:34:17 +00:00
Arnaud Le Blanc
51f7cc3925 initialize optional vars 2008-10-21 23:36:17 +00:00
Rob Richards
4c52444e6d sz is long not zval** 2008-09-22 15:30:59 +00:00
Pierre Joye
3708b50fe6 - fix warning 2008-08-29 11:09:05 +00:00
Felipe Pena
3ae6c7a978 - MFB: New parameter parsing API
- CS (wddx)
2008-08-24 04:02:20 +00:00
Felipe Pena
0e645a745c - Added new parameter parsing API (part II) 2008-08-04 18:22:02 +00:00
Pierre Joye
a883ec0aca - MFB: fix crash when some crafted font are given 2008-07-17 23:28:11 +00:00
Pierre Joye
c9d7050fa1 - add support for old named zlib (no _a or dynamic)
- nuke the right unused vars
2008-07-07 08:40:04 +00:00
Pierre Joye
579a044be3 - restore wrongly removed vars
- test if zlib is shared or not (possible conflict)
2008-07-07 08:36:04 +00:00
Pierre Joye
ed1e8ca285 - update lib/headers detection
- nuke unused variables
2008-07-06 17:06:43 +00:00
Etienne Kneuss
5f4e5fa60a Fix protos 2008-05-04 21:16:22 +00:00
Felipe Pena
c82d6062ac Fixed return value changed previously 2008-02-28 17:43:32 +00:00
Felipe Pena
a1e8d340c3 New macro for check void parameters 2008-02-28 14:16:25 +00:00
Sebastian Bergmann
9b620d50b4 Bump copyright year, 2 of 2. 2007-12-31 07:12:20 +00:00
Jani Taskinen
9026a201a3 - Fix compiler warning 2007-09-28 12:52:12 +00:00
Dmitry Stogov
8146078f7b Improved memory usage by movig constants to read only memory. (Dmitry, Pierre) 2007-09-27 18:28:44 +00:00
Pierre Joye
f196ad4d98 - MFB: alpha support for colorize filter 2007-09-11 21:10:51 +00:00
Pierre Joye
322a68f726 - MFB:
- fix gd bug #102, < 0 means that no load are loaded, return false
 - add error code in the warning
2007-07-30 21:44:53 +00:00
Antony Dovgal
144b05cdd0 fix several integer overflows in GD 2007-06-06 09:43:39 +00:00
Pierre Joye
d6eb2e1c46 - @DOC add constants GD_MAJOR_VERSION, GD_MINOR_VERSION, GD_RELEASE_VERSION
GD_EXTRA_VERSION and GD_VERSION_STRING
- fix #ifdef else clause
2007-06-03 17:43:13 +00:00
Pierre Joye
893225c0aa - MFB: sx/sy must be > 0 and < INT_MAX 2007-06-02 15:41:02 +00:00
Antony Dovgal
93b3bc490d fix #41442 (imagegd2() under output control) 2007-05-22 09:44:55 +00:00
Pierre Joye
ca1a485d65 - fix build when use with a museum freetype version (1.x) 2007-05-07 14:50:07 +00:00
Hannes Magnusson
3e7223aeb5 Fix proto 2007-04-17 15:44:25 +00:00
Pierre Joye
1720985ee1 - +ZEND_BEGIN_ARG_INFO_EX not _INFO (thx bjori) 2007-04-17 15:37:26 +00:00
Pierre Joye
4b2861090f - fix arginfo 2007-04-17 15:24:05 +00:00