[PHP-DOC] cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c

2008-08-15 Thread Dmitry Stogov
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)

[PHP-DOC] cvs: TSRM(PHP_5_3) / tsrm_virtual_cwd.c tsrm_virtual_cwd.h php-src NEWS

2008-08-12 Thread Dmitry Stogov
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