php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #71033 intl extension is not loaded
Submitted: 2015-12-04 21:31 UTC Modified: 2015-12-13 04:22 UTC
Votes:5
Avg. Score:4.6 ± 0.8
Reproduced:5 of 5 (100.0%)
Same Version:2 (40.0%)
Same OS:1 (20.0%)
From: janwebdev at gmail dot com Assigned:
Status: No Feedback Package: intl (PECL)
PHP Version: 7.0.0 OS: Windows 7 SP1 x64
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2015-12-04 21:31 UTC] janwebdev at gmail dot com
Description:
------------
intl extension is not loaded
it is uncommented in php.ini ( mbstring also )
installation package: php-7.0.0-Win32-VC14-x64.zip
is similar to  Bug #60966: extensions not loaded

Test script:
---------------
<?php
if (!extension_loaded('intl')) {
   throw new \Exception(component requires the intl PHP extension');
}

phpinfo();


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-12-05 01:58 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2015-12-05 01:58 UTC] ab@php.net
Thanks for the report. If you're using Apache, please make sure it retains path to the PHP root dir. Otherwise please ensure no other paths preceed the PHP root dir, that could contain incompatible ICU DLLs. If unsure, you can track the dependency loading process with the Process Monitor tool from https://technet.microsoft.com/sysinternals/processmonitor.aspx 

Thanks.
 [2015-12-13 04:22 UTC] pecl-dev at lists dot php dot net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Re-Opened". Thank you.
 [2016-04-05 15:01 UTC] danielklein at airpost dot net
I have the same problem on Windows 10 (64-bit) with PHP 7.0.5. All other extensions that I've tried load correctly.

I used Process Monitor as suggested and filtered it just on PHP's ext directory but the results for php_intl.dll look the same as for the other extensions which work.
 [2016-04-05 15:13 UTC] danielklein at airpost dot net
I just checked my Apache error log and found this entry a few times:

PHP Warning:  PHP Startup: Unable to load dynamic library 'C:/Server/php-7_0_5/ext\\php_intl.dll' - The specified module could not be found.\r\n in Unknown on line 0

Ignore the mixed directory separators, they don't stop other extensions from loading. The file exists at the path specified.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 16:01:29 2024 UTC