php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #69978 It shows as not loaded in phpinfo
Submitted: 2015-07-01 15:47 UTC Modified: 2015-07-01 16:45 UTC
From: jfha73 at gmail dot com Assigned: ab (profile)
Status: Closed Package: intl (PECL)
PHP Version: master-Git-2015-07-01 (Git) OS: Windows
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jfha73 at gmail dot com
New email:
PHP Version: OS:

 

 [2015-07-01 15:47 UTC] jfha73 at gmail dot com
Description:
------------
Hey guys,

I just compiled PHP7 from master and php_intl.dll is showing as not loaded, the file is created, it is in the extensions folder and it is being loaded in php.ini.

Event Viewer gives me this:

php[11564]
PHP Warning: PHP Startup: Unable to load dynamic library 'D:\php7\ext\php_intl.dll' - The specified module could not be found

My ext folder has this:

07/01/2015  11:36 AM            82,944 php_bz2.dll
07/01/2015  11:36 AM            92,672 php_com_dotnet.dll
07/01/2015  11:36 AM           451,072 php_curl.dll
07/01/2015  11:36 AM            24,576 php_enchant.dll
07/01/2015  11:36 AM            61,440 php_exif.dll
07/01/2015  11:36 AM         3,157,504 php_fileinfo.dll
07/01/2015  11:36 AM            52,224 php_ftp.dll
07/01/2015  11:36 AM         1,324,544 php_gd2.dll
07/01/2015  11:36 AM            58,368 php_gettext.dll
07/01/2015  11:36 AM           335,360 php_gmp.dll
07/01/2015  11:36 AM           910,336 php_imap.dll
07/01/2015  11:36 AM            82,432 php_interbase.dll
==== here it is ====
07/01/2015  11:36 AM           434,688 php_intl.dll
====================
07/01/2015  11:36 AM           217,600 php_ldap.dll
07/01/2015  11:36 AM         1,475,584 php_mbstring.dll
07/01/2015  11:36 AM           123,392 php_mysqli.dll
07/01/2015  11:36 AM           152,576 php_oci8.dll
07/01/2015  11:36 AM           154,112 php_oci8_11g.dll
07/01/2015  11:36 AM           155,136 php_oci8_12c.dll
07/01/2015  11:36 AM            64,000 php_odbc.dll
07/01/2015  11:36 AM           203,264 php_opcache.dll
07/01/2015  11:36 AM           118,272 php_openssl.dll
07/01/2015  11:36 AM            29,696 php_pdo_firebird.dll
07/01/2015  11:36 AM            30,208 php_pdo_mysql.dll
07/01/2015  11:36 AM            32,256 php_pdo_oci.dll
07/01/2015  11:36 AM            28,160 php_pdo_odbc.dll
07/01/2015  11:36 AM            43,008 php_pdo_pgsql.dll
07/01/2015  11:36 AM           933,376 php_pdo_sqlite.dll
07/01/2015  11:36 AM           119,296 php_pgsql.dll
07/01/2015  11:36 AM            17,920 php_phpdbg_webhelper.dll
07/01/2015  11:36 AM            16,384 php_shmop.dll
07/01/2015  11:36 AM           416,256 php_snmp.dll
07/01/2015  11:36 AM           291,328 php_soap.dll
07/01/2015  11:36 AM            79,872 php_sockets.dll
07/01/2015  11:36 AM           950,272 php_sqlite3.dll
07/01/2015  11:36 AM            17,408 php_sysvshm.dll
07/01/2015  11:36 AM           283,136 php_tidy.dll
06/29/2015  11:09 AM            17,408 php_uploadprogress.dll
07/01/2015  11:36 AM            82,432 php_xmlrpc.dll
07/01/2015  11:36 AM           285,696 php_xsl.dll

Any ideas?

Expected result:
----------------
To load php_intl.dll

Actual result:
--------------
php_intl.dll doesn't load.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2015-07-01 16:03 UTC] ab@php.net
-Status: Open +Status: Feedback
 [2015-07-01 16:03 UTC] ab@php.net
Hi,

if you've fetched before 333db013fdb5b421c5a881ab4974c0672708eccf today, the intl build could be broken for short time. So might be that unfortunate moment, if you had an older DLL there, it could be it.

Otherwise - could be the ICU DLLs are not on the path.

Thanks.
 [2015-07-01 16:05 UTC] ab@php.net
Ah, and what about the latest snap, same there? http://windows.php.net/downloads/snaps/master/

Thanks.
 [2015-07-01 16:23 UTC] jfha73 at gmail dot com
-Status: Feedback +Status: Open
 [2015-07-01 16:23 UTC] jfha73 at gmail dot com
I do have an old one that works, I'll try the snapshot and let you know.
 [2015-07-01 16:25 UTC] jfha73 at gmail dot com
I just checked the snapshot for today and it shows the same, intl can't be loaded.
 [2015-07-01 16:36 UTC] jfha73 at gmail dot com
-Status: Open +Status: Closed
 [2015-07-01 16:36 UTC] jfha73 at gmail dot com
You are correct, the ICU (version 5.5) files were not in the path, they are now and it works.

Thanks Anatol, as usual very helpful.
 [2015-07-01 16:45 UTC] ab@php.net
-Assigned To: +Assigned To: ab
 [2015-07-01 16:45 UTC] ab@php.net
Thanks for checking, Jorge :)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 00:01:27 2024 UTC