History log of /PHP-5.5/ext/standard/dir.c (Results 151 – 175 of 198)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 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


Revision tags: php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH
# 6ce07a85 09-Jun-2000 Andi Gutmans

- Change register_internal_class to zend_register_internal_class for
- consistency.
- Andrei: I'm still thinking about the _ex you want me to implement


# 3701bc42 05-Jun-2000 Andi Gutmans

- ARG_COUNT(ht) -> ZEND_NUM_ARGS() mega patch


# 4a1da8b6 04-Jun-2000 Zeev Suraski

Fix Win32 build


# 5af7dff7 04-Jun-2000 Stanislav Malyshev

add opendir to VIRTUAL_DIR


# 7f158268 04-Jun-2000 Stanislav Malyshev

chdir returns 0 on success, compare against it


# 2aaa538a 23-May-2000 Sascha Schumann

Use reentrant version of readdir. If the target platform does not support
the POSIX-like readdir_r, we fall back to readdir. In ZTS mode, this will
cause php_readdir_r calls to be serialized.


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
# c9911a15 15-Apr-2000 Andi Gutmans

- Change PHP_ to V_ (directory & file functions)


# 9c3d6304 30-Mar-2000 Andi Gutmans

- Hopefully got most of them. We also need a chdir_file function like
for Apache.


Revision tags: PHP-4.0-RC1
# 99e0b363 06-Mar-2000 Stig Bakken

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


# 88b903da 24-Feb-2000 Thies C. Arntzen

zorro does a Z - egon does an e?


# 3b5efa05 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, BEFORE_PRE_SHUTDOWN_REVERSE_PATCH
# 43ae2bff 01-Jan-2000 Sascha Schumann

Happy Y2K patch! Happy new year (or the new millennium, depending on whether
you start counting at 0 or 1).


12345678