[PHP-CVS] cvs: php4(PHP_4_3) /ext/imap config.m4 php_imap.c

2003-01-17 Thread Jani Taskinen
sniper Sat Jan 18 02:01:12 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/imap config.m4 php_imap.c Log: MFH: Fix bug: #21687, imap extension does not include gss authentication mechanism Index: php4/ext/imap/config.m4 diff -u php4/ext/imap/config.m4:

[PHP-CVS] cvs: php4 /ext/imap config.m4 php_imap.c

2003-01-17 Thread Jani Taskinen
sniper Sat Jan 18 02:00:49 2003 EDT Modified files: /php4/ext/imap config.m4 php_imap.c Log: Fix bug: #21687, imap extension does not include gss authentication mechanism Index: php4/ext/imap/config.m4 diff -u php4/ext/imap/config.m4:1.50 php4/ext/imap/con

[PHP-CVS] cvs: php4 /ext/standard/tests/image getimagesize.phpt

2003-01-17 Thread Ilia Alshanetsky
iliaa Fri Jan 17 18:57:43 2003 EDT Modified files: /php4/ext/standard/tests/image getimagesize.phpt Log: Added missing test result. Index: php4/ext/standard/tests/image/getimagesize.phpt diff -u php4/ext/standard/tests/image/getimagesize.phpt:1.5 php4

[PHP-CVS] cvs: php4 / header

2003-01-17 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 17 17:54:47 2003 EDT Modified files: /php4 header Log: Bump year. Index: php4/header diff -u php4/header:1.10 php4/header:1.11 --- php4/header:1.10Thu Feb 28 03:25:27 2002 +++ php4/header Fri Jan 17 17:54:47 2003 @@ -2,7 +2,7

[PHP-CVS] cvs: php4 /win32 md5crypt.c

2003-01-17 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 17 17:45:25 2003 EDT Modified files: /php4/win32 md5crypt.c Log: WS fix Index: php4/win32/md5crypt.c diff -u php4/win32/md5crypt.c:1.2 php4/win32/md5crypt.c:1.3 --- php4/win32/md5crypt.c:1.2 Tue Dec 31 10:59:14 2002 +++ php4/win32/md

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

2003-01-17 Thread Ilia Alshanetsky
iliaa Fri Jan 17 16:37:57 2003 EDT Modified files: /php4/ext/gdgd.c Log: Removed pointless checks of array_init() return value. Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.244 php4/ext/gd/gd.c:1.245 --- php4/ext/gd/gd.c:1.244 Fri Jan 17

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

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

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

2003-01-17 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 17 15:00:33 2003 EDT Modified files: /php4/ext/standard filters.c Log: Fixed a quoted printable decoder so that it would conform to RFC2045. Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.21 php4/ext/standard

[PHP-CVS] cvs: php4(PHP_4_3) /sapi/thttpd thttpd.c thttpd_patch

2003-01-17 Thread Sascha Schumann
sas Fri Jan 17 14:11:38 2003 EDT Modified files: (Branch: PHP_4_3) /php4/sapi/thttpd thttpd.c thttpd_patch Log: MFH POST fixes Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.77.2.2 php4/sapi/thttpd/thttpd.c:1.77.2.3 --- php4/sapi/th

[PHP-CVS] cvs: php4(PHP_4) /sapi/thttpd thttpd.c thttpd_patch

2003-01-17 Thread Sascha Schumann
sas Fri Jan 17 14:10:39 2003 EDT Modified files: (Branch: PHP_4) /php4/sapi/thttpd thttpd.c thttpd_patch Log: MFH POST fixes Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.77.2.2 php4/sapi/thttpd/thttpd.c:1.77.2.2.2.1 --- php4/sapi/

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c thttpd_patch

2003-01-17 Thread Sascha Schumann
sas Fri Jan 17 13:53:23 2003 EDT Modified files: /php4/sapi/thttpd thttpd.c thttpd_patch Log: Fix POST handling once and for all. The daemon now never blocks and handles uploads of up to 2GB on 32 bit platforms. Uploads >16KB are put into a file-backe

[PHP-CVS] cvs: php4 /ext/standard image.c /ext/standard/tests/image image_type_to_mime_type.phpt test1pix.jp2

2003-01-17 Thread Marcus Boerger
helly Fri Jan 17 13:51:31 2003 EDT Added files: /php4/ext/standard/tests/image test1pix.jp2 Modified files: /php4/ext/standard image.c /php4/ext/standard/tests/image image_type_to_mime_type.phpt Log: fix jp2 detection and

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

2003-01-17 Thread Ilia Alshanetsky
iliaa Fri Jan 17 13:34:07 2003 EDT Modified files: /php4/ext/gdgd.c /php4/ext/gd/libgd gd.c gd.h gd_gd2.c gd_jpeg.c Log: Syncronize bundled GD library with latest GD (2.0.11). Index: php4/ext/gd/gd.c diff -u php4/ext/gd/gd.c:1.243 php4/ext/gd/

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

2003-01-17 Thread Derick Rethans
derick Fri Jan 17 13:12:39 2003 EDT Modified files: (Branch: PHP_4_3) /php4/ext/standard info.c Log: - MFH: Fixed a bug that made that no newline was displayed when there was no value for a row. Index: php4/ext/standard/info.c diff -u php4/ext/standard/i

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

2003-01-17 Thread Derick Rethans
derick Fri Jan 17 13:07:10 2003 EDT Modified files: /php4/ext/standard info.c Log: - Fixed a bug that made that no newline was displayed when there was no value for a row. Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.222 php4/ext/s

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

2003-01-17 Thread Andrey Hristov
andrey Fri Jan 17 11:33:01 2003 EDT Modified files: /php4/ext/swf swf.c Log: Removed pointless checks around array_init(). Index: php4/ext/swf/swf.c diff -u php4/ext/swf/swf.c:1.47 php4/ext/swf/swf.c:1.48 --- php4/ext/swf/swf.c:1.47 Tue Dec 31 11:0

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

2003-01-17 Thread Ilia Alshanetsky
iliaa Fri Jan 17 11:07:39 2003 EDT Modified files: /php4/ext/imap php_imap.c Log: Fixed memory leaks in imap_get_quota & imap_get_quotaroot. Removed pointless checks around array_init(). Index: php4/ext/imap/php_imap.c diff -u php4/ext/imap/php_imap.

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

2003-01-17 Thread Moriyoshi Koizumi
moriyoshi Fri Jan 17 04:04:03 2003 EDT Modified files: /php4/ext/standard filters.c Log: Significant speed enhancements. I was underestimating the power of recent CPUs :) Index: php4/ext/standard/filters.c diff -u php4/ext/standard/filters.c:1.20 php