From:             mshockle at gmail dot com
Operating system: windows xp
PHP version:      5.2.4
PHP Bug Type:     *General Issues
Bug description:  extensions_dir syntax bug

Description:
------------
on windows xp running apache 2.2.4, with php 5.2.4.4 (and earlier versions
IIRC) if extension_dir is 

extension_dir = "E:\php\ext"
it cannot load any modules located therein, this is also true for ./ and
other relative paths. However

extension_dir = E:\php\ext

works fine, and similarly with all other circumstances.

this occurred with php_mysql, php_mysqli, php_mbstring, and any other
module I installed.


-- 
Edit bug report at http://bugs.php.net/?id=42513&edit=1
-- 
Try a CVS snapshot (PHP 4.4): 
http://bugs.php.net/fix.php?id=42513&r=trysnapshot44
Try a CVS snapshot (PHP 5.2): 
http://bugs.php.net/fix.php?id=42513&r=trysnapshot52
Try a CVS snapshot (PHP 6.0): 
http://bugs.php.net/fix.php?id=42513&r=trysnapshot60
Fixed in CVS:                 http://bugs.php.net/fix.php?id=42513&r=fixedcvs
Fixed in release:             
http://bugs.php.net/fix.php?id=42513&r=alreadyfixed
Need backtrace:               http://bugs.php.net/fix.php?id=42513&r=needtrace
Need Reproduce Script:        http://bugs.php.net/fix.php?id=42513&r=needscript
Try newer version:            http://bugs.php.net/fix.php?id=42513&r=oldversion
Not developer issue:          http://bugs.php.net/fix.php?id=42513&r=support
Expected behavior:            http://bugs.php.net/fix.php?id=42513&r=notwrong
Not enough info:              
http://bugs.php.net/fix.php?id=42513&r=notenoughinfo
Submitted twice:              
http://bugs.php.net/fix.php?id=42513&r=submittedtwice
register_globals:             http://bugs.php.net/fix.php?id=42513&r=globals
PHP 3 support discontinued:   http://bugs.php.net/fix.php?id=42513&r=php3
Daylight Savings:             http://bugs.php.net/fix.php?id=42513&r=dst
IIS Stability:                http://bugs.php.net/fix.php?id=42513&r=isapi
Install GNU Sed:              http://bugs.php.net/fix.php?id=42513&r=gnused
Floating point limitations:   http://bugs.php.net/fix.php?id=42513&r=float
No Zend Extensions:           http://bugs.php.net/fix.php?id=42513&r=nozend
MySQL Configuration Error:    http://bugs.php.net/fix.php?id=42513&r=mysqlcfg

Reply via email to