php-wfio icon indicating copy to clipboard operation
php-wfio copied to clipboard

PHP 5.6 support

Open serseb opened this issue 10 years ago • 7 comments

Thanks for this great extension!

Could you compile for PHP 5.6 also? I've tried PHP 5.5 extension with no success.

Thanks!

serseb avatar Oct 30 '14 07:10 serseb

Hi.

Thanks for your request!

I'll prepare php_wfio for php 5.6 soon.

kenjiuno avatar Oct 31 '14 12:10 kenjiuno

Ok, php 5.6 support is now available!

https://github.com/kenjiuno/php-wfio/releases

kenjiuno avatar Oct 31 '14 12:10 kenjiuno

Great job! Thank you very much for your support! I owe you one.

Best regards! Sebastian

serseb avatar Oct 31 '14 14:10 serseb

Any chance to compile 64-bit version also ? If no, I'll stick to the 32-bit PHP version.

serseb avatar Oct 31 '14 21:10 serseb

Wow!

php has 64-bit version? I'll check it later.

kenjiuno avatar Nov 01 '14 00:11 kenjiuno

Ok, php-wfio for php 5.6 64 bit version is now available!

https://github.com/kenjiuno/php-wfio/releases

My php test has passed both nts and ts versions. I hope this release will work for you...

=====================================================================
PHP         : H:\php-5.6.2-nts-Win32-VC11-x64\php.exe
PHP_SAPI    : cli
PHP_VERSION : 5.6.2
ZEND_VERSION: 2.6.0
PHP_OS      : WINNT - Windows NT G45 6.3 build 9200 (Windows 8.1 Business Edition) AMD64
INI actual  : H:\php-5.6.2-nts-Win32-VC11-x64\php.ini
More .INIs  :
CWD         : H:\php-sdk\phpdev\vc11\x86\php
Extra dirs  :
VALGRIND    : Not used
=====================================================================
Running selected tests.
PASS Check for wfio presence [H:\php-sdk\phpdev\vc11\x86\php\ext\wfio\tests\001.phpt]
PASS Whether wfio follows php5's chdir. [H:\php-sdk\phpdev\vc11\x86\php\ext\wfio\tests\chdir.phpt]
PASS wfio stat,normal stat [H:\php-sdk\phpdev\vc11\x86\php\ext\wfio\tests\compare_stat.phpt]
PASS wfio fopen,fclose,unlink [H:\php-sdk\phpdev\vc11\x86\php\ext\wfio\tests\fopen.phpt]
PASS wfio mkdir,rmdir [H:\php-sdk\phpdev\vc11\x86\php\ext\wfio\tests\mkdir.phpt]
PASS wfio mkdir,rmdir utf-8 ver [H:\php-sdk\phpdev\vc11\x86\php\ext\wfio\tests\mkdir_UTF8.phpt]
=====================================================================
Number of tests :    6                 6
Tests skipped   :    0 (  0.0%) --------
Tests warned    :    0 (  0.0%) (  0.0%)
Tests failed    :    0 (  0.0%) (  0.0%)
Expected fail   :    0 (  0.0%) (  0.0%)
Tests passed    :    6 (100.0%) (100.0%)
---------------------------------------------------------------------
Time taken      :    1 seconds
=====================================================================

kenjiuno avatar Nov 03 '14 02:11 kenjiuno

I have test it and it's working great! Thank you very much for your effort!

serseb avatar Nov 03 '14 07:11 serseb