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

2009-06-04 Thread Pierre-Alain Joye
pajoye Thu Jun 4 06:59:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/main main.c Log: - [DOC] add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections) see

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

2009-06-04 Thread Pierre-Alain Joye
pajoye Thu Jun 4 07:00:37 2009 UTC Modified files: /php-src/main main.c Log: - [DOC] MF53: add PHP_WINDOWS_NT_* and PHP_WINDOWS_VERSION_* constants (usefull for testing and features detections) see

[PHP-DOC] cvs: php-src /ext/gd config.m4 config.w32 gd.c php_gd.h /ext/gd/libgd gd.c gd_compat.h gd_rotate.c

2009-05-27 Thread Pierre-Alain Joye
function Added on 2003/12 - * by Pierre-Alain Joye (paj...@pearfr.org) - **/ -/* Begin rotate function */ -#ifdef ROTATE_PI -#undef ROTATE_PI -#endif /* ROTATE_PI */ - -#define ROTATE_DEG2RAD 3.1415926535897932384626433832795/180 -void gdImageSkewX (gdImagePtr dst, gdImagePtr src, int uRow, int iOffset

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/gd config.m4 config.w32 gd.c php_gd.h /ext/gd/libgd gd.c gd_compat.h

2009-05-27 Thread Pierre-Alain Joye
@@ } } - -/* - * Rotate function Added on 2003/12 - * by Pierre-Alain Joye (paj...@pearfr.org) - **/ -/* Begin rotate function */ -#ifdef ROTATE_PI -#undef ROTATE_PI -#endif /* ROTATE_PI */ - -#define ROTATE_DEG2RAD 3.1415926535897932384626433832795/180 -void gdImageSkewX (gdImagePtr dst

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

2009-05-27 Thread Pierre-Alain Joye
Index: php-src/ext/gd/libgd/gd_rotate.c +++ php-src/ext/gd/libgd/gd_rotate.c #if HAVE_GD_BUNDLED # include gd.h #else # include gd.h #endif #include gd_intern.h #include math.h /* * Rotate function Added on 2003/12 * by Pierre-Alain Joye (pie...@php.net) **/ /* Begin rotate function */ #ifdef

[PHP-DOC] cvs: php-src /ext/gd config.m4 config.w32 gd.c php_gd.h /ext/gd/libgd gd_color.c gd_topal.c

2009-05-27 Thread Pierre-Alain Joye
pajoye Wed May 27 08:12:08 2009 UTC Added files: /php-src/ext/gd/libgd gd_color.c Modified files: /php-src/ext/gd config.m4 config.w32 gd.c php_gd.h /php-src/ext/gd/libgd gd_topal.c Log: - [DOC] always enable

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/gd config.m4 config.w32 gd.c php_gd.h /ext/gd/libgd gd_color.c gd_compat.h gd_topal.c

2009-05-27 Thread Pierre-Alain Joye
pajoye Wed May 27 08:18:24 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/gd/libgd gd_color.c Modified files: /php-src/ext/gd config.m4 config.w32 gd.c php_gd.h /php-src/ext/gd/libgd gd_compat.h gd_topal.c Log: -

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/gd config.m4 config.w32 gd.c php_gd.h /ext/gd/libgd gd.c gd_compat.h gd_filter.c gd_intern.h

2009-05-26 Thread Pierre-Alain Joye
; } - -/* Filters function added on 2003/12 - * by Pierre-Alain Joye (paj...@pearfr.org) - **/ -/* Begin filters function */ -#ifndef HAVE_GET_TRUE_COLOR -#define GET_PIXEL_FUNCTION(src)(src-trueColor?gdImageGetTrueColorPixel:gdImageGetPixel) -#endif - -/* invert src image */ -int gdImageNegate(gdImagePtr src

[PHP-DOC] cvs: php-src /ext/gd config.m4 gd.c /ext/gd/libgd gd.h gd_compat.h gd_filter.c gd_intern.h

2009-05-26 Thread Pierre-Alain Joye
@@ +#if HAVE_GD_BUNDLED +# include gd.h +#else +# include gd.h +#endif + +#include gd_intern.h + +/* Filters function added on 2003/12 + * by Pierre-Alain Joye (pie...@php.net) + **/ +/* Begin filters function */ +#define GET_PIXEL_FUNCTION(src)(src-trueColor?gdImageGetTrueColorPixel:gdImageGetPixel

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/gd config.m4 config.w32 gd.c /ext/gd/libgd gd.c gd_compat.h

2009-05-26 Thread Pierre-Alain Joye
) - * Function added by Pierre-Alain Joye 02/08/2003 (p...@pearfr.org) - * See the ellipse function simplification for the equation - * as well as the midpoint algorithm. - */ - -void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) -{ - int x=0,mx1=0,mx2=0,my1=0,my2=0

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

2009-05-26 Thread Pierre-Alain Joye
and gdImageFilledEllipse) * Function added by Pierre-Alain Joye 02/08/2003 (p...@pearfr.org) * See the ellipse function simplification for the equation * as well as the midpoint algorithm. */ void gdImageEllipse(gdImagePtr im, int mx, int my, int w, int h, int c) { int x=0,mx1=0,mx2=0,my1=0,my2=0

[PHP-DOC] cvs: php-src /ext/curl interface.c

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 12:12:40 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/curl interface.c

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 12:12:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - MFH: [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/curl interface.c

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:09:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - [DOC] MFH: #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD

[PHP-DOC] cvs: php-src /ext/curl interface.c

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:11:34 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - [DOC] a note about the symbol - version page/doc http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.155r2=1.156diff_format=u Index:

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/curl interface.c

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:11:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - [DOC] a note about the symbol - version page/doc

[PHP-DOC] cvs: php-src /ext/curl interface.c

2009-05-04 Thread Pierre-Alain Joye
pajoye Mon May 4 14:09:13 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD

[PHP-DOC] cvs: php-src /ext/curl interface.c php_curl.h

2009-05-03 Thread Pierre-Alain Joye
pajoye Sun May 3 14:58:06 2009 UTC Modified files: /php-src/ext/curl interface.c php_curl.h Log: - [DOC] #41712, implement progress callback - add constants CURLOPT_NOPROGRESS and CURLOPT_PROGRESSFUNCTION

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/curl interface.c php_curl.h

2009-05-03 Thread Pierre-Alain Joye
pajoye Sun May 3 14:59:46 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c php_curl.h Log: - [DOC] MFH: #41712, implement progress callback - add constants CURLOPT_PROGRESSFUNCTION

[PHP-DOC] cvs: php-src /ext/imap php_imap.c php_imap.h /ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt

2009-05-02 Thread Pierre-Alain Joye
pajoye Sat May 2 17:32:36 2009 UTC Added files: /php-src/ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt Modified files: /php-src/ext/imap php_imap.c php_imap.h Log: - [DOC] add

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/imap php_imap.c php_imap.h /ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt

2009-05-02 Thread Pierre-Alain Joye
pajoye Sat May 2 17:59:46 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/imap/tests imap_mutf7_to_utf8.phpt imap_utf8_to_mutf7_basic.phpt Modified files: /php-src/ext/imap php_imap.c php_imap.h

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/imap php_imap.c php_imap.h

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 08:22:57 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/imap php_imap.c php_imap.h Log: - [DOC] add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior

[PHP-DOC] cvs: php-src /ext/imap php_imap.c php_imap.h

2009-04-28 Thread Pierre-Alain Joye
pajoye Tue Apr 28 08:23:32 2009 UTC Modified files: /php-src/ext/imap php_imap.c php_imap.h Log: - [DOC] MFB: add imap_gc (purge cache(s) and constants IMAP_GC_ELT, IMAP_GC_ENV and IMAP_GC_TEXTS to control imap_gc behavior

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/intl config.m4 php_intl.c /ext/intl/idn idn.c idn.h

2009-01-26 Thread Pierre-Alain Joye
pajoye Mon Jan 26 22:30:58 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/intl/idn idn.c idn.h Modified files: /php-src/ext/intl config.m4 php_intl.c Log: - [DOC] add IDN support, idn_to_ascii and idn_to_utf8 tests and

[PHP-DOC] cvs: php-src /ext/curl interface.c

2009-01-25 Thread Pierre-Alain Joye
pajoye Sun Jan 25 16:27:27 2009 UTC Modified files: /php-src/ext/curl interface.c Log: - [DOC] Add support for SSH via libssh2 - new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY, CURLSSH_AUTH_PASSWORD, CURLSSH_AUTH_HOST,

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/curl interface.c

2009-01-25 Thread Pierre-Alain Joye
pajoye Sun Jan 25 16:28:19 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/curl interface.c Log: - MFH - [DOC] Add support for SSH via libssh2 - new constants: CURLE_SSH, CURLSSH_AUTH_NONE, CURLSSH_AUTH_PUBLICKEY, CURLSSH_AUTH_PASSWORD,

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard file.c /ext/standard/tests/file fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2009-01-19 Thread Pierre-Alain Joye
pajoye Tue Jan 20 01:40:07 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard file.c /php-src/ext/standard/tests/filefnmatch_basic.phpt fnmatch_error.phpt

[PHP-DOC] cvs: php-src /ext/standard file.c /ext/standard/tests/file fnmatch_basic.phpt fnmatch_error.phpt fnmatch_variation.phpt

2009-01-19 Thread Pierre-Alain Joye
pajoye Tue Jan 20 01:41:19 2009 UTC Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filefnmatch_basic.phpt fnmatch_error.phpt

[PHP-DOC] cvs: php-src /win32 time.c time.h unistd.h

2009-01-18 Thread Pierre-Alain Joye
pajoye Mon Jan 19 02:29:24 2009 UTC Modified files: /php-src/win32 time.c time.h unistd.h Log: - add nanosleep - expose nanosleep and usleep - [DOC] time_ nanosleep and time_ sleep_ until available on windows

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c /win32 time.c time.h unistd.h /win32/build config.w32.h.in

2009-01-18 Thread Pierre-Alain Joye
pajoye Mon Jan 19 02:35:22 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c /php-src/win32/buildconfig.w32.h.in /php-src/win32 time.c time.h unistd.h Log: - MFH: - add nanosleep - expose

[PHP-DOC] cvs: php-src /main main.c win32_internal_function_disabled.h

2009-01-16 Thread Pierre-Alain Joye
pajoye Fri Jan 16 10:02:50 2009 UTC Modified files: /php-src/main win32_internal_function_disabled.h main.c Log: MFB: - add EG(windows_version_info), set at init time once per instance contains a OSVERSIONINFOEX struct. It lets us determine easily

[PHP-DOC] cvs: php-src(PHP_5_3) / NEWS

2009-01-14 Thread Pierre-Alain Joye
pajoye Wed Jan 14 09:46:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - NEWS entry for the recent DNS improvement - [DOC] already submitted but it is a good summary

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

2009-01-14 Thread Pierre-Alain Joye
pajoye Wed Jan 14 10:16:15 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/gd/libgd gd_png.c Log: - [DOC] support for PNG gray levels+ alpha image, loaded as truecolor

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

2009-01-14 Thread Pierre-Alain Joye
pajoye Wed Jan 14 10:16:42 2009 UTC Modified files: /php-src/ext/gd/libgd gd_png.c Log: - [DOC] support for PNG gray levels+ alpha image, loaded as truecolor http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_png.c?r1=1.26r2=1.27diff_format=u Index:

[PHP-DOC] cvs: php-src /ext/standard basic_functions.c config.w32 dns.c dns.h dns_win32.c

2009-01-06 Thread Pierre-Alain Joye
pajoye Tue Jan 6 20:44:56 2009 UTC Added files: /php-src/ext/standard dns_win32.c Modified files: /php-src/ext/standard basic_functions.c config.w32 dns.c dns.h Log: - [DOC] add support for all DNS function on Windows -

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c config.w32 dns.c dns.h dns_win32.c

2009-01-06 Thread Pierre-Alain Joye
pajoye Tue Jan 6 20:48:21 2009 UTC Added files: (Branch: PHP_5_3) /php-src/ext/standard dns_win32.c Modified files: /php-src/ext/standard basic_functions.c config.w32 dns.c dns.h Log: - [MFH] - [DOC] add support for all DNS

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard dns_win32.c

2009-01-06 Thread Pierre-Alain Joye
pajoye Tue Jan 6 23:23:28 2009 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard dns_win32.c Log: - [DOC] VC6 does not have NAPTR http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns_win32.c?r1=1.1.2.2r2=1.1.2.3diff_format=u Index:

[PHP-DOC] cvs: php-src /ext/standard dns_win32.c

2009-01-06 Thread Pierre-Alain Joye
pajoye Tue Jan 6 23:50:30 2009 UTC Modified files: /php-src/ext/standard dns_win32.c Log: - [DOC] MFB: VC6 does not have NAPTR http://cvs.php.net/viewvc.cgi/php-src/ext/standard/dns_win32.c?r1=1.1r2=1.2diff_format=u Index:

[PHP-DOC] cvs: php-src(PHP_5_3) /win32/build config.w32.h.in

2008-12-31 Thread Pierre-Alain Joye
pajoye Wed Dec 31 19:47:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfig.w32.h.in Log: - enable gehostname on windows [DOC]

[PHP-DOC] cvs: php-src /win32/build config.w32.h.in

2008-12-31 Thread Pierre-Alain Joye
pajoye Wed Dec 31 19:49:06 2008 UTC Modified files: /php-src/win32/buildconfig.w32.h.in Log: - MFB: enable gehostname on windows [DOC] http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.20r2=1.21diff_format=u Index:

[PHP-DOC] cvs: php-src(PHP_5_3) / NEWS

2008-08-29 Thread Pierre-Alain Joye
pajoye Fri Aug 29 11:20:19 2008 UTC Modified files: (Branch: PHP_5_3) /php-srcNEWS Log: - [DOC] ming has been moved to pecl http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.291r2=1.2027.2.547.2.965.2.292diff_format=u Index: php-src/NEWS

[PHP-DOC] cvs: php-src /ext/standard/tests/network inet.phpt

2008-08-21 Thread Pierre-Alain Joye
pajoye Thu Aug 21 23:28:21 2008 UTC Modified files: /php-src/ext/standard/tests/network inet.phpt Log: - [DOC] fix test, chr uses codepoint as input http://cvs.php.net/viewvc.cgi/php-src/ext/standard/tests/network/inet.phpt?r1=1.3r2=1.4diff_format=u Index:

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard basic_functions.c

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:11:01 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard basic_functions.c Log: - [DOC] MFH: make putenv behaves like unix putenv on Windows: . FOO=1234 = set FOO to 1234 . FOO= = set FOO to an empty string .

[PHP-DOC] cvs: php-src /ext/standard basic_functions.c

2008-08-18 Thread Pierre-Alain Joye
pajoye Mon Aug 18 07:09:20 2008 UTC Modified files: /php-src/ext/standard basic_functions.c Log: - [DOC] make putenv behaves like unix putenv on Windows: . FOO=1234 = set FOO to 1234 . FOO= = set FOO to an empty string . FOO= = unset FOO .

[PHP-DOC] cvs: php-src /ext/standard exec.c /ext/standard/tests/general_functions escapeshellcmd-win32.phpt

2008-08-17 Thread Pierre-Alain Joye
pajoye Sun Aug 17 15:23:23 2008 UTC Modified files: /php-src/ext/standard exec.c /php-src/ext/standard/tests/general_functions escapeshellcmd-win32.phpt Log: - [DOC] improve fix for #43261

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard exec.c /ext/standard/tests/general_functions escapeshellcmd-win32.phpt

2008-08-17 Thread Pierre-Alain Joye
pajoye Sun Aug 17 15:23:45 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/ext/standard exec.c /php-src/ext/standard/tests/general_functions escapeshellcmd-win32.phpt Log: - [DOC] MFH:

[PHP-DOC] cvs: php-src /ext/standard file.c /ext/standard/tests/file copy_variation4-win32.phpt copy_variation4.phpt

2008-08-11 Thread Pierre-Alain Joye
pajoye Mon Aug 11 13:09:01 2008 UTC Removed files: /php-src/ext/standard/tests/filecopy_variation4-win32.phpt Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filecopy_variation4.phpt Log: - [DOC]

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/standard file.c /ext/standard/tests/file copy_variation4-win32.phpt copy_variation4.phpt

2008-08-11 Thread Pierre-Alain Joye
pajoye Mon Aug 11 13:11:31 2008 UTC Removed files: (Branch: PHP_5_3) /php-src/ext/standard/tests/filecopy_variation4-win32.phpt Modified files: /php-src/ext/standard file.c /php-src/ext/standard/tests/filecopy_variation4.phpt

[PHP-DOC] cvs: php-src /ext/date/tests 009.phpt 009_win32.phpt

2008-08-10 Thread Pierre-Alain Joye
pajoye Sun Aug 10 11:27:26 2008 UTC Added files: /php-src/ext/date/tests 009_win32.phpt Modified files: /php-src/ext/date/tests 009.phpt Log: - [DOC] win's strftime does not support all posix formatting code and have some win

[PHP-DOC] cvs: php-src(PHP_5_3) /ext/date/tests 009.phpt 009_win32.phpt

2008-08-10 Thread Pierre-Alain Joye
pajoye Sun Aug 10 11:27:48 2008 UTC Added files: (Branch: PHP_5_3) /php-src/ext/date/tests 009_win32.phpt Modified files: /php-src/ext/date/tests 009.phpt Log: - [DOC] win's strftime does not support all posix formatting code and

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

2008-06-23 Thread Pierre-Alain Joye
pajoye Mon Jun 23 08:11:31 2008 UTC Modified files: (Branch: PHP_5_3) /php-src/win32/buildconfutils.js Log: - add a MESSAGE function [DOC] to be used instead of STDOUT in config.w32, it allows them to be redirected (like in a quiet mode) - add the

[PHP-DOC] cvs: php-src /ext/standard basic_functions.c basic_functions.h

2008-05-24 Thread Pierre-Alain Joye
pajoye Sat May 24 14:36:16 2008 UTC Modified files: /php-src/ext/standard basic_functions.c basic_functions.h Log: - [DOC] restore get_magic_quotes_gpc and get_magic_quotes_runtime they always return false. (let save the world, spare bandwidth and

[PHP-DOC] 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-DOC] 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-DOC] 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-DOC] cvs: phpdoc /en/reference/zip/functions ziparchive-getfromname.xml

2007-06-24 Thread Pierre-Alain Joye
pajoye Sun Jun 24 21:49:35 2007 UTC Modified files: /phpdoc/en/reference/zip/functions ziparchive-getfromname.xml Log: - remove wrong flags, they do not work with this method

[PHP-DOC] cvs: phpdoc /en/reference/filter reference.xml

2007-06-14 Thread Pierre-Alain Joye
pajoye Thu Jun 14 08:03:47 2007 UTC Modified files: /phpdoc/en/reference/filter reference.xml Log: - #41681, missing option and constant for FILTER_VALIDATE_FLOAT

[PHP-DOC] cvs: php-src(PHP_5_2) /ext/gd config.w32 gd.c php_gd.h

2007-04-17 Thread Pierre-Alain Joye
pajoye Tue Apr 17 15:31:45 2007 UTC Modified files: (Branch: PHP_5_2) /php-src/ext/gd config.w32 gd.c php_gd.h Log: - MFH: add imagegrabwindow and imagegrabscreen (win32 only) [DOC] capture a window using its handle or a full screen

[PHP-DOC] cvs: phpdoc /entities global.ent

2007-04-10 Thread Pierre-Alain Joye
pajoye Tue Apr 10 13:32:19 2007 UTC Modified files: /phpdoc/entitiesglobal.ent Log: - fix libgd url http://cvs.php.net/viewvc.cgi/phpdoc/entities/global.ent?r1=1.289r2=1.290diff_format=u Index: phpdoc/entities/global.ent diff -u

[PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-10-20 Thread Pierre-Alain Joye
pajoye Fri Oct 20 15:26:17 2006 UTC Modified files: /phpdoc/en/reference/filter ini.xml Log: - remaining old function name http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.6r2=1.7diff_format=u Index: phpdoc/en/reference/filter/ini.xml

[PHP-DOC] cvs: phpdoc /en/reference/filter/functions filter-var-array.xml

2006-10-20 Thread Pierre-Alain Joye
pajoye Fri Oct 20 15:28:24 2006 UTC Modified files: /phpdoc/en/reference/filter/functions filter-var-array.xml Log: - s/input_var_array/filter_var_array/

[PHP-DOC] cvs: phpdoc /en/reference/filter ini.xml

2006-10-20 Thread Pierre-Alain Joye
pajoye Fri Oct 20 18:06:13 2006 UTC Modified files: /phpdoc/en/reference/filter ini.xml Log: - explain which values can be used in filter.default http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/ini.xml?r1=1.7r2=1.8diff_format=u Index:

[PHP-DOC] cvs: phpdoc /en/install pecl.xml

2006-10-19 Thread Pierre-Alain Joye
pajoye Thu Oct 19 21:09:02 2006 UTC Modified files: /phpdoc/en/install pecl.xml Log: - replace pear by pecl. pecl is the pecl.php.net installer (default channel of pecl is pecl.php.net not pear.php.net)

[PHP-DOC] cvs: phpdoc /en/reference/filter/functions filter-data.xml filter-has-var.xml filter-id.xml filter-input-array.xml filter-input.xml filter-list.xml filter-var-array.xml filter-var.xml input-

2006-10-19 Thread Pierre-Alain Joye
pajoye Fri Oct 20 01:47:29 2006 UTC Added files: /phpdoc/en/reference/filter/functions filter-has-var.xml filter-id.xml filter-input-array.xml

[PHP-DOC] cvs: phpdoc /en/reference/filter configure.xml constants.xml ini.xml

2006-10-19 Thread Pierre-Alain Joye
pajoye Fri Oct 20 01:48:13 2006 UTC Modified files: /phpdoc/en/reference/filter configure.xml constants.xml ini.xml Log: - filter api shakeup 2/2 http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/configure.xml?r1=1.1r2=1.2diff_format=u Index:

[PHP-DOC] cvs: phpdoc /en/reference/zip/functions ziparchive-addfile.xml

2006-10-13 Thread Pierre-Alain Joye
pajoye Fri Oct 13 07:35:01 2006 UTC Modified files: /phpdoc/en/reference/zip/functions ziparchive-addfile.xml Log: - wrong ) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/functions/ziparchive-addfile.xml?r1=1.3r2=1.4diff_format=u Index:

[PHP-DOC] cvs: phpdoc /en/reference/gmp/functions gmp-init.xml

2006-10-09 Thread Pierre-Alain Joye
pajoye Mon Oct 9 23:32:17 2006 UTC Modified files: /phpdoc/en/reference/gmp/functions gmp-init.xml Log: - #3, add octal description and a note about the default base from the gmp docs

[PHP-DOC] cvs: phpdoc /en/reference/zip constants.xml

2006-08-13 Thread Pierre-Alain Joye
pajoye Sun Aug 13 22:15:55 2006 UTC Modified files: /phpdoc/en/reference/zipconstants.xml Log: - add ZIPARCHIVE::OVERWRITE http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/constants.xml?r1=1.3r2=1.4diff_format=u Index:

[PHP-DOC] cvs: phpdoc /en/reference/zip/functions ziparchive-addfile.xml ziparchive-addfromstring.xml ziparchive-deleteindex.xml ziparchive-deletename.xml ziparchive-extractto.xml ziparchive-getarchiv

2006-08-12 Thread Pierre-Alain Joye
pajoye Sat Aug 12 15:54:51 2006 UTC Modified files: /phpdoc/en/reference/zip/functions ziparchive-addfile.xml ziparchive-addfromstring.xml ziparchive-deleteindex.xml

[PHP-DOC] cvs: phpdoc /en/reference/enchant functions.xml reference.xml /en/reference/enchant/functions enchant-broker-describe.xml enchant-broker-dict-exists.xml enchant-broker-free-dict.xml enchant

2006-08-11 Thread Pierre-Alain Joye
pajoye Fri Aug 11 17:30:20 2006 UTC Added files: /phpdoc/en/reference/enchantfunctions.xml reference.xml /phpdoc/en/reference/enchant/functions enchant-broker-describe.xml

[PHP-DOC] cvs: phpdoc /entities global.ent

2006-08-11 Thread Pierre-Alain Joye
pajoye Fri Aug 11 17:32:15 2006 UTC Modified files: /phpdoc/entitiesglobal.ent Log: - add url.example http://cvs.php.net/viewvc.cgi/phpdoc/entities/global.ent?r1=1.269r2=1.270diff_format=u Index: phpdoc/entities/global.ent diff -u

[PHP-DOC] cvs: phpdoc /en/reference/zip configure.xml

2006-08-11 Thread Pierre-Alain Joye
pajoye Fri Aug 11 22:10:00 2006 UTC Modified files: /phpdoc/en/reference/zipconfigure.xml Log: - 5.2 or later and new version does not require ext libs ([EMAIL PROTECTED], philip)

[PHP-DOC] cvs: phpdoc /en/reference/zip reference.xml

2006-04-02 Thread Pierre-Alain Joye
pajoye Sun Apr 2 14:39:17 2006 UTC Modified files: /phpdoc/en/reference/zipreference.xml Log: - little not about the drop of zzlib, write mode and pecl activities

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imageantialias.xml

2005-09-10 Thread Pierre-Alain Joye
pajoye Sat Sep 10 06:41:15 2005 EDT Modified files: /phpdoc/en/reference/image/functionsimageantialias.xml Log: - Document the antialising functions and how they work Feel free to fix my english or grammar, or make it even more clear

[PHP-DOC] cvs: phpdoc /en/reference/image/functions imageantialias.xml

2005-09-10 Thread Pierre-Alain Joye
pajoye Sat Sep 10 06:57:39 2005 EDT Modified files: /phpdoc/en/reference/image/functionsimageantialias.xml Log: - add some unsupported features http://cvs.php.net/diff.php/phpdoc/en/reference/image/functions/imageantialias.xml?r1=1.6r2=1.7ty=u

Re: [PHP-DOC] cvs: phpdoc /en/reference/image/functionsimageistruecolor.xml imagesavealpha.xml

2003-03-01 Thread Pierre-Alain Joye
Log: Adding documentation by Pierre-Alain Joye for these two functions. Thank's pierre -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] imageistruecolor and imagesavealpha

2003-02-28 Thread Pierre-Alain Joye
Hello, Better to check which I include :), here is the correct imagesavealpha.xml hth pierre ?xml version=1.0 encoding=iso-8859-1? !-- $Revision: 1.4 $ -- !-- splitted from ./en/functions/image.xml, last change in rev 1.36 -- refentry id=function.imagesavealpha refnamediv

Re: [PHP-DOC] cvs: phpdoc /en/reference/image/functionsimagearc.xml imagechar.xml imagecharup.xml imagedashedline.xmlimageellipse.xml imagefill.xml imagefilledarc.xml imagefilledellipse.xmlimagefilledpolygon.xml imagefilledrectangle.xml imagefilltoborder.xmlimagegd2.xml imageline.xml imagepolygon.xml imagepsbbox.xmlimagepsfreefont.xml imagesetpixel.xml imagettftext.xml imagetypes.xml

2003-02-12 Thread Pierre-Alain Joye
On Wed, 12 Feb 2003 17:49:08 - Damien Seguy [EMAIL PROTECTED] wrote: dams Wed Feb 12 12:49:08 2003 EDT imageellipse.xml imagefilledellipse.xml Both are available too in the bundle GD,

Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 12:55:20 +0200 Andrey Hristov [EMAIL PROTECTED] wrote: isn't only the generation impossible? Yes, reading gif works. pierre -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 10:48:57 - CHAILLAN Nicolas [EMAIL PROTECTED] wrote: nicos Tue Jan 14 05:48:57 2003 EDT Modified files: /phpdoc/en/reference/imagereference.xml /phpdoc/en/reference/image/functions imagecreatefromgif.xml Log:

Re: [PHP-DOC] cvs: phpdoc /en/reference/image reference.xml /en/reference/image/functions imagecreatefromgif.xml

2003-01-14 Thread Pierre-Alain Joye
On Tue, 14 Jan 2003 12:01:54 +0100 [EMAIL PROTECTED] wrote: Well Derick was with me saying that GD bundled didn't supported GIF so... but few minutes after my commit we've seen that it supported read... Not always my fault. You misunderstand my point of view (and I do not think I'm the only

Re: [PHP-DOC] #21630 [Opn]: imageCreateFromGIF doesn't work

2003-01-14 Thread Pierre-Alain Joye
Hello, Someone may add my comment (the explanation of color approximation) to the image documentation, for imagecopyresample and imagerotate, that may help and skip futur bogus post ? As far as you consider it as usefull, thank's pierre -- PHP Documentation Mailing List (http://www.php.net/)

Re: [PHP-DOC] cvs: phpdoc /en/reference/image/functionsimagesetstyle.xml

2002-12-22 Thread Pierre-Alain Joye
On Fri, 20 Dec 2002 03:34:54 - Damien Seguy [EMAIL PROTECTED] wrote: dams Thu Dec 19 22:34:54 2002 EDT Modified files: /phpdoc/en/reference/image/functions imagesetstyle.xml Log: fixing error in the example It seems there's an error in the code,

Re: [PHP-DOC] Re: phpdoc /en/appendices aliases.xml migration.xml migration4.xml phpdevel.xml reserved.constants.core.xml reserved.constants.standard.xml resources.xml tokens.xml

2002-11-20 Thread Pierre-Alain Joye
On Wed, 20 Nov 2002 14:13:17 +0100 [EMAIL PROTECTED] wrote: P.S: Thomas, you need to commit to phpdoc-es not phpdoc. Brazilian people does not speak spanish, phpdoc-pt_BR is the right place. hth pa -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP-DOC] [GD] imagerotate.xml

2002-10-29 Thread Pierre-Alain Joye
Hello, Please find it as attachment the xml file for the new image/imagerotate function. As Dams just told me, I post this file here. Thank's in advance, pa -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DOC] [GD] imagerotate.xml

2002-10-29 Thread Pierre-Alain Joye
txt attachment :) ?xml version=1.0 encoding=iso-8859-1? !-- $Revision: 1.2 $ -- !-- splitted from ./en/functions/image.xml, last change in rev 1.36 -- refentry id=function.imagecopy refnamediv refnameimagerotate/refname refpurposeRotate an image using a given angle/refpurpose

Re: [PHP-DOC] [GD] imagerotate.xml

2002-10-29 Thread Pierre-Alain Joye
On Tue, 29 Oct 2002 17:20:08 +0100 Gabor Hojtsy [EMAIL PROTECTED] wrote: Please find it as attachment the xml file for the new image/imagerotate function. As Dams just told me, I post this file here. Added. thanks pa -- PHP Documentation Mailing List (http://www.php.net/) To

[PHP-DOC] Re: [PHP-DEV] Re: [PHP-DOC] iconv-extension

2002-10-08 Thread Pierre-Alain Joye
On Tue, 08 Oct 2002 23:43:42 +0900 Yasuo Ohgaki [EMAIL PROTECTED] wrote: Gabor Hojtsy wrote: What php-dev guys think about this? Goba Except there may be some lib detection problems on some platforms. It's stable, IMO. Without specify anything detection failed on RH7.3 (latest