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

2002-11-08 Thread Maxim Maletsky
Actually, i was just about to mention one thing - in math.c on line 779 (I think) it warn of an unasigned comparison compilation. I was about to work out a patch and submit it as I got no karma for that part. Why don't you take over it once you're there :) -- Maxim Maletsky [EMAIL PROTECTED]

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

2002-11-08 Thread Andrei Zmievski
andrei Fri Nov 8 19:43:37 2002 EDT Modified files: /php4/ext/pcre php_pcre.c Log: Fix memory leak in non-ZTS mode. Index: php4/ext/pcre/php_pcre.c diff -u php4/ext/pcre/php_pcre.c:1.130 php4/ext/pcre/php_pcre.c:1.131 --- php4/ext/pcre/php_pcre.c:1.130

[PHP-CVS] cvs: CVSROOT / avail

2002-11-08 Thread Stig Bakken
ssb Fri Nov 8 19:01:17 2002 EDT Modified files: /CVSROOTavail Log: * give nicos access to peardoc Index: CVSROOT/avail diff -u CVSROOT/avail:1.533 CVSROOT/avail:1.534 --- CVSROOT/avail:1.533 Fri Nov 8 10:41:40 2002 +++ CVSROOT/avail Fri Nov 8

[PHP-CVS] cvs: php4 /main fopen_wrappers.c

2002-11-08 Thread Ilia Alshanetsky
iliaa Fri Nov 8 17:48:02 2002 EDT Modified files: /php4/main fopen_wrappers.c Log: Made open_basedir error more descriptive. Index: php4/main/fopen_wrappers.c diff -u php4/main/fopen_wrappers.c:1.152 php4/main/fopen_wrappers.c:1.153 --- php4/main/fopen_wr

[PHP-CVS] cvs: php4 /ext/tokenizer php_tokenizer.h

2002-11-08 Thread Andrei Zmievski
andrei Fri Nov 8 16:20:49 2002 EDT Modified files: /php4/ext/tokenizer php_tokenizer.h Log: Remove unnecessary comments. Index: php4/ext/tokenizer/php_tokenizer.h diff -u php4/ext/tokenizer/php_tokenizer.h:1.3 php4/ext/tokenizer/php_tokenizer.h:1.4 --- php4

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

2002-11-08 Thread Moriyoshi Koizumi
moriyoshi Fri Nov 8 13:40:55 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Use proper types Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.64 php4/ext/iconv/iconv.c:1.65 --- php4/ext/iconv/iconv.c:1.64 Fri Nov 8 13:06:31 20

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

2002-11-08 Thread Moriyoshi Koizumi
moriyoshi Fri Nov 8 13:06:31 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed typo Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.63 php4/ext/iconv/iconv.c:1.64 --- php4/ext/iconv/iconv.c:1.63 Wed Nov 6 11:54:18 2002 +++

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

2002-11-08 Thread Sterling Hughes
sterlingFri Nov 8 12:58:43 2002 EDT Modified files: /php4/ext/curl curl.c php_curl.h Log: add support for curl 7.10.* constants (at least most of them) add support for persistent connections Index: php4/ext/curl/curl.c diff -u php4/ext/curl/cu

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

2002-11-08 Thread Moriyoshi Koizumi
moriyoshi Fri Nov 8 12:46:29 2002 EDT Added files: /php4/tests/langbug19566.phpt Log: Added a test for bug #19566 Index: php4/tests/lang/bug19566.phpt +++ php4/tests/lang/bug19566.phpt --TEST-- Bug #19566 (get_declared_classes() segfaults) --FI

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities06.phpt

2002-11-08 Thread Marcus Börger
Thats clear. My comment had a different background: When there is no error until access to $php_errormsg you will receive your warning then. Thats why i used if(@$php_errormsg) ... marcus At 18:15 08.11.2002, Ilia A. wrote: We need to set it to NULL because it may be already set by another PHP o

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities06.phpt

2002-11-08 Thread Ilia A.
We need to set it to NULL because it may be already set by another PHP operation prior to htmlentities(). Ilia On November 8, 2002 12:03 pm, Marcus Boerger wrote: > helly Fri Nov 8 12:03:06 2002 EDT > > Modified files: > /php4/ext/standard/tests/strings htmlentities06.phpt > Lo

[PHP-CVS] cvs: php4 /ext/standard/tests/strings htmlentities06.phpt

2002-11-08 Thread Marcus Boerger
helly Fri Nov 8 12:03:06 2002 EDT Modified files: /php4/ext/standard/tests/stringshtmlentities06.phpt Log: hide possible warnings #Why should one initialize $php_errormsg to NULL #It would be easier to have it initialised by the system, wouldn't it?

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

2002-11-08 Thread Sterling Hughes
sterlingFri Nov 8 10:49:32 2002 EDT Modified files: /php4/ext/standard basic_functions.c Log: use consistent constants Index: php4/ext/standard/basic_functions.c diff -u php4/ext/standard/basic_functions.c:1.542 php4/ext/standard/basic_functions.c:

[PHP-CVS] cvs: CVSROOT / avail

2002-11-08 Thread Rasmus Lerdorf
rasmus Fri Nov 8 10:41:43 2002 EDT Modified files: /CVSROOTavail Log: Karma Index: CVSROOT/avail diff -u CVSROOT/avail:1.532 CVSROOT/avail:1.533 --- CVSROOT/avail:1.532 Thu Nov 7 17:46:27 2002 +++ CVSROOT/avail Fri Nov 8 10:41:40 2002 @@ -27,7 +

[PHP-CVS] cvs: php4 /sapi/thttpd thttpd.c

2002-11-08 Thread Sascha Schumann
sas Fri Nov 8 08:29:33 2002 EDT Modified files: /php4/sapi/thttpd thttpd.c Log: s/PHP_API/PHP_API_VERSION/ Index: php4/sapi/thttpd/thttpd.c diff -u php4/sapi/thttpd/thttpd.c:1.76 php4/sapi/thttpd/thttpd.c:1.77 --- php4/sapi/thttpd/thttpd.c:1.76 Th

[PHP-CVS] cvs: php4 /build shtool

2002-11-08 Thread Marcus Boerger
helly Fri Nov 8 03:46:15 2002 EDT Modified files: /php4/build shtool Log: -update to version 1.6.2 -added path command as requested by jani Index: php4/build/shtool diff -u php4/build/shtool:1.3 php4/build/shtool:1.4 --- php4/build/shtool:1.3 Thu M

[PHP-CVS] cvs: php4 /main SAPI.c php_content_types.c

2002-11-08 Thread Hartmut Holzgraefe
hholzgraFri Nov 8 03:41:53 2002 EDT Modified files: /php4/main SAPI.c php_content_types.c Log: fix for #20198: "always_populate_raw_post_data = On" breaks HTTP file uploads Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.153 php4/main/SAPI.c:1.

Re: [PHP-CVS] cvs: php4 /ext/standard/tests/image getimagesize.phpt image_type_to_mime_type.phpt skipif_imagetype.inc

2002-11-08 Thread Marcus Börger
Why remove the IMAGETYPE_SWC check comment here. I wrote it to the list complete, so everyone can see that some types are excluded. Anyway thanks for the swf/swc files and tests! marcus At 03:50 08.11.2002, Ilia Alshanetsky wrote: iliaa Thu Nov 7 21:50:28 2002 EDT Modified files: