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
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
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:
-
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
=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
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
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
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
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_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&
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
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/
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
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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
.
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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=
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
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
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
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/
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/
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/
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
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
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
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
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.
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
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
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
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
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
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
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
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/)
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
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:
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
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
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
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
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
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
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
89 matches
Mail list logo