#
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 |
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 |