From:             nicodoggie at gmail dot com
Operating system: Win XP
PHP version:      5.1.6
PHP Bug Type:     *General Issues
Bug description:  Can't load extensions!!

Description:
------------
I'm running Apache 1.33.34 on Win XP

I've tried everything to load the extensions...
I've changed my extension_dir to the following:

1) c:\php\ext
2) c:/php/ext
3) ./ext
4) .\ext

and I've uncommented the particular extensions I need
(xsl, mysql)

I've already added C:\php to the PATH Env Variable in my system, so the
dlls that are bundled aren't a problem...

but then they still don't load.

When i tried php -m on the console it did turn up, so I considered using
PHP as CGI, to no avail, as I tried
<?php phpinfo(); ?> it still didn't find the new extensions...


Reproduce code:
---------------
<?php phpinfo(); 

if(!extension_loaded('xsl')){
 echo "<p>XSL IS LOADED</p>";
}

?>

Expected result:
----------------
The new extensions to be displayed in one of the tables...
and

XSL IS LOADED

Actual result:
--------------
none of the new extensions turned up, nor did the echoed that was to be
displayed as output

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

Reply via email to