php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #48302 php.exe cannot start after Intl is installed
Submitted: 2009-05-16 13:14 UTC Modified: 2009-05-19 19:02 UTC
From: peaceable_whale at hotmail dot com Assigned: jmertic (profile)
Status: Closed Package: Windows Installer
PHP Version: 5.3.0RC2 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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: peaceable_whale at hotmail dot com
New email:
PHP Version: OS:

 

 [2009-05-16 13:14 UTC] peaceable_whale at hotmail dot com
Description:
------------
php.exe cannot start after Intl is installed

Reproduce code:
---------------
Run "php /?" in command line

Expected result:
----------------
The following error is returned:

php.exe - System Error

The program can't start because icuuc38.dll is missing from your computer. Try installing the program to fix this problem.

Actual result:
--------------
The php help message should be displayed

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-05-16 13:17 UTC] pajoye@php.net
Add the PHP install directory to your PATH or run php.exe from this directory.
 [2009-05-16 13:20 UTC] peaceable_whale at hotmail dot com
The problem persists, and the Windows Installer has already added the PHP path to PATH:

PATH=C:\Program Files\PHP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wb
em;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\TortoiseSVN\bin;
C:\Program Files\QuickTime\QTSystem\

Some corrections to my report:

Reproduce code:
---------------
Run "php -?" in command line

Actual result:
--------------
The php help message should be displayed without any error
 [2009-05-16 13:23 UTC] peaceable_whale at hotmail dot com
How may I reopen this report? I believe that I have the right to do so as the bug submitter.
 [2009-05-16 13:38 UTC] pajoye@php.net
John, can you take a look at it please?
 [2009-05-19 19:02 UTC] jmertic@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC