php-wfio
php-wfio copied to clipboard
As you know php for windows comes in a lot of flavors... if you're going to post binaries at least say what were they compiled for. Took me a good...
Hi, thanks for great extension. Sometimes the glob() is easier for scandir(), and the glob() can search for all path names for the matching pattern, will support glob()?
dont work in ZipArchive for Open file ZipAchive dont open file with UTF8 names. **wfio** dont work in ZipAchive. my Problem: [PHP ZipArchive dont support UTF8 files for open](https://stackoverflow.com/questions/45154025/php-ziparchive-dont-support-utf8-files-for-open)
@kenjiuno i have a problem. Its support phar archives: $phar = new Phar ("wfio://D:\Users\Aradam\Desktop\fgh hgf ghj\sdf.phar"); I have error : Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Cannot create a...
In web site under Apache if the URL contains unicode, PHP fails. For example: URL: http://127.0.0.1/web/comentários.php PHP returns: "Warning: Unknown: failed to open stream: No such file or directory in...
Since PHP only has `system()`, it is impossible to run a command line that contains Unicode chars outside the current codepage. However, Windows apps actually run a command line that...
The following line generates a warning like: "Warning: filemtime(): stat failed for wfio://path_to_largefile.ext": filemtime("wfio://path_to_largefile.ext") while filemtime("path_to_largefile.ext.ext") works and returns the correct timestamp I think the problem lies in manipulating files...
Thanks for this great extension! Could you compile for PHP 5.6 also? I've tried PHP 5.5 extension with no success. Thanks!