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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 10:43:29 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4 NEWS Log: Update entry Index: php4/NEWS diff -u php4/NEWS:1.885.2.56 php4/NEWS:1.885.2.57 --- php4/NEWS:1.885.2.56Sat Sep 7 06:02:55 2002 +++ php4/NEWS Sat Sep 7

[PHP-CVS] cvs: php4 / php.ini-dist php.ini-recommended

2002-09-07 Thread Sterling Hughes
sterlingSat Sep 7 11:43:09 2002 EDT Modified files: /php4 php.ini-dist php.ini-recommended Log: add the user_agent ini option. Index: php4/php.ini-dist diff -u php4/php.ini-dist:1.153 php4/php.ini-dist:1.154 --- php4/php.ini-dist:1.153 We

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

2002-09-07 Thread Sterling Hughes
sterlingSat Sep 7 11:45:29 2002 EDT Modified files: /php4/ext/standard basic_functions.h file.c http_fopen_wrapper.c Log: @ Made the User-Agent that php's fopen wrappers send, configurable via @ php.ini or via a stream context. (Sterling) The str

Re: [PHP-CVS] cvs: php4 /ext/standard basic_functions.h file.c http_fopen_wrapper.c

2002-09-07 Thread Sterling Hughes
> sterling Sat Sep 7 11:45:29 2002 EDT > > Modified files: > /php4/ext/standardbasic_functions.h file.c http_fopen_wrapper.c > Log: > @ Made the User-Agent that php's fopen wrappers send, configurable via > @ php.ini or via a stream context. (Ster

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

2002-09-07 Thread Sterling Hughes
sterlingSat Sep 7 11:55:05 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: commit the correct/up-to-date version Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/http_fopen_wrapper.c:1.43 php4/ext/stand

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

2002-09-07 Thread Markus Fischer
On Sat, Sep 07, 2002 at 09:19:56PM +0300, Jani Taskinen wrote : > On Sat, 7 Sep 2002, Markus Fischer wrote: > > >mfischer Fri Sep 6 21:31:17 2002 EDT > > > > Modified files: (Branch: PHP_4_2_0) > >/php4NEWS > > Log: > > - This should have been in the release

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

2002-09-07 Thread Wez Furlong
wez Sat Sep 7 16:54:14 2002 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: fix warning Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/standard/php_fopen_wrapper.c:1.22 php4/ext/standard/php_fopen_wrapper.c:1.23 --- php4

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_variables.c

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 17:01:41 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_variables.c Log: Fixed POST/GET/COOKIE var handling Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.35.2.3 php4/main/php_variables.c:1.35.2.4 --- php

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 17:04:15 2002 EDT Modified files: /php4/main php_variables.c Log: MFB Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.42 php4/main/php_variables.c:1.43 --- php4/main/php_variables.c:1.42 Sun Aug 25 14:45:02 2002

[PHP-CVS] cvs: php4 /ext/standard file.c http_fopen_wrapper.c /main php_streams.h streams.c

2002-09-07 Thread Wez Furlong
wez Sat Sep 7 16:58:30 2002 EDT Modified files: /php4/ext/standard file.c http_fopen_wrapper.c /php4/main php_streams.h streams.c Log: Fix a couple of bad pointer indirections (oops). Lets stick to a single category of "http" for the "user_agent" c

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 17:05:57 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4 NEWS Log: Update entry Index: php4/NEWS diff -u php4/NEWS:1.885.2.57 php4/NEWS:1.885.2.58 --- php4/NEWS:1.885.2.57Sat Sep 7 10:43:28 2002 +++ php4/NEWS Sat Sep 7

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

2002-09-07 Thread Jani Taskinen
On Sat, 7 Sep 2002, Markus Fischer wrote: >mfischer Fri Sep 6 21:31:17 2002 EDT > > Modified files: (Branch: PHP_4_2_0) >/php4 NEWS > Log: > - This should have been in the release (but unfortunately wasn't) > # Jani: do I need a separate HEAD commit now o

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 17:08:47 2002 EDT Modified files: /php4/ext/iconv iconv.c Log: Fixed errno hanlding. Patch by Moriyoshi Koizumi <[EMAIL PROTECTED]> Index: php4/ext/iconv/iconv.c diff -u php4/ext/iconv/iconv.c:1.47 php4/ext/iconv/iconv.c:1.48 --- php4/

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 17:11:57 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4 NEWS Log: Fixed name Index: php4/NEWS diff -u php4/NEWS:1.885.2.58 php4/NEWS:1.885.2.59 --- php4/NEWS:1.885.2.58Sat Sep 7 17:05:56 2002 +++ php4/NEWS Sat Sep 7 17

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

2002-09-07 Thread Jon Parise
On Sat, Sep 07, 2002 at 07:13:43AM -, Ilia Alshanetsky wrote: > + if( reqok ) { The rest of this file uses the 'if (foo) {' style. Please remain consistent. -- Jon Parise ([EMAIL PROTECTED]) . Information Technology (2001) http://www.csh.rit.edu/~jon/ : Computer Science Ho

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

2002-09-07 Thread Wez Furlong
wez Sat Sep 7 14:59:19 2002 EDT Modified files: /php4/main user_streams.c Log: Tag user streams as being URLs, so that safe mode restrictions will come into play. Index: php4/main/user_streams.c diff -u php4/main/user_streams.c:1.17 php4/main/user_st

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

2002-09-07 Thread Wez Furlong
wez Sat Sep 7 15:00:51 2002 EDT Modified files: /php4/ext/standard php_fopen_wrapper.c Log: Implement php://output wrapper, which can be used to write to the output buffer via PHPWRITE. Index: php4/ext/standard/php_fopen_wrapper.c diff -u php4/ext/st

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

2002-09-07 Thread Hartmut Holzgraefe
hholzgraSat Sep 7 13:48:51 2002 EDT Modified files: /php4/main SAPI.c Log: WebDAV MKCOL can have post data body, see rfc2518 8.3.1 Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.148 php4/main/SAPI.c:1.149 --- php4/main/SAPI.c:1.148 Wed Sep

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

2002-09-07 Thread Ilia Alshanetsky
iliaa Sat Sep 7 17:57:12 2002 EDT Modified files: /php4/ext/standard http_fopen_wrapper.c Log: Added a check to ensure user_agent header is not sent if user_agent value if blank. Index: php4/ext/standard/http_fopen_wrapper.c diff -u php4/ext/standard/h

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

2002-09-07 Thread Jani Taskinen
sniper Sat Sep 7 15:09:09 2002 EDT Modified files: /php4/ext/gdconfig.m4 Log: This was not a good idea. Index: php4/ext/gd/config.m4 diff -u php4/ext/gd/config.m4:1.111 php4/ext/gd/config.m4:1.112 --- php4/ext/gd/config.m4:1.111 Sat Sep 7 08:53:05

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 18:51:40 2002 EDT Modified files: /php4/ext/mbstring mbstring.c Log: This should fix var handling problems finally. Index: php4/ext/mbstring/mbstring.c diff -u php4/ext/mbstring/mbstring.c:1.97 php4/ext/mbstring/mbstring.c:1.98 --- php4/e

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 19:04:15 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4 NEWS Log: Fixed typo... Index: php4/NEWS diff -u php4/NEWS:1.885.2.59 php4/NEWS:1.885.2.60 --- php4/NEWS:1.885.2.59Sat Sep 7 17:11:57 2002 +++ php4/NEWS Sat Sep 7

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

2002-09-07 Thread Jan Lehnardt
jan Sat Sep 7 19:14:23 2002 EDT Modified files: /php4/ext/standard info.c Log: - cosmetics Index: php4/ext/standard/info.c diff -u php4/ext/standard/info.c:1.199 php4/ext/standard/info.c:1.200 --- php4/ext/standard/info.c:1.199 Fri Sep 6 03:27:2

[PHP-CVS] cvs: php4 / NEWS

2002-09-07 Thread Wez Furlong
wez Sat Sep 7 19:30:48 2002 EDT Modified files: /php4 NEWS Log: Mention php://output wrapper. Index: php4/NEWS diff -u php4/NEWS:1.1112 php4/NEWS:1.1113 --- php4/NEWS:1.1112Wed Sep 4 20:35:39 2002 +++ php4/NEWS Sat Sep 7 19:30:47 2002 @@ -

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 20:27:05 2002 EDT Modified files: /php4/main php_variables.c Log: Fix last commit. This line isn't supposed to be replaced. Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.43 php4/main/php_variables.c:1.44 --- php4/ma

[PHP-CVS] cvs: php4(PHP_4_2_0) /main php_variables.c

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 20:28:10 2002 EDT Modified files: (Branch: PHP_4_2_0) /php4/main php_variables.c Log: MFH Index: php4/main/php_variables.c diff -u php4/main/php_variables.c:1.35.2.4 php4/main/php_variables.c:1.35.2.5 --- php4/main/php_variables.c:1.35.2.4

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

2002-09-07 Thread Yasuo Ohgaki
yohgaki Sat Sep 7 21:06:30 2002 EDT Modified files: /php4/main SAPI.c Log: Added missing charset. Index: php4/main/SAPI.c diff -u php4/main/SAPI.c:1.149 php4/main/SAPI.c:1.150 --- php4/main/SAPI.c:1.149 Sat Sep 7 13:48:51 2002 +++ php4/main/SAPI.c