History log of /PHP-5.4/ext/standard/file.c (Results 451 – 475 of 533)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# afccb586 27-May-2000 Andi Gutmans

- I'm not sure if PHP_NOT_IN_THIS_BUILD is the way to handle these
- functions but in any case I have changed it to PHP_NOT_IN_THIS_BUILD()


# 69d1e788 26-May-2000 Hartmut Holzgraefe

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
inst

if a module provides a function it should also do so if the function
is not functional due to configure findings
the function should offer a meaningful warning if it is not supported
instead of just beeing undefined
i had already changed this in 'gd', now this is doing it for 'standard'

show more ...


# df4547a3 23-May-2000 Hartmut Holzgraefe

another bunch of proto fixes


# 617266e3 23-May-2000 Andi Gutmans

- Virtual current working directory is now enabled
- Added support for mkdir()/rmdir() and more


# 521f03c1 23-May-2000 Andi Gutmans

- Support virtual unlink()


Revision tags: php-4.0.0
# e043439f 18-May-2000 Zeev Suraski

Update the license with the new clause 6


Revision tags: php-4.0RC2
# e13285de 30-Apr-2000 Andi Gutmans

- Take Sascha's advice and create on V_OPEN() which replaces open().
- Unlike the other macros its argument has to have braces around it, for
- example, open(filename, flags) becomse V_OPEN((

- Take Sascha's advice and create on V_OPEN() which replaces open().
- Unlike the other macros its argument has to have braces around it, for
- example, open(filename, flags) becomse V_OPEN((filename, flags))
- Made small conversion to new Zend macros. The ugly (*foo)->value.str.val
- now becomes Z_STRVAL_PP(foo). PP means pointer pointer, there also exist
- single P's for example foo->value.str.val becomes Z_STRVAL_P(foo).

show more ...


# ec997d5c 24-Apr-2000 Andrei Zmievski

Exterminate warnings.


# 071c01a0 24-Apr-2000 Andrei Zmievski

The third argument to fseek() is now one of the standard SEEK_* constants.

# The previous change to support seekfrom stuff was incorrect.


# 21416083 23-Apr-2000 Sterling Hughes

@-Add an optional third argument to fseek to indicate were to seek from. (Sterling)


# 03b562c9 19-Apr-2000 Rasmus Lerdorf

fgetcsv() patch from Nick Talbott
@ The fgetcsv() function now handles embedded end-of-line in a quoted field
@ (Nick Talbott)


Revision tags: PHP-4.0-RC1
# b3ecf2fe 17-Mar-2000 Sterling Hughes

ftruncate returns 1 on success and 0 on failure instead of 0 on success and -1 on failure.


# 85940d67 12-Mar-2000 Kristian Köhntopp

Finished porting recode module.


# caeaaf4d 12-Mar-2000 Sascha Schumann

Fix build on systems which lack snprintf or vsnprintf.

PR: #3786


# 99e0b363 06-Mar-2000 Stig Bakken

@Cleaned up extension namespace (Stig)
Cleaned up extension namespace, and changed ext/standard into one single
extension.


# 5610800a 04-Mar-2000 Andrei Zmievski

@Added ftruncate() and fstat(), courtesy of Faisal Nasim <faisal@nasim.org>


# 7da7a50c 24-Feb-2000 Egon Schmid

More protos.


Revision tags: php-4.0b4pl1, php-4.0b4, php-4.0b4_rc1
# 86fa2aad 19-Feb-2000 Zeev Suraski

the pipe is breaking all the time


Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000
# 80bdd19e 11-Feb-2000 Zeev Suraski

Fine tune Andi's patch


# 29280bb9 10-Feb-2000 Andi Gutmans

- Get rid of some more evil MSVC5's and switch standard/ to use PHP_WIN32


Revision tags: BEFORE_SAPIFICATION_FEB_10_2000
# 489b705d 08-Feb-2000 Zeev Suraski

@- Fixed memory corruption in fgetss(), strip_tags() and gzgetss() (Zeev)


# 83a02781 01-Feb-2000 Andrei Zmievski

Not needed.


# c47452f7 01-Feb-2000 Zeev Suraski

Compile fix


# a753430f 01-Feb-2000 Andrei Zmievski

- Implemented socket_get_status() function. Some more stuff can be added
to it in the future.
- Renamed set_socket_timeout() to socket_set_timeout()
- Renamed set_socket_blocking() to s

- Implemented socket_get_status() function. Some more stuff can be added
to it in the future.
- Renamed set_socket_timeout() to socket_set_timeout()
- Renamed set_socket_blocking() to socket_set_blocking() but kept the
old name for compatibility. It now outputs a warning that
set_socket_timeout() is deprecated but still goes through.
@ Added socket_get_status() function. Renamed:
@ set_socket_timeout() -> socket_set_timeout()
@ set_socket_blocking() -> socket_set_blocking(). (Andrei)

show more ...


# 91bb21c5 01-Feb-2000 Andrei Zmievski

Implemented realpath().
@ Added realpath() function. (Andrei)


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