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
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
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
> 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
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
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
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
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
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
@@ -
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
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
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
27 matches
Mail list logo