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:
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
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
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
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
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
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
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
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
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/
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
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
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/
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
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
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
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.
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
18 matches
Mail list logo