[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 /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

[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

[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

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

[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

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]

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

[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 ---