Re: [PHP-CVS] cvs: php4 /ext/gd gd.c

2002-10-11 Thread Pierre-Alain Joye
On Fri, 11 Oct 2002 05:53:18 -0700 (PDT) Rasmus Lerdorf [EMAIL PROTECTED] wrote: I don't think we can do that. Like someone said, they have to use GIF in order to generate images for a mobile device. That means they either need to use GD-1.3 or a hacked up later version. Is only the

Re: [PHP-CVS] cvs: php4 /ext/gd/libgd gd.c gd_gd2.c gdft.c

2002-11-12 Thread Pierre-Alain Joye
Hello, On Tue, 12 Nov 2002 13:12:59 - Marcus Boerger [EMAIL PROTECTED] wrote: helly Tue Nov 12 08:12:59 2002 EDT Modified files: /php4/ext/gd/libgdgd.c gd_gd2.c gdft.c Log: fix warnings Thx to fix warnings :-) While you are on, here are some

[PHP-CVS] cvs: php4 /ext/gd gd.c

2002-12-03 Thread Pierre-Alain Joye
pajoye Tue Dec 3 21:37:21 2002 EDT Modified files: /php4/ext/gdgd.c Log: Fix imagegd crashes when used with truecolor image (from jpeg,png, or imagecreatetruecolor) may we add parameters to imagegd to let user specify the palette size and dither (set

[PHP-CVS] cvs: php4 /ext/gd gd.c

2002-12-03 Thread Pierre-Alain Joye
pajoye Tue Dec 3 21:48:23 2002 EDT Modified files: /php4/ext/gdgd.c Log: Fix imagegd stdoutput Typo 256 colors Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.230 php4/ext/gd/gd.c:1.231 --- php4/ext/gd/gd.c:1.230 Tue Dec 3 21:37:21 2002

[PHP-CVS] cvs: php4 /ext/gd gd.c php_gd.h

2002-12-05 Thread Pierre-Alain Joye
pajoye Thu Dec 5 21:16:07 2002 EDT Modified files: /php4/ext/gdgd.c php_gd.h Log: Add imageistruecolor Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.234 php4/ext/gd/gd.c:1.235 --- php4/ext/gd/gd.c:1.234 Wed Dec 4 18:21:30 2002 +++

[PHP-CVS] cvs: php4 /ext/gd php_gd.h

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 15:45:48 2002 EDT Modified files: /php4/ext/gdphp_gd.h Log: Remove double definition of imagesettile Add imageantiallias Index: php4/ext/gd/php_gd.h diff -u php4/ext/gd/php_gd.h:1.47 php4/ext/gd/php_gd.h:1.48 ---

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 15:46:52 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Add gdImageAAline (antialiased line) Add AA support for gdImagePolygon Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.32 php4/ext/gd/libgd/gd.c:1.33 ---

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-11 Thread Pierre-Alain Joye
pajoye Wed Dec 11 17:23:51 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Fix brightness filter (argument ingnored) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.35 php4/ext/gd/libgd/gd.c:1.36 --- php4/ext/gd/libgd/gd.c:1.35 Wed Dec

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2002-12-14 Thread Pierre-Alain Joye
pajoye Sat Dec 14 14:23:29 2002 EDT Modified files: /php4/ext/gd/libgd gd.c Log: Do not allow AA if not trueColor (imageantialias does nothing) Index: php4/ext/gd/libgd/gd.c diff -u php4/ext/gd/libgd/gd.c:1.36 php4/ext/gd/libgd/gd.c:1.37 ---

[PHP-CVS] cvs: php4 /ext/gd gd.c

2003-01-07 Thread Pierre-Alain Joye
pajoye Tue Jan 7 17:34:01 2003 EDT Modified files: /php4/ext/gdgd.c Log: Fix line drawed twice (L. Atkinson) Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.241 php4/ext/gd/gd.c:1.242 --- php4/ext/gd/gd.c:1.241 Tue Dec 31 11:06:39 2002 +++

Re: [PHP-CVS] cvs: php4 /ext/gd gd.c /ext/gd/libgd gd.c gd.hgd_gd2.c gd_jpeg.c

2003-01-17 Thread Pierre-Alain Joye
On Fri, 17 Jan 2003 18:34:07 - Ilia Alshanetsky [EMAIL PROTECTED] wrote: iliaa Fri Jan 17 13:34:07 2003 EDT Modified files: /php4/ext/gd gd.c /php4/ext/gd/libgdgd.c gd.h gd_gd2.c gd_jpeg.c Log: Syncronize bundled GD library with

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-01-20 Thread Pierre-Alain Joye
/gd.c:1.41 Fri Jan 17 13:34:07 2003 +++ php4/ext/gd/libgd/gd.c Mon Jan 20 20:49:34 2003 @@ -1077,6 +1077,11 @@ } } + +/* + * Added on 2003/12 by Pierre-Alain Joye ([EMAIL PROTECTED]) + * (c) 2003 Pierre-Alain Joye + * */ #define BLEND_COLOR(a, nc, c, cc) \ nc = (cc) + (c) - (cc

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c

2003-01-20 Thread Pierre-Alain Joye
:1.43 --- php4/ext/gd/libgd/gd.c:1.42 Mon Jan 20 20:49:34 2003 +++ php4/ext/gd/libgd/gd.c Mon Jan 20 21:10:19 2003 @@ -1080,7 +1080,6 @@ /* * Added on 2003/12 by Pierre-Alain Joye ([EMAIL PROTECTED]) - * (c) 2003 Pierre-Alain Joye * */ #define BLEND_COLOR(a, nc, c, cc) \ nc = (cc

[PHP-CVS] cvs: php4 /ext/gd/libgd gd.c gd.h

2003-02-08 Thread Pierre-Alain Joye
+1624,103 @@ } } -void -gdImageFilledEllipse (gdImagePtr im, int cx, int cy, int w, int h, int color) + +/** + * Integer Ellipse functions (gdImageEllipse and gdImageFilledEllipse) + * Function added by Pierre-Alain Joye 02/08/2003 ([EMAIL PROTECTED]) + * See the ellipse function

Re: [PHP-CVS] cvs: php4(PHP_4_3) /ext/gd/libgd gd.c gd.h

2003-02-08 Thread Pierre-Alain Joye
On Sat, 08 Feb 2003 08:54:13 - Pierre-Alain Joye [EMAIL PROTECTED] wrote: pajoyeSat Feb 8 03:54:13 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gd/libgdgd.c gd.h Log: MFH: Add gdImageEllipse Replace gdImageFilledEllipse

[PHP-CVS] cvs: php4 /ext/gd php_gd.h

2003-02-26 Thread Pierre-Alain Joye
pajoye Wed Feb 26 18:21:45 2003 EDT Modified files: /php4/ext/gdphp_gd.h Log: add imagesavealpha wrapper (Jukka Holappa [EMAIL PROTECTED], Pierre-Alain Joye) Index: php4/ext/gd/php_gd.h diff -u php4/ext/gd/php_gd.h:1.51 php4/ext/gd/php_gd.h:1.52

[PHP-CVS] cvs: php4 /ext/gd gd.c

2003-02-26 Thread Pierre-Alain Joye
pajoye Wed Feb 26 18:22:09 2003 EDT Modified files: /php4/ext/gdgd.c Log: add imagesavealpha wrapper (Jukka Holappa [EMAIL PROTECTED], 2 Pierre-Alain Joye) Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.250 php4/ext/gd/gd.c:1.251

Re: [PHP-CVS] cvs: php4 /ext/gd gd.c

2003-02-26 Thread Pierre-Alain Joye
On Wed, 26 Feb 2003 23:22:09 - Pierre-Alain Joye [EMAIL PROTECTED] wrote: pajoyeWed Feb 26 18:22:09 2003 EDT Modified files: /php4/ext/gd gd.c Log: add imagesavealpha wrapper (Jukka Holappa [EMAIL PROTECTED], 2 Pierre-Alain

Re: [PHP-CVS] cvs: php4 /ext/gd php_gd.h

2003-02-27 Thread Pierre-Alain Joye
On Thu, 27 Feb 2003 17:42:06 +0200 (EET) Jani Taskinen [EMAIL PROTECTED] wrote: Don't forget to add this to NEWS file too.. I do not have write permission to this part of the tree. pierre -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd gd.c

2003-02-28 Thread Pierre-Alain Joye
pajoye Fri Feb 28 20:15:33 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdgd.c Log: MFH imageistruecolor, imagesavealpha Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.221.2.12 php4/ext/gd/gd.c:1.221.2.13 --- php4/ext/gd/gd.c:1.221.2.12

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd php_gd.h

2003-02-28 Thread Pierre-Alain Joye
pajoye Fri Feb 28 20:15:47 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/gdphp_gd.h Log: MFH imageistruecolor, imagesavealpha Index: php4/ext/gd/php_gd.h diff -u php4/ext/gd/php_gd.h:1.44.2.2 php4/ext/gd/php_gd.h:1.44.2.3 ---

[PHP-CVS] cvs: php4(PHP_4_3) /ext/gd CREDITS

2003-02-28 Thread Pierre-Alain Joye
2000 +++ php4/ext/gd/CREDITS Fri Feb 28 20:16:00 2003 @@ -1,2 +1,2 @@ GD imaging -Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto +Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe

[PHP-CVS] cvs: php4 /ext/gd CREDITS

2003-02-28 Thread Pierre-Alain Joye
+++ php4/ext/gd/CREDITS Fri Feb 28 20:28:10 2003 @@ -1,2 +1,2 @@ GD imaging -Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto +Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP-CVS] cvs: php4 /ext/gd CREDITS

2003-06-15 Thread Pierre-Alain Joye
+++ php4/ext/gd/CREDITS Sun Jun 15 16:16:46 2003 @@ -1,2 +1,2 @@ GD imaging -Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye +Rasmus Lerdorf, Stig Bakken, Jim Winstead, Jouni Ahto, Ilia Alshanetsky, Pierre-Alain Joye, Marcus Boerger -- PHP CVS Mailing

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:23:56 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix #23808 Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.55 php-src/ext/gd/libgd/gd.c:1.56 --- php-src/ext/gd/libgd/gd.c:1.55 Thu Jun 12

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gd.c

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:24:52 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - MFH Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.24.2.14 php-src/ext/gd/libgd/gd.c:1.24.2.15 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gd.c

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:33:35 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - tabs... Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.24.2.15 php-src/ext/gd/libgd/gd.c:1.24.2.16 ---

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2003-07-02 Thread Pierre-Alain Joye
pajoye Wed Jul 2 07:36:17 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - tabs Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.56 php-src/ext/gd/libgd/gd.c:1.57 --- php-src/ext/gd/libgd/gd.c:1.56 Wed Jul 2

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2003-07-09 Thread Pierre-Alain Joye
pajoye Wed Jul 9 06:15:13 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix #23792, imagerotate returns always truecolor images now (the destination image is a truecolor, no more limited palette problems) - Clean the cast in

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2003-07-09 Thread Pierre-Alain Joye
pajoye Wed Jul 9 06:36:07 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix a possible crash when invalid color index are given as background in imagerotate, only when palette based image is used as src Index:

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gd.c

2003-07-09 Thread Pierre-Alain Joye
pajoye Wed Jul 9 06:38:22 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - MFH Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.24.2.16 php-src/ext/gd/libgd/gd.c:1.24.2.17 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gd.c

2003-07-09 Thread Pierre-Alain Joye
pajoye Wed Jul 9 06:43:01 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - MFH Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.24.2.17 php-src/ext/gd/libgd/gd.c:1.24.2.18 ---

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2003-07-09 Thread Pierre-Alain Joye
pajoye Wed Jul 9 20:09:24 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - wrong patch applied for #23792, fixed Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.59 php-src/ext/gd/libgd/gd.c:1.60 ---

[PHP-CVS] cvs: php-src(PHP_4_3) /ext/gd/libgd gd.c

2003-07-09 Thread Pierre-Alain Joye
pajoye Wed Jul 9 20:11:11 2003 EDT Modified files: (Branch: PHP_4_3) /php-src/ext/gd/libgd gd.c Log: - MFH Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.24.2.18 php-src/ext/gd/libgd/gd.c:1.24.2.19 ---

[PHP-CVS] cvs: php-src /ext/gd/tests bug24594.phpt

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:17:30 2003 EDT Modified files: /php-src/ext/gd/tests bug24594.phpt Log: - Remove imagepng, not used in test Index: php-src/ext/gd/tests/bug24594.phpt diff -u php-src/ext/gd/tests/bug24594.phpt:1.1

[PHP-CVS] cvs: php-src /ext/gd/tests bug24594.phpt

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:11:33 2003 EDT Added files: /php-src/ext/gd/tests bug24594.phpt Log: - imagefill tests Index: php-src/ext/gd/tests/bug24594.phpt +++ php-src/ext/gd/tests/bug24594.phpt --TEST-- Bug #24594 (Filling an area using tiles).

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:23:21 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix leak when no fill is done (ilia) Index: php-src/ext/gd/libgd/gd.c diff -u php-src/ext/gd/libgd/gd.c:1.61 php-src/ext/gd/libgd/gd.c:1.62 ---

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2003-07-22 Thread Pierre-Alain Joye
pajoye Tue Jul 22 20:08:57 2003 EDT Modified files: /php-src/ext/gd/libgd gd.c Log: - Fix #bug24594 Rewrite the imagefill function (non recursive, uses of connected points algorithm) Index: php-src/ext/gd/libgd/gd.c diff -u

[PHP-CVS] cvs: CVSROOT / avail

2007-07-12 Thread Pierre-Alain Joye
pajoye Thu Jul 12 15:32:04 2007 UTC Modified files: /CVSROOTavail Log: - msaraujo pecl/lua karma http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1285r2=1.1286diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1285 CVSROOT/avail:1.1286 ---

[PHP-CVS] cvs: CVSROOT / avail

2007-07-17 Thread Pierre-Alain Joye
pajoye Tue Jul 17 09:32:39 2007 UTC Modified files: /CVSROOTavail Log: - peclweb karma for johannes http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1287r2=1.1288diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1287 CVSROOT/avail:1.1288 ---

[PHP-CVS] cvs: php-src /ext/gd gd.c

2007-07-30 Thread Pierre-Alain Joye
pajoye Mon Jul 30 21:44:53 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: - fix gd bug #102, 0 means that no load are loaded, return false - add error code in the warning

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-07-30 Thread Pierre-Alain Joye
pajoye Mon Jul 30 21:42:36 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - fix gd bug #102, 0 means that no load are loaded, return false - add error code in the warning

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/tokenizer config.w32

2007-08-01 Thread Pierre-Alain Joye
pajoye Wed Aug 1 15:13:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/tokenizer config.w32 Log: - fix win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/tokenizer/config.w32?r1=1.1r2=1.1.6.1diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2007-08-03 Thread Pierre-Alain Joye
pajoye Fri Aug 3 16:50:25 2007 UTC Modified files: /CVSROOTavail Log: - guenter karma for gd, maintain netware port http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1294r2=1.1295diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1294

[PHP-CVS] cvs: CVSROOT / avail

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 07:21:13 2007 UTC Modified files: /CVSROOTavail Log: - gd access for Mattias http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1295r2=1.1296diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1295 CVSROOT/avail:1.1296 ---

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 19:11:20 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslopenssl.c Log: - #4, truncate the _default to the buffer size (was 200 since day #1, we don't need dynamic alloc here)

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 19:13:05 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: #4, truncate the _default to the buffer size (was 200 since day #1, we don't need dynamic alloc here)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 19:16:40 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - #4 entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.880r2=1.2027.2.547.2.881diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 19:49:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslopenssl.c Log: - #4, forgot this one (thanks mattias) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.98.2.5.2.39r2=1.98.2.5.2.40diff_format=u

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-06 Thread Pierre-Alain Joye
pajoye Mon Aug 6 19:50:16 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: #4, forgot this one (thanks mattias) http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.147r2=1.148diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/openssl openssl.c

2007-08-08 Thread Pierre-Alain Joye
pajoye Wed Aug 8 06:29:47 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/opensslopenssl.c Log: - fix regression introduced with #4 (thx to tony and mattias for the head up)

[PHP-CVS] cvs: php-src /ext/openssl openssl.c

2007-08-08 Thread Pierre-Alain Joye
pajoye Wed Aug 8 06:30:56 2007 UTC Modified files: /php-src/ext/opensslopenssl.c Log: - MFB: fix regressio introduced by #4 http://cvs.php.net/viewvc.cgi/php-src/ext/openssl/openssl.c?r1=1.148r2=1.149diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2007-08-09 Thread Pierre-Alain Joye
pajoye Thu Aug 9 07:37:19 2007 UTC Modified files: /CVSROOTavail Log: - give mattias ext/gd karma http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1297r2=1.1298diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1297 CVSROOT/avail:1.1298 ---

[PHP-CVS] cvs: CVSROOT / avail

2007-08-22 Thread Pierre-Alain Joye
pajoye Wed Aug 22 13:25:51 2007 UTC Modified files: /CVSROOTavail Log: - intl karma http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1299r2=1.1300diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1299 CVSROOT/avail:1.1300 ---

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c /ext/gd/tests libgd00106.phpt

2007-08-26 Thread Pierre-Alain Joye
pajoye Sun Aug 26 20:33:22 2007 UTC Added files: /php-src/ext/gd/tests libgd00106.phpt Modified files: /php-src/ext/gd/libgd gd.c Log: - gd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd/libgd gd.c /ext/gd/tests libgd00106.phpt

2007-08-26 Thread Pierre-Alain Joye
pajoye Sun Aug 26 20:35:11 2007 UTC Added files: (Branch: PHP_5_2) /php-src/ext/gd/tests libgd00106.phpt Modified files: /php-src/ext/gd/libgd gd.c /php-srcNEWS Log: - MFB: gd #106, imagerectangle draws 1x1 rectangles

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd/libgd gd.c

2007-08-27 Thread Pierre-Alain Joye
pajoye Mon Aug 27 08:27:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd/libgd gd.c Log: - revert fix for #106 - add news entry for pslib fix NB: Please next time, inform us before a complete freeze is done for

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd gd.c

2007-08-29 Thread Pierre-Alain Joye
pajoye Wed Aug 29 06:26:30 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd gd.c Log: - gd bug #102, alternative fix when an old library is used http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.312.2.20.2.30r2=1.312.2.20.2.31diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/standard string.c

2007-09-07 Thread Pierre-Alain Joye
pajoye Fri Sep 7 18:23:58 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/standard string.c Log: - #42592, remove ending dot in warning msg

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/libgd gd.c

2007-09-09 Thread Pierre-Alain Joye
pajoye Sun Sep 9 13:05:52 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gd.c Log: - re-add fix for libgd #106, imagerectangle draws 1x1 rectangles as 1x3 rectangles

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS

2007-09-09 Thread Pierre-Alain Joye
pajoye Sun Sep 9 13:07:00 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS Log: - #106 entry http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.935r2=1.2027.2.547.2.936diff_format=u Index: php-src/NEWS diff -u

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/gd gd.c /ext/gd/libgd gd.c

2007-09-11 Thread Pierre-Alain Joye
pajoye Tue Sep 11 21:03:48 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/gd gd.c /php-src/ext/gd/libgd gd.c Log: - [DOC] add alpha support for imagefilter's IMG_FILTER_COLORIZE

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.c

2007-09-11 Thread Pierre-Alain Joye
pajoye Tue Sep 11 21:07:04 2007 UTC Modified files: /php-src/ext/gd/libgd gd.c Log: - MFB: - gdImageTileApply does not respect transparent color - gdImageArc regression - Alpha channel support for gdImageColor (IMG_FILTER_COLORIZE)

[PHP-CVS] cvs: php-src /ext/gd gd.c

2007-09-11 Thread Pierre-Alain Joye
pajoye Tue Sep 11 21:10:51 2007 UTC Modified files: /php-src/ext/gd gd.c Log: - MFB: alpha support for colorize filter http://cvs.php.net/viewvc.cgi/php-src/ext/gd/gd.c?r1=1.379r2=1.380diff_format=u Index: php-src/ext/gd/gd.c diff -u

[PHP-CVS] cvs: php-src /ext/gd/libgd gd.h

2007-09-11 Thread Pierre-Alain Joye
pajoye Tue Sep 11 21:31:14 2007 UTC Modified files: /php-src/ext/gd/libgd gd.h Log: - MFB http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd.h?r1=1.33r2=1.34diff_format=u Index: php-src/ext/gd/libgd/gd.h diff -u php-src/ext/gd/libgd/gd.h:1.33

[PHP-CVS] cvs: CVSROOT / avail

2007-09-30 Thread Pierre-Alain Joye
pajoye Sun Sep 30 15:37:08 2007 UTC Modified files: /CVSROOTavail Log: - Johannes karma for all bugs, qa co (RM) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1306r2=1.1307diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1306

[PHP-CVS] cvs: php-src(PHP_5_2) / README.UPDATE_5_2

2007-10-01 Thread Pierre-Alain Joye
pajoye Mon Oct 1 08:14:03 2007 UTC Modified files: (Branch: PHP_5_2) /php-srcREADME.UPDATE_5_2 Log: - add notice about glob regression (Lukas) http://cvs.php.net/viewvc.cgi/php-src/README.UPDATE_5_2?r1=1.1.2.39r2=1.1.2.40diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2007-10-03 Thread Pierre-Alain Joye
pajoye Wed Oct 3 09:24:16 2007 UTC Modified files: /CVSROOTavail Log: - php-src karma for dsp http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1307r2=1.1308diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1307 CVSROOT/avail:1.1308 ---

[PHP-CVS] cvs: php-src(PHP_4_4) / NEWS /ext/gd/libgd gd.c

2007-10-20 Thread Pierre-Alain Joye
pajoye Sat Oct 20 15:29:04 2007 UTC Modified files: (Branch: PHP_4_4) /php-srcNEWS /php-src/ext/gd/libgd gd.c Log: - #43010, Fixed regression in imagearc with two equivelent angles

[PHP-CVS] cvs: CVSROOT / avail

2007-11-26 Thread Pierre-Alain Joye
pajoye Mon Nov 26 15:14:41 2007 UTC Modified files: /CVSROOTavail Log: - Francois karma for pecl/phk - Kevin Shepherd for gd http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1330r2=1.1331diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1330

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/gd/libgd gdft.c

2008-01-08 Thread Pierre-Alain Joye
pajoye Wed Jan 9 01:50:59 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd/libgd gdft.c Log: - #43790, fix crash when no family name has been found

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/gd/libgd gdft.c

2008-01-08 Thread Pierre-Alain Joye
pajoye Wed Jan 9 01:51:17 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgd gdft.c Log: - MFB: #43790, fix crash when no family name has been found

[PHP-CVS] cvs: php-src /ext/gd/libgd gdft.c

2008-01-08 Thread Pierre-Alain Joye
pajoye Wed Jan 9 01:52:03 2008 UTC Modified files: /php-src/ext/gd/libgd gdft.c Log: - MFB: #43790, fix crash when no family name has been found http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gdft.c?r1=1.45r2=1.46diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2008-01-10 Thread Pierre-Alain Joye
pajoye Thu Jan 10 10:04:09 2008 UTC Modified files: /CVSROOTavail Log: - Francois karma for pecl/automap http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1344r2=1.1345diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1344 CVSROOT/avail:1.1345

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/zip php_zip.c php_zip.h

2008-01-17 Thread Pierre-Alain Joye
pajoye Fri Jan 18 01:11:27 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/zipphp_zip.c php_zip.h Log: - MFB: reflect the correct version http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.1.2.38.2.7r2=1.1.2.38.2.8diff_format=u Index:

[PHP-CVS] cvs: php-src /ext/zip php_zip.c php_zip.h

2008-01-17 Thread Pierre-Alain Joye
pajoye Fri Jan 18 01:24:29 2008 UTC Modified files: /php-src/ext/zipphp_zip.c php_zip.h Log: - MFB: reflect the correct version http://cvs.php.net/viewvc.cgi/php-src/ext/zip/php_zip.c?r1=1.56r2=1.57diff_format=u Index: php-src/ext/zip/php_zip.c diff -u

[PHP-CVS] cvs: CVSROOT / avail

2008-01-29 Thread Pierre-Alain Joye
pajoye Tue Jan 29 17:17:58 2008 UTC Modified files: /CVSROOTavail Log: - seariver karma for wxwidgets binding in pecl - move custom pecl karma out of ibm's protected area http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1350r2=1.1351diff_format=u

[PHP-CVS] cvs: php-src(PHP_5_3) / NEWS /main main.c

2008-02-15 Thread Pierre-Alain Joye
pajoye Fri Feb 15 14:51:39 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS /php-src/main main.c Log: - [DOC] add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG

[PHP-CVS] cvs: php-src /main main.c

2008-02-15 Thread Pierre-Alain Joye
pajoye Fri Feb 15 15:09:57 2008 UTC Modified files: /php-src/main main.c Log: - [DOC] MFB: add PHP_MAJOR_VERSION, PHP_MINOR_VERSION, PHP_RELEASE_VERSION, PHP_EXTRA_VERSION, PHP_VERSION_ID, PHP_ZTS and PHP_DEBUG constants

[PHP-CVS] cvs: php-src(PHP_5_3) /win32/build confutils.js

2008-02-16 Thread Pierre-Alain Joye
pajoye Sun Feb 17 01:26:15 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! )

[PHP-CVS] cvs: php-src /win32/build confutils.js

2008-02-16 Thread Pierre-Alain Joye
pajoye Sun Feb 17 01:29:17 2008 UTC Modified files: /php-src/win32/buildconfutils.js Log: - MFB: add PHP_PHP_BUILD\bin to the path in PATH_PROG (option set with --with-php-builds=[PATH] the zip.zip contains all we need (except re2c! )

[PHP-CVS] cvs: CVSROOT / avail

2008-02-24 Thread Pierre-Alain Joye
pajoye Mon Feb 25 03:09:09 2008 UTC Modified files: /CVSROOTavail Log: - Paul Chandler karma for pecl/xrange http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1358r2=1.1359diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1358

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /main main.c

2008-03-05 Thread Pierre-Alain Joye
pajoye Wed Mar 5 20:58:08 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/main main.c Log: - #42505, new sendmail default path breaks on Novell (Guenter Knauf)

[PHP-CVS] cvs: php-src(PHP_5_2) / NEWS /ext/standard info.c

2008-03-05 Thread Pierre-Alain Joye
pajoye Wed Mar 5 21:09:29 2008 UTC Modified files: (Branch: PHP_5_2) /php-srcNEWS /php-src/ext/standard info.c Log: - #40013, php_uname() does not return nodename on Netware (Guenter Knauf)

[PHP-CVS] cvs: php-src /ext/standard info.c

2008-03-05 Thread Pierre-Alain Joye
pajoye Wed Mar 5 21:18:26 2008 UTC Modified files: /php-src/ext/standard info.c Log: - MFB: #40013, php_uname() does not return nodename on Netware (Guenter Knauf)

[PHP-CVS] cvs: php-src /main main.c

2008-03-05 Thread Pierre-Alain Joye
pajoye Wed Mar 5 21:20:14 2008 UTC Modified files: /php-src/main main.c Log: - MFB: #42505, new sendmail default path breaks on Novell (Guenter Knauf) http://cvs.php.net/viewvc.cgi/php-src/main/main.c?r1=1.761r2=1.762diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2008-03-07 Thread Pierre-Alain Joye
pajoye Fri Mar 7 12:46:19 2008 UTC Modified files: /CVSROOTavail Log: - karma for systems (for myself) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1365r2=1.1366diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1365 CVSROOT/avail:1.1366

[PHP-CVS] cvs: php-src(PHP_5_2) /ext/exif exif.c

2008-03-07 Thread Pierre-Alain Joye
pajoye Fri Mar 7 18:41:02 2008 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/exif exif.c Log: - #44355, compilation breaks due illegal const usage (Guenter Knauf) I suppose it must break on other platform, it is not used anywhere else but here, and

[PHP-CVS] cvs: php-src /ext/exif exif.c

2008-03-07 Thread Pierre-Alain Joye
pajoye Fri Mar 7 18:41:59 2008 UTC Modified files: /php-src/ext/exif exif.c Log: - MFB: #44355 compilation breaks due illegal const usage http://cvs.php.net/viewvc.cgi/php-src/ext/exif/exif.c?r1=1.199r2=1.200diff_format=u Index:

[PHP-CVS] cvs: CVSROOT / avail

2008-04-15 Thread Pierre-Alain Joye
pajoye Tue Apr 15 12:13:47 2008 UTC Modified files: /CVSROOTavail Log: - Raphael karma for testfest-web http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1377r2=1.1378diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1377 CVSROOT/avail:1.1378

[PHP-CVS] cvs: CVSROOT / avail

2008-04-16 Thread Pierre-Alain Joye
pajoye Wed Apr 16 09:17:38 2008 UTC Modified files: /CVSROOTavail Log: - (run|class)kit karma for mlively http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1378r2=1.1379diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1378 CVSROOT/avail:1.1379

[PHP-CVS] cvs: CVSROOT / avail

2008-04-22 Thread Pierre-Alain Joye
pajoye Tue Apr 22 17:08:53 2008 UTC Modified files: /CVSROOTavail Log: - karma for bindlib_w32 (Liz, Scott, Edin and me, anyone else?) http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1380r2=1.1381diff_format=u Index: CVSROOT/avail diff -u

[PHP-CVS] cvs: CVSROOT / loginfo

2008-04-22 Thread Pierre-Alain Joye
pajoye Tue Apr 22 17:27:37 2008 UTC Modified files: /CVSROOTloginfo Log: - add bindlib_w32 and win-installer to php-cvs list http://cvs.php.net/viewvc.cgi/CVSROOT/loginfo?r1=1.128r2=1.129diff_format=u Index: CVSROOT/loginfo diff -u CVSROOT/loginfo:1.128

[PHP-CVS] cvs: CVSROOT / avail

2008-04-23 Thread Pierre-Alain Joye
pajoye Wed Apr 23 15:01:02 2008 UTC Modified files: /CVSROOTavail Log: - pecl/fam karma for Thierry http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1383r2=1.1384diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1383 CVSROOT/avail:1.1384 ---

[PHP-CVS] cvs: php-src /ext/standard/tests/file bug44805.phpt

2008-04-24 Thread Pierre-Alain Joye
pajoye Thu Apr 24 08:45:12 2008 UTC Modified files: /php-src/ext/standard/tests/filebug44805.phpt Log: - improve test and remove files on exit http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/file/bug44805.phpt?r1=1.2r2=1.3diff_format=u Index:

[PHP-CVS] cvs: php-src(PHP_5_3) /ext/standard/tests/file bug44805.phpt

2008-04-24 Thread Pierre-Alain Joye
pajoye Thu Apr 24 08:45:35 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filebug44805.phpt Log: - MFH: improve test and remove files on exit

[PHP-CVS] cvs: CVSROOT / avail

2008-04-24 Thread Pierre-Alain Joye
pajoye Thu Apr 24 11:33:48 2008 UTC Modified files: /CVSROOTavail Log: - pecl/tcc karma for hamano http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1386r2=1.1387diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1386 CVSROOT/avail:1.1387 ---

[PHP-CVS] cvs: CVSROOT / avail

2008-05-06 Thread Pierre-Alain Joye
pajoye Tue May 6 20:28:15 2008 UTC Modified files: /CVSROOTavail Log: - gd karma for Kalle http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1391r2=1.1392diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1391 CVSROOT/avail:1.1392 ---

[PHP-CVS] cvs: CVSROOT / avail

2008-05-17 Thread Pierre-Alain Joye
pajoye Sat May 17 13:01:22 2008 UTC Modified files: /CVSROOTavail Log: - pecl karma for David http://cvs.php.net/viewvc.cgi/CVSROOT/avail?r1=1.1397r2=1.1398diff_format=u Index: CVSROOT/avail diff -u CVSROOT/avail:1.1397 CVSROOT/avail:1.1398 ---

[PHP-CVS] cvs: php-src(PHP_5_3) /main main.c

2008-05-21 Thread Pierre-Alain Joye
pajoye Wed May 21 15:55:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - actually disable the ASSERT error dialog box (affects debug mode only), helps to run the tests and coverage analyze

  1   2   3   4   5   6   7   8   9   10   >