From:             twallis at mts dot net
Operating system: Windows
PHP version:      5.2.12
PHP Bug Type:     Performance problem
Bug description:  Extension directory

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 bug report at http://bugs.php.net/?id=50641&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=50641&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=50641&r=trysnapshot53
Try a snapshot (PHP 6.0):            
http://bugs.php.net/fix.php?id=50641&r=trysnapshot60
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=50641&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=50641&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=50641&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=50641&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=50641&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=50641&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=50641&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=50641&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=50641&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=50641&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=50641&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=50641&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=50641&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=50641&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=50641&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=50641&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=50641&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=50641&r=mysqlcfg

Reply via email to