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

2002-10-10 Thread Sebastian Bergmann
sebastian Fri Oct 11 00:44:15 2002 EDT Modified files: /php4/ext/standard formatted_print.c Log: Fix ZTS build. Index: php4/ext/standard/formatted_print.c diff -u php4/ext/standard/formatted_print.c:1.54 php4/ext/standard/formatted_print.c:1.55 --- p

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

2002-10-10 Thread Ilia Alshanetsky
iliaa Thu Oct 10 23:19:39 2002 EDT Modified files: /php4/ext/standard string.c Log: Switched from localeconv to localeconv_r, which is apparently thread-safe. Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.321 php4/ext/standard/str

Re: [PHP-CVS] cvs: php4 /ext/standard formatted_print.c string.c

2002-10-10 Thread Ilia A.
On October 10, 2002 08:55 pm, Sean R. Bright wrote: > localeconv is not threadsafe AFAIK, which is why the localeconv_r > function was introduced. I'll make the correction. Also, does HAVE_SETLOCALE necessarily imply > HAVE_LOCALECONV? I believe it is, on all the systems I have access to both

RE: [PHP-CVS] cvs: php4 /ext/standard formatted_print.c string.c

2002-10-10 Thread Sean R. Bright
localeconv is not threadsafe AFAIK, which is why the localeconv_r function was introduced. Also, does HAVE_SETLOCALE necessarily imply HAVE_LOCALECONV? -Original Message- From: Ilia Alshanetsky [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 10, 2002 12:30 PM To: [EMAIL PROTECTED] Su

[PHP-CVS] cvs: php4 / NEWS

2002-10-10 Thread Jani Taskinen
sniper Thu Oct 10 17:28:39 2002 EDT Modified files: /php4 NEWS Log: SP Index: php4/NEWS diff -u php4/NEWS:1.1196 php4/NEWS:1.1197 --- php4/NEWS:1.1196Thu Oct 10 14:41:20 2002 +++ php4/NEWS Thu Oct 10 17:28:38 2002 @@ -1,11 +1,11 @@ PHP 4

[PHP-CVS] cvs: php4 /tests/lang 034.phpt

2002-10-10 Thread Melvyn Sopacua
msopacuaThu Oct 10 15:52:13 2002 EDT Modified files: /php4/tests/lang034.phpt Log: Sorry, shouldn't use undo on packetloss connections Index: php4/tests/lang/034.phpt diff -u php4/tests/lang/034.phpt:1.4 php4/tests/lang/034.phpt:1.5 --- php4/test

Re: [PHP-CVS] cvs: php4 /ext/iconv/tests Quotes.UTF-8 translit-utf8.inc translit-utf8.phpt

2002-10-10 Thread Moriyoshi Koizumi
glibc iconv translit'ed like below: -- "Hello" 'Hello' ,,Hello" ,Hello' "Hello" 'Hello' ,,Hello" ,Hello' -- How can we do with this result? IMO transliteration is very implementation specific feature, and further tests may make no sense as long as doing the same ones with the dif

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

2002-10-10 Thread Sterling Hughes
sterlingThu Oct 10 15:24:46 2002 EDT Modified files: /php4/ext/standard array.c Log: revert patch Index: php4/ext/standard/array.c diff -u php4/ext/standard/array.c:1.196 php4/ext/standard/array.c:1.197 --- php4/ext/standard/array.c:1.196 Wed Oc

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

2002-10-10 Thread Sebastian Bergmann
sebastian Thu Oct 10 15:08:13 2002 EDT Modified files: /php4/main config.w32.h.in Log: Break it again (after 4.3.0-pre1 :-) Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.15 php4/main/config.w32.h.in:1.16 --- php4/main/config.w32

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

2002-10-10 Thread Andrei Zmievski
andrei Thu Oct 10 15:07:12 2002 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: Back to 4.3.0-dev. Index: php4/configure.in diff -u php4/configure.in:1.382 php4/configure.in:1.383 --- php4/configure.in:1.382 Thu Oct 10 1

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

2002-10-10 Thread Melvyn Sopacua
msopacuaThu Oct 10 15:06:01 2002 EDT Added files: /php4/ext/iconv/tests translit-failure.phpt Log: Another small test for iconv transliteration, from GNU libiconv testkit Index: php4/ext/iconv/tests/translit-failure.phpt +++ php4/ext/iconv/

[PHP-CVS] cvs: php4 / makedist

2002-10-10 Thread Derick Rethans
derick Thu Oct 10 15:01:34 2002 EDT Modified files: /php4 makedist Log: - Argh... test before commit Index: php4/makedist diff -u php4/makedist:1.27 php4/makedist:1.28 --- php4/makedist:1.27 Thu Oct 10 14:39:09 2002 +++ php4/makedist Thu Oct 10

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

2002-10-10 Thread Andrey Hristov
andrey Thu Oct 10 14:41:25 2002 EDT Modified files: /php4/ext/standard string.c Log: ws fixes Index: php4/ext/standard/string.c diff -u php4/ext/standard/string.c:1.320 php4/ext/standard/string.c:1.321 --- php4/ext/standard/string.c:1.320Thu Oct 10 12:

[PHP-CVS] cvs: php4 / NEWS

2002-10-10 Thread Ilia Alshanetsky
iliaa Thu Oct 10 14:41:20 2002 EDT Modified files: /php4 NEWS Log: Bug fix news. Index: php4/NEWS diff -u php4/NEWS:1.1195 php4/NEWS:1.1196 --- php4/NEWS:1.1195Thu Oct 10 07:32:27 2002 +++ php4/NEWS Thu Oct 10 14:41:20 2002 @@ -1,6 +1,8 @@ PHP

[PHP-CVS] cvs: php4 / makedist

2002-10-10 Thread Derick Rethans
derick Thu Oct 10 14:39:09 2002 EDT Modified files: /php4 makedist Log: - Fix typo Index: php4/makedist diff -u php4/makedist:1.26 php4/makedist:1.27 --- php4/makedist:1.26 Thu Oct 10 14:37:07 2002 +++ php4/makedist Thu Oct 10 14:39:09 2002 @@

[PHP-CVS] cvs: php4 / makedist

2002-10-10 Thread Derick Rethans
derick Thu Oct 10 14:37:07 2002 EDT Modified files: /php4 makedist Log: - Update makedist script Index: php4/makedist diff -u php4/makedist:1.25 php4/makedist:1.26 --- php4/makedist:1.25 Sat Aug 24 05:56:51 2002 +++ php4/makedist Thu Oct 10 14:

[PHP-CVS] cvs: php4 /tests/lang 034.phpt

2002-10-10 Thread Andrei Zmievski
andrei Thu Oct 10 14:36:12 2002 EDT Modified files: /php4/tests/lang034.phpt Log: Fix the test after Ilia's patch. Index: php4/tests/lang/034.phpt diff -u php4/tests/lang/034.phpt:1.3 php4/tests/lang/034.phpt:1.4 --- php4/tests/lang/034.phpt:1.3

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

2002-10-10 Thread Sebastian Bergmann
sebastian Thu Oct 10 13:45:36 2002 EDT Modified files: /php4/main config.w32.h.in Log: Revert to revision 1.13 for 4.3.0-pre1. Index: php4/main/config.w32.h.in diff -u php4/main/config.w32.h.in:1.14 php4/main/config.w32.h.in:1.15 --- php4/main/config.

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

2002-10-10 Thread Andrei Zmievski
andrei Thu Oct 10 13:34:13 2002 EDT Modified files: /php4 configure.in /php4/main php_version.h Log: Update to 4.3.0-pre1. Index: php4/configure.in diff -u php4/configure.in:1.381 php4/configure.in:1.382 --- php4/configure.in:1.381 Tue Oct

[PHP-CVS] cvs: php4 /ext/mbstring/tests 025.inc

2002-10-10 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 10 13:16:46 2002 EDT Modified files: /php4/ext/mbstring/tests025.inc Log: Fixed the encoding Index: php4/ext/mbstring/tests/025.inc diff -u php4/ext/mbstring/tests/025.inc:1.1 php4/ext/mbstring/tests/025.inc:1.2 --- php4/ext/mbstr

[PHP-CVS] cvs: php4 /ext/mbstring/tests 021.inc 022.inc 023.inc 024.inc 025.inc 025.phpt

2002-10-10 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 10 13:05:05 2002 EDT Added files: /php4/ext/mbstring/tests025.inc 025.phpt Modified files: /php4/ext/mbstring/tests021.inc 022.inc 023.inc 024.inc Log: Updated the test cases so that they use mb_regex_set_op

[PHP-CVS] cvs: php4 / CODING_STANDARDS

2002-10-10 Thread Jon Parise
jon Thu Oct 10 13:03:49 2002 EDT Modified files: /php4 CODING_STANDARDS Log: Adding a new item (number 11) that explains why it's important to use emalloc() and friends in place of the standard C library functions. Index: php4/CODING_STANDARDS di

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

2002-10-10 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 10 13:00:38 2002 EDT Modified files: /php4/ext/mbstring php_mbregex.c Log: Fixed mb_regex_set_options() Index: php4/ext/mbstring/php_mbregex.c diff -u php4/ext/mbstring/php_mbregex.c:1.14 php4/ext/mbstring/php_mbregex.c:1.15 --- php4

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

2002-10-10 Thread Moriyoshi Koizumi
moriyoshi Thu Oct 10 12:57:52 2002 EDT Modified files: /php4/ext/mbstring config.m4 Log: --disable-mbregex had no effect Index: php4/ext/mbstring/config.m4 diff -u php4/ext/mbstring/config.m4:1.26 php4/ext/mbstring/config.m4:1.27 --- php4/ext/mbstr

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

2002-10-10 Thread Melvyn Sopacua
msopacuaThu Oct 10 12:49:33 2002 EDT Modified files: /php4/ext/iconv/tests translit-utf8.phpt Log: It used to be 003 Index: php4/ext/iconv/tests/translit-utf8.phpt diff -u php4/ext/iconv/tests/translit-utf8.phpt:1.1 php4/ext/iconv/tests/transl

[PHP-CVS] cvs: php4 /tests/lang 034.phpt

2002-10-10 Thread Melvyn Sopacua
msopacuaThu Oct 10 12:39:53 2002 EDT Modified files: /php4/tests/lang034.phpt Log: Fix platform dependencies, setlocale output, bug #19836 Testing numerics, so set numeric. If the platform doesn't support this category, passing this test is more

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

2002-10-10 Thread Ilia Alshanetsky
iliaa Thu Oct 10 12:29:35 2002 EDT Modified files: /php4/ext/standard string.c formatted_print.c Log: This patch fixes handling of floats on locales where decimal point is not a '.'. Problem is best demonstrated by bug #17079. Index: php4/ext/stand

[PHP-CVS] cvs: php4 / run-tests.php

2002-10-10 Thread Melvyn Sopacua
msopacuaThu Oct 10 12:08:15 2002 EDT Modified files: /php4 run-tests.php Log: When you say string, match at least one char in EXPECTF section Plus a little protection against globbing like ext/foo/tests/* or worse. # yes, I've done that

[PHP-CVS] cvs: php4 /ext/ctype/tests 002.phpt

2002-10-10 Thread Melvyn Sopacua
msopacuaThu Oct 10 11:27:11 2002 EDT Modified files: /php4/ext/ctype/tests 002.phpt Log: Fix platform dependencies, setlocale output, bug #19836 Index: php4/ext/ctype/tests/002.phpt diff -u php4/ext/ctype/tests/002.phpt:1.4 php4/ext/ctype/tests

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

2002-10-10 Thread Ilia Alshanetsky
iliaa Thu Oct 10 10:46:07 2002 EDT Modified files: /php4/ext/pfpro pfpro.c Log: Fixed a few more memory leaks. Index: php4/ext/pfpro/pfpro.c diff -u php4/ext/pfpro/pfpro.c:1.24 php4/ext/pfpro/pfpro.c:1.25 --- php4/ext/pfpro/pfpro.c:1.24 Wed Oct 9 22:2

[PHP-CVS] cvs: php4 / NEWS

2002-10-10 Thread Yasuo Ohgaki
yohgaki Thu Oct 10 07:32:28 2002 EDT Modified files: /php4 NEWS Log: Fixed entry Index: php4/NEWS diff -u php4/NEWS:1.1194 php4/NEWS:1.1195 --- php4/NEWS:1.1194Wed Oct 9 03:45:17 2002 +++ php4/NEWS Thu Oct 10 07:32:27 2002 @@ -23,7 +23,7 @@ (