RE: [jug-discussion] Help needed with trivial Java - VB6 and/or VB.NET rewrite

2002-11-06 Thread Art Gramlich
I'd do a c# version :) -Original Message- From: William H. Mitchell [mailto:whm;mse.com] Sent: Wednesday, November 06, 2002 8:41 AM To: [EMAIL PROTECTED] Subject: [jug-discussion] Help needed with trivial Java - VB6 and/or VB.NET rewrite I'm teaching a class on object-oriented

[PHP-CVS] cvs: php4 /ext/dba config.m4 dba.c dba_flatfile.c dba_flatile.c /ext/dba/libflatfile flatfile.c flatfile.h

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 04:17:51 2002 EDT Added files: /php4/ext/dba dba_flatfile.c Removed files: /php4/ext/dba dba_flatile.c Modified files: /php4/ext/dba config.m4 dba.c /php4/ext/dba/libflatfile

[PHP-CVS] cvs: php4 /ext/dba config.m4

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 05:08:38 2002 EDT Modified files: /php4/ext/dba config.m4 Log: There shall never be an external library for this (hopefully). Index: php4/ext/dba/config.m4 diff -u php4/ext/dba/config.m4:1.27 php4/ext/dba/config.m4:1.28 ---

Re: [PHP-CVS] cvs: php4 /ext/curl config.m4

2002-11-06 Thread Wez Furlong
On 11/06/02, Wez Furlong [EMAIL PROTECTED] wrote: Modified files: /php4/ext/curlconfig.m4 Log: Disable --with-curlwrappers. (Pending support from libcurl itself) + PHP_CHECK_LIBRARY(curl,curl_version_info, + [ +AC_DEFINE(HAVE_CURL_VERSION_INFO,1,[ ])

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

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 05:43:41 2002 EDT Modified files: /php4/ext/dba dba_flatfile.c Log: fix locks and reading #i will extend the tests to guard on such failures Index: php4/ext/dba/dba_flatfile.c diff -u php4/ext/dba/dba_flatfile.c:1.1

[PHP-CVS] cvs: php4 /ext/dba/tests skipif.inc

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 06:59:14 2002 EDT Modified files: /php4/ext/dba/tests skipif.inc Log: -convert from dos to unix file -disallow cdb_make Index: php4/ext/dba/tests/skipif.inc diff -u php4/ext/dba/tests/skipif.inc:1.2 php4/ext/dba/tests/skipif.inc:1.3 ---

[PHP-CVS] cvs: php4 /ext/dba/tests dba_handler.inc test.inc

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 07:01:38 2002 EDT Modified files: /php4/ext/dba/tests dba_handler.inc test.inc Log: -convert from dos to unix file Index: php4/ext/dba/tests/dba_handler.inc diff -u php4/ext/dba/tests/dba_handler.inc:1.2

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities02.phpt htmlentities03.phpt htmlentities04.phpt

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 10:06:35 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities02.phpt htmlentities03.phpt htmlentities04.phpt Log: Made skip conditions

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities02.phpt htmlentities03.phpt htmlentities04.phpt

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 10:15:00 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities02.phpt htmlentities03.phpt htmlentities04.phpt Log: Oops, preg_match()

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:29:17 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed segfaults in case the specified encoding is not acceptable to iconv. Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.61

[PHP-CVS] cvs: php4 /ext/iconv/tests iconv002.phpt

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:37:11 2002 EDT Modified files: /php4/ext/iconv/tests iconv002.phpt Log: Stricter SKIPIF conditions Index: php4/ext/iconv/tests/iconv002.phpt diff -u php4/ext/iconv/tests/iconv002.phpt:1.3

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

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:54:18 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Clean up Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.62 php4/ext/iconv/iconv.c:1.63 --- php4/ext/iconv/iconv.c:1.62 Wed Nov 6 11:29:16 2002 +++

[PHP-CVS] cvs: php4 /ext/dbx/tests 005.phpt

2002-11-06 Thread Marcus Börger
helly Wed Nov 6 11:56:44 2002 EDT Modified files: /php4/ext/dbx/tests 005.phpt Log: added missing magic_quotes_runtime=0 Index: php4/ext/dbx/tests/005.phpt diff -u php4/ext/dbx/tests/005.phpt:1.8 php4/ext/dbx/tests/005.phpt:1.9 ---

[PHP-CVS] cvs: php4 /ext/iconv/tests iconv003.phpt

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:57:54 2002 EDT Added files: /php4/ext/iconv/tests iconv003.phpt Log: Added a test case to check the behaviour on failure Index: php4/ext/iconv/tests/iconv003.phpt +++ php4/ext/iconv/tests/iconv003.phpt --TEST-- iconv()

[PHP-CVS] cvs: php4 /ext/iconv/tests iconv001.phpt iconv002.phpt ob_iconv_handler.phpt

2002-11-06 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 6 11:58:08 2002 EDT Modified files: /php4/ext/iconv/tests iconv001.phpt iconv002.phpt ob_iconv_handler.phpt Log: Cosmetics Index: php4/ext/iconv/tests/iconv001.phpt diff -u

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

2002-11-06 Thread Sascha Schumann
sas Wed Nov 6 12:31:04 2002 EDT Modified files: /php4/sapi/thttpd thttpd_patch Log: - use TCP_DEFER_ACCEPT - don't timeout connections which are managed by IRCG - don't generate invalid HTTP replies, if the client did not send a request line yet

[PHP-CVS] cvs: php4 /ext/dba dba.c dba_cdb.c dba_db2.c dba_db3.c dba_dbm.c dba_flatfile.c dba_gdbm.c dba_ndbm.c

2002-11-06 Thread Sascha Schumann
sas Wed Nov 6 12:59:04 2002 EDT Modified files: /php4/ext/dba dba.c dba_cdb.c dba_db2.c dba_db3.c dba_dbm.c dba_flatfile.c dba_gdbm.c dba_ndbm.c Log: emalloc never returns 0, so we can simplify the code paths. also replace