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

2009-05-26 Thread Pierre-Alain Joye
pajoye Tue May 26 19:43:11 2009 UTC Modified files: /php-src/ext/gd config.w32 Log: - gd_filter.c http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.36&r2=1.37&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/config.w32:1.36 p

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

2009-05-26 Thread Pierre-Alain Joye
pajoye Tue May 26 19:42:19 2009 UTC Modified files: /php-src/ext/gd config.w32 Log: - add gd_arc to w32 script http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.35&r2=1.36&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/conf

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

2009-04-06 Thread Pierre-Alain Joye
pajoye Mon Apr 6 11:37:52 2009 UTC Modified files: /php-src/ext/gd config.w32 Log: - nuke unused var http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.34&r2=1.35&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/config.w32:1.

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

2009-03-29 Thread Pierre-Alain Joye
pajoye Sun Mar 29 14:01:15 2009 UTC Modified files: /php-src/ext/gd config.w32 Log: - check in the libpng dir as well http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.33&r2=1.34&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/

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

2008-07-20 Thread Kalle Sommer Nielsen
kalle Sun Jul 20 19:00:35 2008 UTC Modified files: /php-src/ext/gd config.w32 Log: Fixed #44849 (imagecolorclosesthwb() is not available on Windows) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.31&r2=1.32&diff_format=u Index: php-src/ext/gd

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

2008-07-11 Thread Rob Richards
rrichards Fri Jul 11 15:06:06 2008 UTC Modified files: /php-src/ext/gd config.w32 Log: MFB: dont forget the header http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.30&r2=1.31&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ex

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

2008-07-11 Thread Rob Richards
rrichards Fri Jul 11 14:42:00 2008 UTC Modified files: /php-src/ext/gd config.w32 Log: MFB: fix iconv linking http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.29&r2=1.30&diff_format=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/

[PHP-CVS] cvs: php-src /ext/gd config.w32 /ext/zip config.w32

2008-07-09 Thread Rob Richards
rrichards Wed Jul 9 16:13:53 2008 UTC Modified files: /php-src/ext/gd config.w32 /php-src/ext/zipconfig.w32 Log: MFB: fix zlib detection and linking - synch zip config.w32 http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.28&r2=1

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

2008-07-08 Thread Pierre-Alain Joye
pajoye Tue Jul 8 19:07:53 2008 UTC Modified files: /php-src/ext/gd config.w32 Log: - use _a for static lib - fix logic for shared zlib http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.27&r2=1.28&diff_format=u Index: php-src/ext/gd/config.w32

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

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 08:40:04 2008 UTC Modified files: /php-src/ext/gd config.w32 gd.c Log: - add support for old named zlib (no _a or dynamic) - nuke the right unused vars http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.26&r2=1.27&diff_format=

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

2008-07-07 Thread Pierre-Alain Joye
pajoye Mon Jul 7 08:36:04 2008 UTC Modified files: /php-src/ext/gd config.w32 gd.c Log: - restore wrongly removed vars - test if zlib is shared or not (possible conflict) http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.25&r2=1.26&diff_format

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

2008-07-06 Thread Pierre-Alain Joye
pajoye Sun Jul 6 17:06:43 2008 UTC Modified files: /php-src/ext/gd config.w32 gd.c Log: - update lib/headers detection - nuke unused variables http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.24&r2=1.25&diff_format=u Index: php-src/ext/gd/con

[PHP-CVS] cvs: php-src /ext/gd config.w32 gd.c php_gd.h

2007-04-17 Thread Pierre-Alain Joye
pajoye Tue Apr 17 15:11:56 2007 UTC Modified files: /php-src/ext/gd config.w32 gd.c php_gd.h Log: - add imagegrabwindow and imagegrabscreen (win32 only) capture a window using its handle or a full screen optional bbox and to/from clipboard will follow

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

2007-04-11 Thread Pierre-Alain Joye
pajoye Wed Apr 11 11:45:19 2007 UTC Modified files: /php-src/ext/gd config.w32 Log: - add HAVE_GD_FONTMUTEX and HAVE_GD_FONTCACHESHUTDOWN to win32 build http://cvs.php.net/viewvc.cgi/php-src/ext/gd/config.w32?r1=1.22&r2=1.23&diff_format=u Index: php-src/

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

2007-04-06 Thread Pierre-Alain Joye
pajoye Fri Apr 6 15:42:27 2007 UTC Modified files: /php-src/ext/gd config.w32 Log: - MFB: Fix windows mutex intialization, add HAVE_GD_FONTMUTEX and HAVE_LIBFREETYPE to config.w32 (Thanks to Frank for the report) http://cvs.php.net/viewvc.cgi/php-sr

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

2005-12-26 Thread Pierre-Alain Joye
pajoye Mon Dec 26 20:34:43 2005 EDT Modified files: /php-src/ext/gd config.w32 gd.c gd.dsp Log: - remove USE_GD_IOCTX, both bundled and extern lib use IOCTX http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/config.w32?r1=1.16&r2=1.17&diff_format=u Index: php

[PHP-CVS] cvs: php-src /ext/gd config.w32 gd.dsp

2005-12-22 Thread Pierre-Alain Joye
pajoye Thu Dec 22 23:25:06 2005 EDT Modified files: /php-src/ext/gd config.w32 gd.dsp Log: - remove HAVE_GDIMAGECOLORRESOLVE here too (w32) http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/config.w32?r1=1.15&r2=1.16&diff_format=u Index: php-src/ext/gd/confi

[PHP-CVS] cvs: php-src /ext/gd config.w32 gd.dsp

2005-12-14 Thread Pierre-Alain Joye
pajoye Wed Dec 14 19:12:58 2005 EDT Modified files: /php-src/ext/gd config.w32 gd.dsp Log: - remove HAVE_GD_GD2 on windows as well http://cvs.php.net/viewcvs.cgi/php-src/ext/gd/config.w32?r1=1.11&r2=1.12&diff_format=u Index: php-src/ext/gd/config.w32 dif

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

2005-10-02 Thread Pierre-Alain Joye
pajoye Sun Oct 2 14:31:38 2005 EDT Modified files: /php-src/ext/gd config.w32 Log: - remove gdttf http://cvs.php.net/diff.php/php-src/ext/gd/config.w32?r1=1.10&r2=1.11&ty=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/config.w32:1.10 php-src/

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

2005-08-07 Thread Jani Taskinen
sniper Sun Aug 7 17:00:30 2005 EDT Modified files: /php-src/ext/gd config.w32 Log: Missing entry http://cvs.php.net/diff.php/php-src/ext/gd/config.w32?r1=1.9&r2=1.10&ty=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/config.w32:1.9 php-src/ext/gd

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

2005-08-06 Thread Edin Kadribasic
edink Sat Aug 6 18:20:06 2005 EDT Modified files: /php-src/ext/gd config.w32 Log: Only link zlib if we dont compile it in (#3406) http://cvs.php.net/diff.php/php-src/ext/gd/config.w32?r1=1.8&r2=1.9&ty=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext

[PHP-CVS] cvs: php-src /ext/gd config.w32 /win32/build confutils.js

2005-08-01 Thread Edin Kadribasic
edink Mon Aug 1 17:57:10 2005 EDT Modified files: /php-src/ext/gd config.w32 /php-src/win32/buildconfutils.js Log: Allow building gd on windows systems without t1lib (M. Sisolak) #33620 http://cvs.php.net/diff.php/php-src/ext/gd/config.w32?r1

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

2005-04-25 Thread Edin Kadribasic
edink Mon Apr 25 05:08:49 2005 EDT Modified files: /php-src/ext/gd config.w32 Log: Added T1LIB support on Windows (#32809) http://cvs.php.net/diff.php/php-src/ext/gd/config.w32?r1=1.6&r2=1.7&ty=u Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/conf

[PHP-CVS] cvs: php-src /ext/gd config.w32 /win32/build Makefile

2004-01-07 Thread Wez Furlong
wez Wed Jan 7 18:36:37 2004 EDT Modified files: /php-src/ext/gd config.w32 /php-src/win32/buildMakefile Log: win32 build: gd should build shared by default don't use php.ini when running mkdist.php Index: php-src/ext/gd/config.w32 diff

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

2003-12-31 Thread Frank M. Kromann
fmk Wed Dec 31 14:28:32 2003 EDT Modified files: /php-src/ext/gd config.w32 Log: Make sure zlib.lib is found Index: php-src/ext/gd/config.w32 diff -u php-src/ext/gd/config.w32:1.3 php-src/ext/gd/config.w32:1.4 --- php-src/ext/gd/config.w32:1.3 Mon

[PHP-CVS] cvs: php-src /ext/gd config.w32 /win32/build confutils.js

2003-12-22 Thread Wez Furlong
wez Mon Dec 22 17:33:44 2003 EDT Modified files: /php-src/ext/gd config.w32 /php-src/win32/buildconfutils.js Log: For GD, build the extension as php_gd2.dll instead of php_gd.dll. Thanks again Frank :-) Index: php-src/ext/gd/config.w32 dif

Re: [PHP-CVS] cvs: php-src /ext/gd config.w32 /win32/build config.w32 confutils.js

2003-12-06 Thread Frank M. Kromann
I've started on imap, and only need to resolve a few linker conflicts. It will be using imap-2002e. - Frank > wez Sat Dec 6 21:58:57 2003 EDT > > Modified files: > /php-src/ext/gd config.w32 > /php-src/win32/build config.w32 confutils.js > Log: > t

[PHP-CVS] cvs: php-src /ext/gd config.w32 /win32/build config.w32 confutils.js

2003-12-06 Thread Wez Furlong
wez Sat Dec 6 21:58:57 2003 EDT Modified files: /php-src/ext/gd config.w32 /php-src/win32/buildconfig.w32 confutils.js Log: tweak build so that it mirrors the source filesystem layout under the build dir. This allows GD extension to build.

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

2003-12-06 Thread Edin Kadribasic
edink Sat Dec 6 20:59:28 2003 EDT Added files: /php-src/ext/gd config.w32 Log: First attemt at win32 build with the new build system. #No workie yet, the build sys needs tweaking Index: php-src/ext/gd/config.w32 +++ php-src/ext/gd/config.w32 // $Id: