VirtualBox

Changes between Version 1 and Version 2 of Ticket #18776, comment 11


Ignore:
Timestamp:
Aug 16, 2019 8:08:19 AM (5 years ago)
Author:
Frank Batschulat (Oracle)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18776, comment 11

    v1 v2  
    3030I don't know if unlink() here is the real OS primitie or some PHP thingy ontop of it, I am not a PHP programmer, but it would certiainly be of help
    3131to know about the real error code returned for the failing unlink(2) systemcall.
     32
     33public function unlink($path) which calls that should emit
     34an error message presumably telling us that:
     35
     36{{{
     37            if (!$unlinked) {
     38                $error = error_get_last();
     39                $message = 'Could not delete '.$path.': ' . @$error['message'];
     40}}}
     41
     42Do we have those error messages somewhere? I cannot see any mentioning of such in this bug report.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette