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

2002-11-13 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 13 03:13:36 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Fixed mb_encode_mimeheader() to work with languages other than Japanese and English Index: php4/ext/mbstring/mbstring.c diff -u

[PHP-CVS] cvs: php4 / NEWS

2002-11-13 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 13 03:20:02 2002 EDT Modified files: /php4 NEWS Log: Update for a recent change on mbstring Index: php4/NEWS diff -u php4/NEWS:1.1246 php4/NEWS:1.1247 --- php4/NEWS:1.1246Tue Nov 12 11:08:39 2002 +++ php4/NEWS Wed Nov 13

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

2002-11-13 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 13 03:26:05 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: Prevented unwanted encoding detections in mb_send_mail() # This patch shouldn't break BC Index: php4/ext/mbstring/mbstring.c diff -u

[PHP-CVS] cvs: php4 /ext/mbstring/tests mb_send_mail02.phpt

2002-11-13 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 13 03:27:18 2002 EDT Modified files: /php4/ext/mbstring/testsmb_send_mail02.phpt Log: Updated the test Index: php4/ext/mbstring/tests/mb_send_mail02.phpt diff -u php4/ext/mbstring/tests/mb_send_mail02.phpt:1.1

[PHP-CVS] cvs: php4 /ext/mbstring/tests mb_send_mail05.phpt

2002-11-13 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 13 03:45:38 2002 EDT Added files: /php4/ext/mbstring/testsmb_send_mail05.phpt Log: Added a test for mb_send_mail() to check if the simplified Chinese support works Index: php4/ext/mbstring/tests/mb_send_mail05.phpt +++

[PHP-CVS] cvs: php4 / TODO

2002-11-13 Thread Andrey Hristov
andrey Wed Nov 13 04:11:19 2002 EDT Modified files: /php4 TODO Log: Already binary safe. Index: php4/TODO diff -u php4/TODO:1.135 php4/TODO:1.136 --- php4/TODO:1.135 Thu Sep 19 08:49:23 2002 +++ php4/TODO Wed Nov 13 04:11:19 2002 -158,7 +158,6

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

2002-11-13 Thread Derick Rethans
On Wed, 13 Nov 2002, Marcus Börger wrote: Normally we discuss this and come to a conclusion before we do such things here. I did such a thing once myself and wow that was NOT good! Then can you please also count the votes for enabling it in the first place when it was enabled by default in

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

2002-11-13 Thread Marcus Boerger
helly Wed Nov 13 05:17:19 2002 EDT Modified files: /php4/ext/dbdb.c Log: avoid fileno() Index: php4/ext/db/db.c diff -u php4/ext/db/db.c:1.80 php4/ext/db/db.c:1.81 --- php4/ext/db/db.c:1.80 Tue Nov 12 07:01:57 2002 +++ php4/ext/db/db.cWed

Re: [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-13 Thread Marcus Börger
At 18:59 06.11.2002, Sascha Schumann wrote: 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

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

2002-11-13 Thread Moriyoshi Koizumi
Then can you please also count the votes for enabling it in the first place when it was enabled by default in this[1] patch? I couldn't find any discussion on this. [1] http://cvs.php.net/diff.php/php4/ext/mbstring/config.m4?login=2r1=1.5r2=1.6ty=h Actually he did. Please see

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

2002-11-13 Thread Derick Rethans
On Wed, 13 Nov 2002, Moriyoshi Koizumi wrote: Then can you please also count the votes for enabling it in the first place when it was enabled by default in this[1] patch? I couldn't find any discussion on this. [1]

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

2002-11-13 Thread Thies C. Arntzen
n Wed, Nov 13, 2002 at 10:48:25AM +0100, Marcus Börger wrote: Normally we discuss this and come to a conclusion before we do such things here. I did such a thing once myself and wow that was NOT good! The votings so far: enabled: Wez, Marcus, Maxim, Rui, Moriyoshi, Yasuo not enabled Jani,

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

2002-11-13 Thread Moriyoshi Koizumi
Derick Rethans [EMAIL PROTECTED] wrote: On Wed, 13 Nov 2002, Moriyoshi Koizumi wrote: Then can you please also count the votes for enabling it in the first place when it was enabled by default in this[1] patch? I couldn't find any discussion on this. [1]

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

2002-11-13 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 13 06:57:59 2002 EDT Modified files: /php4/ext/mbstring mbfilter.c Log: Corrected Traditional Chinese language spec and the preferred MIME name of which the encoding is used in that locale. Index: php4/ext/mbstring/mbfilter.c diff

[PHP-CVS] cvs: php4 /ext/mbstring/tests mb_send_mail06.phpt

2002-11-13 Thread Moriyoshi Koizumi
moriyoshi Wed Nov 13 07:00:48 2002 EDT Added files: /php4/ext/mbstring/testsmb_send_mail06.phpt Log: Added a test for mb_send_mail() to check if the function properly handles Traditional Chinese characters. Index:

[PHP-CVS] cvs: php4 /ext/dba dba.dsp dba_cdb.c dba_flatfile.c /ext/dba/libcdb cdb.c cdb_make.c

2002-11-13 Thread Edin Kadribasic
edink Wed Nov 13 07:12:45 2002 EDT Modified files: /php4/ext/dba dba.dsp dba_cdb.c dba_flatfile.c /php4/ext/dba/libcdbcdb.c cdb_make.c Log: Added support for bundled flatfile, cdb and cdb_make handlers to win32 build of the dba extension.

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

2002-11-13 Thread Sascha Schumann
On Wed, 13 Nov 2002, Marcus Börger wrote: At 18:59 06.11.2002, Sascha Schumann wrote: 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

Re: [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-13 Thread Marcus Börger
At 13:37 13.11.2002, Sascha Schumann wrote: On Wed, 13 Nov 2002, Marcus Börger wrote: At 18:59 06.11.2002, Sascha Schumann wrote: 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

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

2002-11-13 Thread Sascha Schumann
You're right the compiler knows the size in the caller function but not in ecalloc of cause. Shouldn't then ecalloc be a compiler define? #define ecalloc(num, size) \ memset( emalloc(num*size), 0, num*size) It was like that until Aug 18th. A commit back then turned the fast macro

[PHP-CVS] cvs: php4 / run-tests2.php /ext/standard array.c dir.c

2002-11-13 Thread John Coggeshall
johnWed Nov 13 08:31:33 2002 EDT Modified files: /php4 run-tests2.php /php4/ext/standard array.c dir.c Log: Added GLOB_ONLYDIR and GLOB_BRACE for compatiable systems for the glob() function. Modified the layout and some minor logic in the

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

2002-11-13 Thread Moriyoshi Koizumi
Andrei Zmievski [EMAIL PROTECTED] wrote: On Wed, 13 Nov 2002, Marcus Börger wrote: Hatmud and Dan mentioned some comparison to other comparable changes. Which had negative side effects and generally Dan is known to be against enabling any module by default. For me the concern was that

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

2002-11-13 Thread Marcus Boerger
helly Wed Nov 13 11:28:45 2002 EDT Modified files: /php4/ext/dba/libflatfile flatfile.c flatfile.h Log: -use size_t -recheckin header as unix file Index: php4/ext/dba/libflatfile/flatfile.c diff -u php4/ext/dba/libflatfile/flatfile.c:1.4

[PHP-CVS] cvs: php4 /ext/mbstring/tests mb_send_mail05.phpt mb_send_mail06.phpt

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 11:52:49 2002 EDT Modified files: /php4/ext/mbstring/testsmb_send_mail05.phpt mb_send_mail06.phpt Log: Added a skip condition for when the encoding needed for the test is not available or supported. Index:

Re: [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-13 Thread Marcus Börger
At 14:14 13.11.2002, Sascha Schumann wrote: You're right the compiler knows the size in the caller function but not in ecalloc of cause. Shouldn't then ecalloc be a compiler define? #define ecalloc(num, size) \ memset( emalloc(num*size), 0, num*size) It was like that until Aug 18th.

[PHP-CVS] cvs: php4 /ext/mbstring/tests overload.phpt

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 12:16:33 2002 EDT Modified files: /php4/ext/mbstring/testsoverload.phpt Log: Added a skip condition for when mail() function is not avaliable. Index: php4/ext/mbstring/tests/overload.phpt diff -u

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

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 12:17:31 2002 EDT Modified files: /php4/ext/yaz php_yaz.c Log: Compile warning fix. Index: php4/ext/yaz/php_yaz.c diff -u php4/ext/yaz/php_yaz.c:1.57 php4/ext/yaz/php_yaz.c:1.58 --- php4/ext/yaz/php_yaz.c:1.57 Tue Nov 5 14:57:02

[PHP-CVS] cvs: php4 / configure.in /main php_version.h

2002-11-13 Thread Andrei Zmievski
andrei Wed Nov 13 14:19:07 2002 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: Change version to 4.4.0-dev. Index: php4/configure.in diff -u php4/configure.in:1.396 php4/configure.in:1.397 --- php4/configure.in:1.396

[PHP-CVS] cvs: php4 /ext/gd/tests imagefilter.phpt test.png

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 15:04:00 2002 EDT Added files: /php4/ext/gd/tests test.png imagefilter.phpt Log: Added tests for imagefilter() function. Index: php4/ext/gd/tests/imagefilter.phpt +++ php4/ext/gd/tests/imagefilter.phpt --TEST-- imagefilter() function

[PHP-CVS] cvs: php4 / NEWS

2002-11-13 Thread Ilia Alshanetsky
iliaa Wed Nov 13 15:07:13 2002 EDT Modified files: /php4 NEWS Log: New gd function. Index: php4/NEWS diff -u php4/NEWS:1.1249 php4/NEWS:1.1250 --- php4/NEWS:1.1249Wed Nov 13 14:40:10 2002 +++ php4/NEWS Wed Nov 13 15:07:12 2002 -13,6 +13,8 -

[PHP-CVS] cvs: php4 /main config.w32.h.in

2002-11-13 Thread Edin Kadribasic
edink Wed Nov 13 16:28:16 2002 EDT Modified files: /php4/main config.w32.h.in Log: Allow mbstring defines to be somewhere else without warnings. Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.22 php4/main/config.w32.h.in:1.23 ---

[PHP-CVS] cvs: php4 /win32 php4dll.dsp php4dllts.dsp

2002-11-13 Thread Edin Kadribasic
edink Wed Nov 13 16:29:56 2002 EDT Modified files: /php4/win32 php4dll.dsp php4dllts.dsp Log: Really remove mbstring from the build. # mbstring is gone completely as it does not build currently on win32 # as a separate module Index:

[PHP-CVS] cvs: php4(PHP_4_3) /main config.w32.h.in

2002-11-13 Thread Edin Kadribasic
edink Wed Nov 13 16:37:27 2002 EDT Modified files: (Branch: PHP_4_3) /php4/main config.w32.h.in Log: MFH (mbstring defines commented out to allow defining them elsewhere). Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.22

[PHP-CVS] cvs: php4 /ext/curl CREDITS config.m4 curl.c curl.dsp curlstreams.c interface.c multi.c php_curl.h streams.c

2002-11-13 Thread Sterling Hughes
sterlingWed Nov 13 17:25:33 2002 EDT Added files: /php4/ext/curl interface.c multi.c streams.c Removed files: /php4/ext/curl curl.c curlstreams.c Modified files: /php4/ext/curl CREDITS config.m4

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

2002-11-13 Thread Sascha Schumann
sas Wed Nov 13 18:19:12 2002 EDT Modified files: /php4/ext/ircg ircg.c Log: Remove debugging stuff Index: php4/ext/ircg/ircg.c diff -u php4/ext/ircg/ircg.c:1.138 php4/ext/ircg/ircg.c:1.139 --- php4/ext/ircg/ircg.c:1.138 Wed Nov 13 18:01:42 2002 +++

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

2002-11-13 Thread Jani Taskinen
sniper Wed Nov 13 19:21:13 2002 EDT Modified files: /php4/ext/pdf config.m4 Log: MFB: Fix for bug: #20412 Index: php4/ext/pdf/config.m4 diff -u php4/ext/pdf/config.m4:1.35 php4/ext/pdf/config.m4:1.36 --- php4/ext/pdf/config.m4:1.35 Sun Oct 20 22:46:13

[PHP-CVS] cvs: php4 / config.guess config.sub

2002-11-13 Thread Sascha Schumann
sas Wed Nov 13 19:41:53 2002 EDT Modified files: /php4 config.guess config.sub Log: upgrade files to libtool 1.4.3 shipped ones # should be safe to upgrade these to the 1.5.x ones Index: php4/config.guess diff -u php4/config.guess:1.16

[PHP-CVS] cvs: php4 / acinclude.m4 configure.in /ext/ircg config.m4 ircg.c ircg_dummy.c ircg_thttpd.c /sapi/cli config.m4

2002-11-13 Thread Sascha Schumann
sas Wed Nov 13 20:09:46 2002 EDT Added files: /php4/ext/ircg ircg_dummy.c ircg_thttpd.c Modified files: /php4 acinclude.m4 configure.in /php4/ext/ircg config.m4 ircg.c /php4/sapi/cli config.m4 Log: -

[PHP-CVS] cvs: php4(PHP_4_3) / NEWS

2002-11-13 Thread James Cox
imajes Wed Nov 13 20:57:20 2002 EDT Modified files: (Branch: PHP_4_3) /php4 NEWS Log: MFH Index: php4/NEWS diff -u php4/NEWS:1.1247.2.1 php4/NEWS:1.1247.2.2 --- php4/NEWS:1.1247.2.1Wed Nov 13 14:41:54 2002 +++ php4/NEWS Wed Nov 13 20:57:20

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

2002-11-13 Thread James Cox
imajes Wed Nov 13 21:05:54 2002 EDT Modified files: /php4/ext/standard credits.c Log: changing.. #also, i think the qa and web team needs updating -- i'd like to see web change to a more general infrastructure category... anyone care to volunteer? :)

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

2002-11-13 Thread Sterling Hughes
sterlingWed Nov 13 23:07:51 2002 EDT Modified files: /php4/ext/curl multi.c Log: remove C++ comments Index: php4/ext/curl/multi.c diff -u php4/ext/curl/multi.c:1.2 php4/ext/curl/multi.c:1.3 --- php4/ext/curl/multi.c:1.2 Wed Nov 13 17:43:31