ID:               50641
 Updated by:       bj...@php.net
 Reported By:      twallis at mts dot net
-Status:           Open
+Status:           Bogus
 Bug Type:         Performance problem
 Operating System: Windows
 PHP Version:      5.2.12
 New Comment:

http://www.php.net/manual/en/install.windows.extensions.php


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

[2010-01-03 03:20:28] twallis at mts dot net

Description:
------------
In the php.ini files included in the download the extensions directly
is set as: extension_dir = "./"

This prevents php from working.  It took me four hours of searching
until I tripped over documentation about extension_dir.  Once I chenged
the line to read: extension_dir = "c:/php/ext"  the problem was fixed.

Nowhere was it stated as part of the installation procedure to change
this line.

Reproduce code:
---------------
extension_dir = "./"

Expected result:
----------------
php preprocessing does not occur

Actual result:
--------------
php preprocessing does not occur


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


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

Reply via email to