History log of /PHP-5.6/ext/standard/file.c (Results 401 – 425 of 567)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 94f59504 15-Jul-2001 Zeev Suraski

Get rid of var_uninit()


# 9d05cba6 05-Jul-2001 Sean Bright

This should be lower-cased per the documentation and previous
implementation.


# 55fecbab 01-Jul-2001 Sean Bright

Remove unused variable.


# 1b0356e0 30-Jun-2001 Sean Bright

Fix for bug #11796. Also, fixed a problem in get_meta_tags that required
NAME and CONTENT to be in that order. Meta tags with no CONTENT attribute
are now added to the array as empty string

Fix for bug #11796. Also, fixed a problem in get_meta_tags that required
NAME and CONTENT to be in that order. Meta tags with no CONTENT attribute
are now added to the array as empty strings. Meta tags with no NAME
attribute are ignored.

show more ...


Revision tags: PRE_GRANULAR_GARBAGE_FIX, php-4.0.6, php-4.0.6RC4, php-4.0.6RC3
# 81e2cf03 06-Jun-2001 Rasmus Lerdorf

Fix folding and clean up some extensions


# 25c3a3a3 05-Jun-2001 Rasmus Lerdorf

vim-6 does folding - clean up a bunch of missing folding tags plus
some misguided RINIT and RSHUTDOWN calls in a few fringe extensions


Revision tags: php-4.0.6RC2
# ae3dda82 19-May-2001 Rasmus Lerdorf

Fix bug #9526


# d5cfb03a 18-May-2001 Sascha Schumann

munmap() file in RSHUTDOWN, if PHPWRITE fails.


# 0255bb01 18-May-2001 Sascha Schumann

Files should be shared among processes.


Revision tags: php-4.0.6RC1
# 7a88deb4 12-May-2001 Wez Furlong

expose streams to other extensions.


# c115a755 11-May-2001 Jason Greene

Rewrote stat() and fstat() to be memory efficient, due to a recent
thread on php-dev.

Note: I added a macro that might have use in other instances, but for now
is included in php_fil

Rewrote stat() and fstat() to be memory efficient, due to a recent
thread on php-dev.

Note: I added a macro that might have use in other instances, but for now
is included in php_filestat.h

show more ...


# 0ed93d71 11-May-2001 Jason Greene

@fstat() and stat() now return identical output by returning a numerical and
@string indexed array (Jason)

(Andrei's suggestion to still allow backwords compatibility.)


Revision tags: php-4.0.5
# 4c823e8a 30-Apr-2001 Andi Gutmans

- Change macros from V_ to VCWD_ because of AIX name clash


Revision tags: php-4.0.5RC8, php-4.0.5RC7
# 86c84da7 17-Apr-2001 Wez Furlong

Discovered warn_not_available and used it.


# 57af70f7 17-Apr-2001 Wez Furlong

Changes for streams. Added temporary fopenstream function to PHP so that
the streams can be tested.


# f0abfcc8 15-Apr-2001 Alexander Feldman

Fixed typo.


# 531b8042 15-Apr-2001 Alexander Feldman

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 when the handle is

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 when the handle is of type fopen.

show more ...


# 176f5847 07-Apr-2001 foobar

ws pollution removed.


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3
# 01ac2005 23-Mar-2001 Romolo Manfredini

Added target ownership check in function copy for safe_mode operations


Revision tags: php-4.0.5RC2, php-4.0.5RC1
# 397c76d7 11-Mar-2001 Alexander Feldman

Fixed a compatibility problem is some file functions (fgets, fputs, fread,
fwrite). The ANSI standard says that if a file is opened in read/write
mode, fseek() should be called before switchi

Fixed a compatibility problem is some file functions (fgets, fputs, fread,
fwrite). The ANSI standard says that if a file is opened in read/write
mode, fseek() should be called before switching from reading to writing
and vice versa.

show more ...


# 5d3939ac 06-Mar-2001 Sean Bright

Typo.
# I don't know where I got 4.02 from


# 64ad8393 06-Mar-2001 Sean Bright

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.org/TR/html4/int

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.org/TR/html4/intro/sgmltut.html#h-3.2.2

show more ...


# dca3c875 05-Mar-2001 Sean Bright

get_meta_tags now handles single quoted attributes as well as those that
are double quoted.


# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# c2fb53be 23-Feb-2001 Sascha Schumann

Finish fopen-wrappers rename.


1...<<11121314151617181920>>...23