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

2001-02-16 Thread Egon Schmid
eschmid Fri Feb 16 05:13:53 2001 EDT Modified files: /php4/ext/standard file.c Log: Wrong return type. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.140 php4/ext/standard/file.c:1.141 --- php4/ext/standard/file.c:1.140 Thu Feb 15 06:4

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

2001-03-04 Thread Sean Bright
elixer Sun Mar 4 16:20:41 2001 EDT Modified files: /php4/ext/standard file.c Log: get_meta_tags now handles single quoted attributes as well as those that are double quoted. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.144 php4/ext

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

2001-03-05 Thread Sean Bright
elixer Mon Mar 5 20:34:06 2001 EDT Modified files: /php4/ext/standard file.c Log: get_meta_tags now allows attributes that are not quoted as well as those that are. It follows the HTML 4.01 specification for attribute values outlined here -> http://www.w3.

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

2001-03-05 Thread Sean Bright
elixer Mon Mar 5 20:42:04 2001 EDT Modified files: /php4/ext/standard file.c Log: Typo. # I don't know where I got 4.02 from Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.146 php4/ext/standard/file.c:1.147 --- php4/ext/standard/file

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

2001-01-14 Thread Thies C. Arntzen
thies Sun Jan 14 06:11:38 2001 EDT Modified files: /php4/ext/standard file.c Log: fixed readfile() fd-leak. guys, always remember that every function that *generates output* could cause a bailout if ignore_user_abort is set to false (and the user _aborts

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

2001-02-01 Thread Stanislav Malyshev
stasThu Feb 1 02:24:02 2001 EDT Modified files: /php4/ext/standard file.c Log: Add utility function Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.136 php4/ext/standard/file.c:1.137 --- php4/ext/standard/file.c:1.136 Sun Jan 21

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

2001-04-07 Thread Jani Taskinen
sniper Sat Apr 7 14:46:43 2001 EDT Modified files: /php4/ext/standard file.c Log: ws pollution removed. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.149 php4/ext/standard/file.c:1.150 --- php4/ext/standard/file.c:1.149 Fri Mar 23 0

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

2001-04-15 Thread Alexander Feldman
sasha Sun Apr 15 11:42:51 2001 EDT Modified files: /php4/ext/standard file.c Log: We shoud not fseek in a pipe and this caused a problem with popen and fgets on the platforms where the buffer fix was applied (Solaris, FreeBSD). Now the fseek is done only wh

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

2001-04-15 Thread Alexander Feldman
sasha Sun Apr 15 12:03:13 2001 EDT Modified files: /php4/ext/standard file.c Log: Fixed typo. Index: php4/ext/standard/file.c diff -u php4/ext/standard/file.c:1.151 php4/ext/standard/file.c:1.152 --- php4/ext/standard/file.c:1.151 Sun Apr 15 11:42:50

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

2001-02-10 Thread Sean Bright
elixer Sat Feb 10 18:38:40 2001 EDT Modified files: /php4/ext/standard file.c file.h Log: Fix for bug #4556 # This is pretty much a total rewrite of get_meta_tags using a simple # handwritten tokenizer. It might be overkill, but it works. Index: php4/

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

2001-02-20 Thread Sascha Schumann
sas Tue Feb 20 23:18:30 2001 EDT Modified files: /php4/ext/standard file.c filestat.c Log: Correctly check for the existence of the st_rdev field. Note that this field is required to exist for SUSv3 conformance. Submitted by: [EMAIL PROTECTED] PR:

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

2001-04-16 Thread Sascha Schumann
On Sun, 15 Apr 2001, Alexander Feldman wrote: > sasha Sun Apr 15 11:42:51 2001 EDT > > Modified files: > /php4/ext/standardfile.c > Log: > We shoud not fseek in a pipe and this caused a problem with popen and > fgets on the platforms where the buffer fix was applied (S

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

2001-04-17 Thread Andi Gutmans
This should go into 4.0.5 if it's in that branch because it's quite a bug. Andi At 07:03 PM 4/15/2001 +, Alexander Feldman wrote: >sasha Sun Apr 15 12:03:13 2001 EDT > > Modified files: > /php4/ext/standard file.c > Log: > Fixed typo. > > >Index: php4/ext/standard/file.c

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

2001-02-11 Thread Sterling Hughes
> elixer Sat Feb 10 18:38:40 2001 EDT > > Modified files: > /php4/ext/standard file.c file.h > Log: > Fix for bug #4556 > # This is pretty much a total rewrite of get_meta_tags using a simple > # handwritten tokenizer. It might be overkill, but it works. I'd say th

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

2001-02-11 Thread Colin Viebrock
[Sun, 11 Feb 2001] Sterling Hughes said: > > > elixer Sat Feb 10 18:38:40 2001 EDT > > > > Modified files: > > /php4/ext/standard file.c file.h > > Log: > > Fix for bug #4556 > > # This is pretty much a total rewrite of get_meta_tags using a simple > > # handwritten

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

2001-02-11 Thread Sean R. Bright
; Sent: Sunday, February 11, 2001 10:52 PM > To: Sterling Hughes > Cc: Sean Bright; [EMAIL PROTECTED] > Subject: Re: [PHP-CVS] cvs: php4 /ext/standard file.c file.h > > > [Sun, 11 Feb 2001] Sterling Hughes said: > > > > > > elixer Sat Feb 10 18:38:40 2001 EDT