From:             mattficken
Operating system: Windows
PHP version:      5.5.0alpha5
Package:          Enchant related
Bug Type:         Bug
Bug description:Echant PHPTs fail with VC11 compiler

Description:
------------
These 3 PHPTs fail on 5.5.0a6 built with VC11 compiler:
ext/enchant/tests/broker_describe.phpt
ext/enchant/tests/broker_request_dict.phpt
ext/enchant/tests/bug13181.phpt

Enchant PHPTs also are marked fail on 5.5.0a6 built with VC9, but that is a
different issue: on 5.5.0a6-VC9 these PHPTs output the expected text and
output warnings about loading icu* DLLs. It is these extra warnings that
cause the failure on VC9, for example:
WARNING **: Error loading plugin:
`c:\php-sdk\php-5.5.0alpha6-nts-Win32-VC9-x86\icudt.dll': %1 is not a valid
Win32 application.

These warnings are not printed by 5.5.0a6-VC11.


When these PHPTs are run on 5.5.0a6-VC11, they output 'Failed' and don't
output the expected text at all... so its a VC11 related issue.


Expected result:
----------------
Test pass

Actual result:
--------------
Test fail

-- 
Edit bug report at https://bugs.php.net/bug.php?id=64397&edit=1
-- 
Try a snapshot (PHP 5.4):   
https://bugs.php.net/fix.php?id=64397&r=trysnapshot54
Try a snapshot (PHP 5.3):   
https://bugs.php.net/fix.php?id=64397&r=trysnapshot53
Try a snapshot (trunk):     
https://bugs.php.net/fix.php?id=64397&r=trysnapshottrunk
Fixed in SVN:               https://bugs.php.net/fix.php?id=64397&r=fixed
Fixed in release:           https://bugs.php.net/fix.php?id=64397&r=alreadyfixed
Need backtrace:             https://bugs.php.net/fix.php?id=64397&r=needtrace
Need Reproduce Script:      https://bugs.php.net/fix.php?id=64397&r=needscript
Try newer version:          https://bugs.php.net/fix.php?id=64397&r=oldversion
Not developer issue:        https://bugs.php.net/fix.php?id=64397&r=support
Expected behavior:          https://bugs.php.net/fix.php?id=64397&r=notwrong
Not enough info:            
https://bugs.php.net/fix.php?id=64397&r=notenoughinfo
Submitted twice:            
https://bugs.php.net/fix.php?id=64397&r=submittedtwice
register_globals:           https://bugs.php.net/fix.php?id=64397&r=globals
PHP 4 support discontinued: https://bugs.php.net/fix.php?id=64397&r=php4
Daylight Savings:           https://bugs.php.net/fix.php?id=64397&r=dst
IIS Stability:              https://bugs.php.net/fix.php?id=64397&r=isapi
Install GNU Sed:            https://bugs.php.net/fix.php?id=64397&r=gnused
Floating point limitations: https://bugs.php.net/fix.php?id=64397&r=float
No Zend Extensions:         https://bugs.php.net/fix.php?id=64397&r=nozend
MySQL Configuration Error:  https://bugs.php.net/fix.php?id=64397&r=mysqlcfg

Reply via email to