dmitry Fri Aug 15 15:00:11 2008 UTC
Modified files: (Branch: PHP_5_3)
/TSRM tsrm_virtual_cwd.c
Log:
- [DOC] make stat, touch, filemtime, filemsize and related functions more
portable (almost 100% equivalent to linux now)
- [DOC] add support for touch($dir)
dmitry Tue Aug 12 08:01:24 2008 UTC
Modified files: (Branch: PHP_5_3)
/php-srcNEWS
/TSRM tsrm_virtual_cwd.c tsrm_virtual_cwd.h
Log:
- Added system independent realpath() implementation which caches
intermediate directories in realpath-cache
- Fixe