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

 ID:                 60973
 Updated by:         cataphr...@php.net
 Reported by:        bugzilla33 at gmail dot com
 Summary:            extensions not loaded
-Status:             Open
+Status:             Not a bug
 Type:               Bug
 Package:            *Configuration Issues
 Operating System:   win 7
 PHP Version:        5.4.0RC6
 Block user comment: N
 Private report:     N

 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Looks simply like the dependencies of those two extensions are not being 
located 
(e.g. icu*.dll for intl); mbstring works because it has none. Take a look at 
http://msdn.microsoft.com/en-
us/library/windows/desktop/ms682586(v=vs.85).aspx#search_order_for_desktop_applic
ations


Previous Comments:
------------------------------------------------------------------------
[2012-02-03 18:24:00] bugzilla33 at gmail dot com

Description:
------------
0. download http://host0001.webd.pl/bugs/php/bug.7z


1. This is http://www.apachelounge.com/download/binaries/httpd-2.2.21-win32.zip


2. And http://windows.php.net/downloads/qa/php-5.4.0RC7-Win32-VC9-x86.zip


3. httpd.conf modifications

   PHPINIDir c:/php54
   LoadModule php5_module c:/php54/php5apache2_2.dll
   AddType application/x-httpd-php .php


4. php.ini (from php.ini-development) modifications

   extension_dir = "c:\php54\ext"

   extension=php_gd2.dll
   extension=php_intl.dll
   extension=php_mbstring.dll


5. Steps to reproduce

   - use Windows 7 (64-bit ?)
   - upack this to c:\ root
   - run install.bat (install Apache service)
   - run start.bat (start Apache service)
   - type in browser http://127.0.0.1/phpinfo.php

6. Expected result

   - gd loaded
   - intl loaded
   - mbstring loaded

7. Actual result
   - only mbstring loaded


8. Tested on two other machines



------------------------------------------------------------------------



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

Reply via email to