From:             [EMAIL PROTECTED]
Operating system: WIndows ME
PHP version:      4.2.0
PHP Bug Type:     Apache2 related
Bug description:  Extensions are loaded in phpinfo() but when trying to use them gives 
Error 500

I faced this problem first when i tried to use php_xslt.dll
i'm sure that sablot.dll is up-running and the extension is okay and
loaded at the startup with no problems even when i use phpinfo() it writes
the extensions as enabled...

but when i try to use this extenstion it does one of two things

///the code//
$my_xslt=xslt_create();
echo "Hi";
////

if i use the CGI binary the script hangs and gives no response at all just
a blank white page

if i use the apache2filter.dll it gives error 500 internal server error

the same thing happens with all dynamic extensions with no exception...
-- 
Edit bug report at http://bugs.php.net/?id=17004&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17004&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17004&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17004&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17004&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17004&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17004&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17004&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17004&r=submittedtwice

Reply via email to