Edit report at https://bugs.php.net/bug.php?id=64397&edit=1

 ID:                 64397
 Updated by:         paj...@php.net
 Reported by:        mattfic...@php.net
 Summary:            Enchant PHPTs fail with VC11 compiler
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            Enchant related
 Operating System:   Windows
 PHP Version:        5.5.0alpha5
-Assigned To:        
+Assigned To:        ab
 Block user comment: N
 Private report:     N

 New Comment:

it should not load these DLLs at all or not even try to. They are not enchant 
plugin.

It looks like a config issue in the tests box or a patch is missing in enchant.

@a did you add the patch or built enchant without it?


Previous Comments:
------------------------------------------------------------------------
[2013-03-08 23:42:52] mattfic...@php.net

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 this bug report at https://bugs.php.net/bug.php?id=64397&edit=1

Reply via email to