Rasmus Lerdorf
a906125fec
Check for -1 as well here
2010-05-24 23:52:11 +00:00
Rasmus Lerdorf
13a09194a9
Let's have a sane error message here instead of some cryptic zlib error
2010-05-24 23:27:39 +00:00
Pierre Joye
fa78b4497e
- #51793 , Add alpha argument to imagecolorset
2010-05-18 12:38:57 +00:00
Rob Richards
0a34d10783
revert change #298288 : Remove old dsp/dsw/makefile files
2010-04-28 14:41:51 +00:00
Pierre Joye
ef76df031b
- - Fixed #51128 , imagefill() doesn't work with large images
2010-04-28 14:35:42 +00:00
Pierre Joye
c09a8cb043
- Fix #51671 , imagefill does not work correctly for small images
2010-04-28 08:23:44 +00:00
Pierre Joye
27d922c49f
- WS
2010-04-28 08:04:52 +00:00
Kalle Sommer Nielsen
dd8e59da8f
Removed safe_mode
...
* Removed ini options, safe_mode*
* Removed --enable-safe-mode --with-exec-dir configure options on Unix
* Updated extensions, SAPI's and core
* php_get_current_user() is now declared in main.c, thrus no need to include safe_mode.h anymore
2010-04-26 23:53:30 +00:00
Kalle Sommer Nielsen
518a17e7bf
Remove old dsp/dsw/makefile files, these arent used by the build system anymore and are barely updated nor available for all extensions
2010-04-21 23:36:49 +00:00
Takeshi Abe
42c14bf473
Fixed bug #51263 (imagettftext and rotated text uses wrong baseline)
2010-03-24 04:12:19 +00:00
Raphael Geissert
2c3b1fd920
Properly skip tests that require the bundled gd lib when the external is used
2010-03-11 05:49:50 +00:00
Takeshi Abe
bea0320749
fix libgd FS100 (spurious horizontal line drawn by gdImageFilledPolygon)
2010-01-20 09:39:06 +00:00
Takeshi Abe
e3e76d7baf
fix wrong type and useless assignments
2010-01-15 17:09:14 +00:00
Takeshi Abe
f7a3b3f5aa
imagepolygon() and imagefilledpolygon() does not allow negative number of points causing invalid allocation
2010-01-14 11:11:56 +00:00
Takeshi Abe
dd17af94c5
removed an unused variable
2010-01-13 06:55:03 +00:00
Pierre Joye
7aacc1ccbc
- use png_sig_cmp to support libpng 1.4, old is deprecated already in older version
2010-01-10 02:13:45 +00:00
Takeshi Abe
c18d4364ed
Bug #49600 (imageTTFText text shifted right)
...
- fix difference of horizontal position between imagettftext() and imagettfbbox()
2010-01-08 12:18:52 +00:00
Sebastian Bergmann
9ba1e81665
sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php
2010-01-03 09:23:27 +00:00
Pierrick Charron
c2fccc1606
- Fixed bug #50469 (Fixed typo in imagepsencodefont error string).
2009-12-14 04:09:18 +00:00
Takeshi Abe
94cb01177a
Fixed a possible memory leak in case that FT_Glyph_To_Bitmap() fails
2009-11-01 05:04:35 +00:00
Pierre Joye
ed3e96197d
- check max colors while loading gd2 palette image (patch by Tomas Hoger)
2009-10-12 10:01:37 +00:00
Felipe Pena
5132913dd3
- Fixed tests
2009-09-26 16:54:08 +00:00
andy wharmby
e509cc4283
Fix SKIPIF sections
2009-09-15 21:44:08 +00:00
Pierre Joye
8f8220917e
- Fix sanity check for the color index in imagecolortransparent
2009-09-03 09:45:56 +00:00
Zoe Slattery
0e4ce3bcca
More tests from 2009 testfest
2009-08-28 14:31:19 +00:00
Zoe Slattery
1c98e49afd
Test from 2009 testfest
2009-08-26 17:17:58 +00:00
Rafael Machado Dohms
609a573b23
Adding tests for imagecolorallocatealpha
2009-08-24 02:50:19 +00:00
Ilia Alshanetsky
3189707681
Fixed bug #49193 (gdJpegGetVersionString() inside gd_compact identifies wrong type in declaration)
2009-08-09 13:15:45 +00:00
Kalle Sommer Nielsen
fa09704cea
Test case for bug #42434
2009-07-30 03:54:27 +00:00
Kalle Sommer Nielsen
b5b8303194
Fixed bug #42434 (ImageLine w/ antialias = 1px shorter)
...
- patch by wojjie at gmail dot com
2009-07-28 20:35:06 +00:00
Jani Taskinen
48a514673a
- Skip some tests in 32bit systems, add cleanups where missing
2009-07-28 19:16:02 +00:00
Takeshi Abe
59ff212783
added test for #43073
2009-07-27 22:11:43 +00:00
Takeshi Abe
366c261cce
MFH: fixed #48732 (TTF Bounding box wrong for letters below baseline) and #48801 (Problem with imagettfbbox)
2009-07-27 15:06:28 +00:00
Rafael Machado Dohms
f7873d0aee
Adding tests for imagesetthickness, basic and errors for both params, and complementing imagetruecolortopalette with out of bound params
2009-07-24 03:06:05 +00:00
Rafael Machado Dohms
12ef53b204
Removing deprecated test replaced by individual tests for imageistruecolor and imagetruecolortopalette
2009-07-20 03:48:55 +00:00
Rafael Machado Dohms
23a423aea0
Separating and complementing imageistruecolor and imagetruecolortopalette tests
2009-07-20 03:47:29 +00:00
Rafael Machado Dohms
d7276e46e1
Commiting imagecreatetruecolor tests for PHP_5_3 branch
2009-07-19 01:42:08 +00:00
Pierre Joye
c79f7e3f6b
- WS
2009-07-07 10:54:44 +00:00
Pierre Joye
b38fde4694
- #45905 , imagefilledrectangle() clipping error
2009-07-07 10:49:38 +00:00
Gwynne Raskind
b26cd6839a
Fixed a stray 'in the test
2009-07-02 10:02:38 +00:00
Felipe Pena
d9061f95fa
- Fix test
2009-07-01 12:15:00 +00:00
Felipe Pena
3d7b3c8bb2
- Fixed tests
2009-07-01 02:32:55 +00:00
Felipe Pena
db6f5e67a8
- MFH: New tests (SaoPaulo UG testfest)
2009-07-01 00:56:01 +00:00
Pierre Joye
1f10584566
- add license info
2009-06-24 11:44:46 +00:00
Takeshi Abe
c84e4181b4
MFH: fixed bug #48555 (ImageFTBBox() differs from previous versions for texts with new lines)
2009-06-21 06:09:46 +00:00
Kalle Sommer Nielsen
17459bac7d
MFH: Fix memleak
2009-06-19 22:15:28 +00:00
Pierre Joye
45832feb40
- fix build
2009-05-27 15:16:18 +00:00
Pierre Joye
7f6fa6ce1c
- fix build on unix with bundled gd
2009-05-27 13:48:13 +00:00
Pierre Joye
f726afbfeb
- [DOC] always enable imagecolormatch
2009-05-27 08:18:24 +00:00
Pierre Joye
59ec80c572
- MFH: [DOC] always enable imagerotate (bundled or system gd)
2009-05-27 07:18:05 +00:00