Results 59 comments of kenjiuno
trafficstars

@hfhchan Yes, PHP 7.1 (Windows) can support UTF-8 filename now. `internal_encoding` enlarged its support range for including file system path encoding. And php_wfio is now incompatible with PHP 7.1 due...

> Thank you, php 7.1 does support unicode, but when I execute glob ('unicode_path'), I can not list the directory below, but scandir () can Ok, if you are sure...

Hi. Thank you for detailed replies. Ok I will prepare ThreadSafe NonThreadSafe php_wfio DLL modules for php5.5 I am using this on, - IIS 8 upon legacy ISAPI filter DLL...

Hi. > One last thing... the DLL for PHP 5.5 doesn't work as PHP 5 is only compiled with VC11 I have released [v0.1''](https://github.com/kenjiuno/php-wfio/releases/tag/v0.1'') for php 5.4/5.5 variants. I confirmed...

I have uploaded https://github.com/kenjiuno/php-wfio/releases/download/v0.4/wfio-0.4-php5.3-fake-vc6.7z This fake VC6 version is made by binary patching using VC9 version changing `VC9` to `VC6` with hex editor: ![2020-09-15_23h55_30](https://user-images.githubusercontent.com/5955540/93227046-f2513580-f7ae-11ea-9e8e-a6249ad20495.png) This is not good idea but...

I also have same problem "IPv6 network stops working after a while". In my case, I'm using OpenWrt as a company's broadband router. It runs dhcp6d for LAN connection on...

Sorry I may be wrong in previous post. I have noticed that there are 4 time values in dhcpv6 response from server. obtained with `tcpdump -n -vv -i eth0.2 udp...

About my case, I decided to use workaround until good resolution will be available. It is to use crontab like: ``` 45 * * * * kill -SIGUSR2 `pidof odhcp6c`...

> Every 8 hours, I get the following log: > `'daemon.notice netifd: Interface 'wan6' has lost the connection'. ` > Are you running into the same thing? What I understood...