ID:               50149
 User updated by:  msabatier dot perso at gmail dot com
 Reported By:      msabatier dot perso at gmail dot com
-Status:           Feedback
+Status:           Open
 Bug Type:         Dynamic loading
 Operating System: Windows 7
 PHP Version:      5.2.11
 New Comment:

C:\Program Files\PHP>php -i | find "php.ini"
Configuration File (php.ini) Path => C:\Windows
Loaded Configuration File => C:\Program Files\PHP\php.ini

C:\Program Files\PHP>echo %PATH%
C:\Program
Files\PHP\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:
\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\ATI
Technologies\ATI.
ACE\Core-Static;C:\Program Files\QuickTime\QTSystem\;C:\Program
Files\TortoiseSV
N\bin


Previous Comments:
------------------------------------------------------------------------

[2009-11-12 21:19:39] paj...@php.net

pls run:

php -i | find "php.ini"

and paste the result here please, as well as the content of the PATH
variable in the cmd line.

echo %PATH%

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

[2009-11-12 21:00:01] msabatier dot perso at gmail dot com

I tried what you asked. Uninstalled PHP 5.2.9, suppressed the PHP dir
and reinstalled 5.2.11.
I got the same issue again.

Issuing
cd c:\php
php -d extension_dir=ext -d extension=php_gd2.dll -m
Gives me a crash of php (the process stops working) without any
message.

Interestingly, if I don't remove the PHP dir after uninstalling PHP
5.2.9, then after installing PHP 5.2.11 everything is working.

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

[2009-11-11 13:39:43] paj...@php.net

tr in CLI, that may give you more details:

> cd c:\php
> php -d extension_dir=ext -d extension=php_gd2.dll -m

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

[2009-11-11 12:43:22] msabatier dot perso at gmail dot com

The problem occurs even if I don't activate the php_mysql extension, so
no link to any missing libmysql DLL. Just enabling the php_gd2.dll
triggers the problem.

Plus I don't have the issue with 5.2.9 following exactly the same
install problem. So this is not a configuration problem.

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

[2009-11-11 11:43:42] paj...@php.net

You are certainly either missing a DLL or using the wrong DLL (libmysql
certainly).

Be sure to have the PHP directory (where the DLL are) first in your
PATH.

No issue here but configuration problem.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/50149

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

Reply via email to