History log of /PHP-5.4/ext/standard/file.c (Results 301 – 325 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: php-4.3.0dev, php5_5_0
# f9936a84 10-Jun-2002 Markus Fischer

- Fix proto.


Revision tags: RELEASE_0_90, php-4.3.0dev_zend2_alpha1, BEFORE_OBJECTS_STORE, SAFEGUARD_3_0_BETA1_RC1_26062002, RELEASE_0_11, NEW_UI_API_BP, RELEASE_0_10
# fc059f5e 23-May-2002 Andi Gutmans

- Fix typo


# c37d2a97 23-May-2002 Derick Rethans

- Fix errormessage and whitespace


# b768cf03 23-May-2002 Yasuo Ohgaki

Added 4th parameter to specify enclosure character. Patch by Dean Richard Benson <dean@vipersoft.co.uk>
Spit more meaningful error messages when delim and/or enclosure char is null.


Revision tags: RELEASE_0_4, php-4.3.0dev-ZendEngine2, php-4.3.0dev-ZendEngine2-Preview1, php-4.2.1
# 93af4bdf 12-May-2002 Rasmus Lerdorf

Change safe-mode rule for rmdir() to match unlink() - allow is target
is opened by caller or in a directory owned by caller
@ Minor fix to rmdir() under safe-mode (Rasmus)


Revision tags: php-4.2.1RC2
# 51e2ea5e 06-May-2002 jim winstead

fix problem with mkdir() on freebsd


# 4378214b 04-May-2002 Sascha Schumann

Make this code work on compilers which don't consider the address
of a variable on the stack available at compile time.


Revision tags: php-4.2.1RC1
# eacad68c 30-Apr-2002 Sebastian Bergmann

Fix ZTS build.


# 76057369 30-Apr-2002 Wez Furlong

Implement user-space funtions to operate on stream contexts.


Revision tags: php-4.2.0, php-4.2.0RC4, php-4.2.0RC3
# e1d0a147 10-Apr-2002 Wez Furlong

Implement stream context and status notification system.
Bump the BC for zlib notice to a warning
# See my RFC to php-dev a few days ago


# 385b2330 05-Apr-2002 Zeev Suraski

Fix gzip/bz2 builds for Windows


Revision tags: php-4.2.0RC2
# 2539cbc7 28-Mar-2002 Wez Furlong

Phase 3 of OO wrapper cleanup
# What was phase 2?


# 341af633 21-Mar-2002 Markus Fischer

- Use proper macros for php_stream_cast() return values (fixes #16211).


# b00d9a5b 21-Mar-2002 Hartmut Holzgraefe

added fnmatch() and glob() functions
could someone please check if i got the virtual dir stuff right?


# a662f012 21-Mar-2002 Wez Furlong

Convert the gzfile related functions into aliases for their equivalents
in ext/standard/file.c, so a gzopen()ed file pointer can be used in
fread, fseek etc.
Improved behaviour of zlib st

Convert the gzfile related functions into aliases for their equivalents
in ext/standard/file.c, so a gzopen()ed file pointer can be used in
fread, fseek etc.
Improved behaviour of zlib stream.
Moved passthru code into streams.c
# I'm not happy about BG(mmap_file)
Nuked gzgetss_state as no longer needed.

show more ...


Revision tags: php-4.2.0RC1
# 3dbde958 20-Mar-2002 Wez Furlong

Make state parameter of php_strip_tags passed by reference.
Move state tracking to stream structure.


# 659a071e 20-Mar-2002 Wez Furlong

Streams are all tracked as resources now.
Add some logic that will help track down leaks
when debug is enabled.


# 14a39118 19-Mar-2002 Wez Furlong

fix for bug #16168


# 6abe71be 19-Mar-2002 Wez Furlong

s/fgetwrapperdata/file_get_wrapper_data/


# c9d5e137 18-Mar-2002 Wez Furlong

TSRMLS related work on streams, as discussed with Zeev.
# Should be the last "broad" commit for a while
# Don't forget to make clean ; make


# 73e79322 18-Mar-2002 Zeev Suraski

Fix the build and all of the outstanding VC++ warnings


# 0895998b 16-Mar-2002 Wez Furlong

s/get_file_contents/file_get_contents/


# 201446c2 16-Mar-2002 Wez Furlong

Ooops.


# 04473271 16-Mar-2002 Wez Furlong

Implement get_file_contents() as discussed (briefly!) by myself, Derick
and Sterling on php-dev some months ago.
It returns the file contents as a string, and uses mmap if possible.


# 63682934 16-Mar-2002 Wez Furlong

Allow php_stream_copy_to_stream to do nothing when used with code
that calculates a max length of zero. (Thanks again Marcus).


1...<<11121314151617181920>>...22