History log of /PHP-7.2/ext/standard/dir.c (Results 176 – 200 of 239)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 91451bfc 29-Apr-2001 Andi Gutmans

- Remove leak from opendir() under Windows. Maybe readdir.c should be
changed to use emalloc()
PR:
Submitted by:
Reviewed by:
Obtained from:


# 21603118 29-Apr-2001 Andi Gutmans

- Fix bug Bug id #5987. It could be fixed by changing readdir.c but I
- prefered not to touch that code but to treat windows a bit differently
- in dir.c
PR:
Submitted by:
Reviewe

- Fix bug Bug id #5987. It could be fixed by changing readdir.c but I
- prefered not to touch that code but to treat windows a bit differently
- in dir.c
PR:
Submitted by:
Reviewed by:
Obtained from:

show more ...


Revision tags: php-4.0.5RC8, php-4.0.5RC7
# b936138f 09-Apr-2001 Sean Bright

Constand should be case sensitive.
# Thanks Sterling


# 5464d295 09-Apr-2001 Jon Parise

Fix whitespace (use tabs).


# ec6f1887 09-Apr-2001 Sean Bright

Stop SIGSEGV on Apache startup. Patch from <adam@indexdata.dk>


# 368c6bf0 08-Apr-2001 Stig Bakken

@Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) (Stig)


Revision tags: php-4.0.5RC6, php-4.0.5RC5, php-4.0.5RC4, php-4.0.5RC3, php-4.0.5RC2, php-4.0.5RC1
# eb6ba01d 26-Feb-2001 Andi Gutmans

- Fix copyright notices with 2001


# c2fb53be 23-Feb-2001 Sascha Schumann

Finish fopen-wrappers rename.


# 637e8e14 15-Feb-2001 Sascha Schumann

There might be more systems which do not support chroot, so we check
for the existence of it.

Additionally, if chroot is not supported, the warn_not_available function
is invoked now.


# 8cef8a9c 15-Feb-2001 Derick Rethans

- chroot does not work on windows


# 2648283b 14-Feb-2001 Derick Rethans

- Added an extra chdir("/"); as sugested by Sascha


# 4a54a15f 14-Feb-2001 Derick Rethans

- Added the chroot function for changing root in a script.
#- This can be usefull when using PHP in a shell environment, or when PHP
# runs as CGI which needs a little more security


Revision tags: php-4.0.4pl1, php-4.0.4pl1RC2, php-4.0.4pl1RC1, php-4.0.4REL
# 86a1cace 16-Dec-2000 Andi Gutmans

- Make all places use MAXPATHLEN in the same way. It includes the
terminating NULL.


Revision tags: php-4.0.4RC6, php-4.0.4RC5, php-4.0.4RC4
# 4ada3dd3 07-Dec-2000 Sascha Schumann

Hardcode all functions which are mentioned in the Large File Support Spec

http://ewe3.sas.com/standards/large.file/specs/api+.007.html


Revision tags: php-4.0.4RC3
# e314da89 04-Nov-2000 Andi Gutmans

- Fix build


# b80e71fd 04-Nov-2000 Thies C. Arntzen

fix #7573
closedir() now really close the directory - used to stay open 'cause the
default-directory resource was "remembered" for arg-less calls.


# 825457ae 29-Oct-2000 Thies C. Arntzen

update my email.


# f1dcb32c 25-Oct-2000 Andrei Zmievski

Use zend_register_list_destructors_ex() instead.


# 7b4983c8 20-Oct-2000 Andrei Zmievski

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destruc

Mega-patch to get better resource information for modules.
* Fixed a bug in zend_rsrc_list_get_rsrc_type()
* Switched register_list_destructors() to use
zend_register_list_destructors_ex() instead
* Updated all relevant modules to provide the resource type name
to register_list_destructors() call
* Updated var_dump() to output resource type name instead of number

@- Made resource type names visible, e.g. var_dump() and
@ get_resource_type() display "file" for file resources. (Andrei)

show more ...


# 7a54e0b1 18-Oct-2000 foobar

Fixed crash (bus error) in readdir() and session cleanup when compiled
with Sun CC.


Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1
# 662c6c6c 07-Sep-2000 Stanislav Malyshev

Fix readdir bug in libc5
@Fix readdir bug in libc5
# If libc5 receives 0 in *result of readdir_r, it just returns error
# That's a clear bug, so this is a workaround.


# e065c308 01-Sep-2000 Zeev Suraski

- Fix dir.c
- Begin cleanup of php_error_cb()


# d60799bf 01-Sep-2000 Sascha Schumann

Solaris/x86 insists of having a large buffer for storing the result of
readdir_r(), otherwise it will segfault.

PR: #6479


Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH
# 7fb72c17 29-Jun-2000 Zeev Suraski

Fixed opendir() thoroughly


Revision tags: php-4.0.1pl1, php-4.0.1, php-4.0.1RC2
# c8606337 27-Jun-2000 Zeev Suraski

Fixed a bug in opendir(), which prevented readdir() from working properly if
the $dir argument wasn't explicitly specified


12345678910