ID: 46013 Updated by: paj...@php.net Reported By: black-cod3 at live dot com -Status: No Feedback +Status: Feedback Bug Type: Feature/Change Request Operating System: linux PHP Version: 5.2.6 Assigned To: pajoye New Comment:
Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ Previous Comments: ------------------------------------------------------------------------ [2009-09-14 01:00:00] php-bugs at lists dot php dot net No feedback was provided for this bug for over a week, so it is being suspended automatically. If you are able to provide the information that was originally requested, please do so and change the status of the bug back to "Open". ------------------------------------------------------------------------ [2009-09-06 22:02:36] paj...@php.net Please try using this snapshot: http://snaps.php.net/php5.3-latest.tar.gz For Windows: http://windows.php.net/snapshots/ ------------------------------------------------------------------------ [2008-09-07 13:27:39] black-cod3 at live dot com yes i see, thanks pajoye.. ------------------------------------------------------------------------ [2008-09-07 11:01:37] paj...@php.net Symbolic links are not yet supported (extra flags/fields). ------------------------------------------------------------------------ [2008-09-06 20:56:29] black-cod3 at live dot com Also note that when zipping the symbolic link using php code as: <?php $zip = new ZipArchive; $res = $zip->open('indx.zip', ZipArchive::CREATE); if ($res === TRUE) { $zip->addFile('indx'); $zip->close(); echo 'ok'; } else { echo 'failed'; } ?> also the result after extracting indx.zip with the above php extracting code: indx ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/46013 -- Edit this bug report at http://bugs.php.net/?id=46013&edit=1