[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 http://msdn.microsoft.com/en-us/library/ms724451(VS.8

[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 http://msdn.microsoft.com/en-us/library/ms

[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 /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 imagecolo

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

2009-05-27 Thread Pierre-Alain Joye
=1.1 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 #endif #include "gd_intern.h" #include /* * Rotate function Added on 2003/12 * by Pierre-Alain Joye (pie...@php.net) **/ /* Begin r

[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
2.21.2.12 php-src/ext/gd/libgd/gd.c:1.90.2.1.2.21.2.13 --- php-src/ext/gd/libgd/gd.c:1.90.2.1.2.21.2.12 Tue May 26 20:12:45 2009 +++ php-src/ext/gd/libgd/gd.c Wed May 27 07:17:54 2009 @@ -2557,540 +2557,6 @@ } } - -/* - * Rotate function Added on 2003/12 - * by Pierre-Alain

[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
xt/gd/libgd/gd.c:1.126 --- php-src/ext/gd/libgd/gd.c:1.125 Tue May 26 19:56:17 2009 +++ php-src/ext/gd/libgd/gd.c Wed May 27 07:16:55 2009 @@ -2550,540 +2550,6 @@ } } - -/* - * Rotate function Added on 2003/12 - * by Pierre-Alain Joye (paj...@pearfr.org) - **/ -/* Begin rotate functi

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

2009-05-26 Thread Pierre-Alain Joye
ions (gdImageEllipse 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

[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
oor(x))) +# endif #endif #ifdef _OSD_POSIX /* BS2000 uses the EBCDIC char set instead of ASCII */ @@ -1751,107 +1755,6 @@ } } - -/** - * Integer Ellipse functions (gdImageEllipse and gdImageFilledEllipse) - * Function added by Pierre-Alain Joye 02/08/2003 (p...@pearfr.org) - * S

[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
/ PHP_FUNCTION(imageantialias) { @@ -4740,7 +4726,6 @@ ZEND_FETCH_RESOURCE(im, gdImagePtr, &IM, -1, "Image", le_gd); gdImageAntialias(im, alias); - RETURN_TRUE; } /* }}} */ http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_filter.c?r1=1.1&r2=1.2&

[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
d/libgd/gd.c:1.90.2.1.2.21.2.11 --- php-src/ext/gd/libgd/gd.c:1.90.2.1.2.21.2.10 Sat Apr 25 06:25:55 2009 +++ php-src/ext/gd/libgd/gd.c Tue May 26 12:50:40 2009 @@ -3641,459 +3641,3 @@ *y2P = im->cy2; } - -/* Filters function added on 2003/12 - * by Pierre-Alain Joye (paj...@pearf

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/interface.c?r1=1.62.2.14.2.27.2.37&r2=1.62.2.14.2.27.2.3

[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.155&r2=1.156&diff_format=u Index: php-src/ext/curl/inter

[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 http://cvs.php.net/v

[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 http://cvs.php.net/viewvc.

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/i

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/i

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/curl/i

[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 Lo

[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 /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 http://cvs.php.net/viewvc.cgi/php-s

[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 http://cvs.php.net/view

[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 MFB

[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, CURLSSH_AU

[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, CURLSSH_AUTH_KEYBO

[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 fnmatch_variation.php

[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 fnma

[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 nanosleep

[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 http://cvs.php.net/viewvc.cgi/php-src/win32

[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 o

[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.26&r2=1.27&diff_format=u Index:

[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 http://cvs.php.net/viewvc.cgi/php-src/ext/gd/libgd/gd_png.c?r1=1.17.4.2.2.5.2.2

[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 http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.452&r2

[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.1&r2=1.2&diff_format=u Index: php-src/ext/standard/dns_win3

[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.2&r2=1.1.2.3&diff_format=u Index: php-src/e

[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 f

[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 - dn

[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.20&r2=1.21&diff_format=u Index: php-src/win32/b

[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] http://cvs.php.net/viewvc.cgi/php-src/win32/build/config.w32.h.in?r1=1.7.2.4.2.3.2.6&r2=1.7.2.4.2.3.2.7&di

[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.291&r2=1.2027.2.547.2.965.2.292&diff_format=u Index: php-src/NEWS d

[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.3&r2=1.4&diff_format=u Index: ph

[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(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 . F

[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: i

[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 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/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] d

[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 ha

[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 spec

[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 li

[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 ki

[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 http://cvs.php.net/viewvc.c

[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 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 http://cvs.php.net/viewvc.cgi/php-s

[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 http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/functions/ziparchive-getfrom

[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 http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/reference.xml?r1=1.8&r2=1.9&diff_forma

[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 http://cvs.php.net/vi

[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.289&r2=1.290&diff_format=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/global.

[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.7&r2=1.8&diff_format=u Index: phpdoc/en/re

[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/ http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/filter/functions/filter-var-array.xml?r1=1.2&r2=

[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.6&r2=1.7&diff_format=u Index: phpdoc/en/reference/filter/ini.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.1&r2=1.2&diff_format=u Index: phpdoc

[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/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) http://cvs.php.net/viewvc.cgi/phpdoc/en/install/

[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.3&r2=1.4&diff_format=u Index: phpdoc/en/

[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 http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/gmp/functions/

[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.3&r2=1.4&diff_format=u Index: phpdoc/en/reference/zip/cons

[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/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) http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/zip/configure.xml?r1

[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.269&r2=1.270&diff_format=u Index: phpdoc/entities/global.ent diff -u phpdoc/entities/globa

[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 enchant-broker-dict-exists.

[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 http://cvs.php.net/viewcvs.cgi/phpdoc/en/reference/zip/reference.xml?r1=1.7&r2=1.8&diff_fo

[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.6&r2=1.7&ty=u Inde

[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 http://cvs

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

2003-03-01 Thread Pierre-Alain Joye
ns imageistruecolor.xml > imagesavealpha.xml > 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 imagesavealpha Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images. Description boolimagesavealpha

[PHP-DOC] imageistruecolor and imagesavealpha

2003-02-28 Thread Pierre-Alain Joye
Hello, Please find as attachments the doc for the 2 new image functions: imageistruecolor and imagesavealpha. Both will be available in the next 4.3 releases, and already in head. hth pierre imageistruecolorcreate Finds whether an image is a truecolor image. Description

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 G

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 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 o

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: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/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 t

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: http://www.p

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

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

2002-10-29 Thread Pierre-Alain Joye
txt attachment :) imagerotate Rotate an image using a given angle Description ressourceimagecopy resourcesrc_im floatangle intbgd_color Rotate the images src_im using a given angle angle in degree. The color for uncovered zone us

[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

[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 (l