php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #17004 Extensions are loaded in phpinfo() but when trying to use them gives Error 500
Submitted: 2002-05-04 12:16 UTC Modified: 2002-10-08 21:39 UTC
Votes:4
Avg. Score:4.5 ± 0.9
Reproduced:3 of 3 (100.0%)
Same Version:2 (66.7%)
Same OS:0 (0.0%)
From: khalid_kary at hotmail dot com Assigned:
Status: No Feedback Package: Apache2 related
PHP Version: 4.2.0 OS: WIndows ME
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please — but make sure to vote on the bug!
Your email address:
MUST BE VALID
Solve the problem:
14 + 39 = ?
Subscribe to this entry?

 
 [2002-05-04 12:16 UTC] khalid_kary at hotmail dot com
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...

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-09-16 10:35 UTC] derick@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip


 [2002-10-08 21:39 UTC] sniper@php.net
No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


 [2004-03-25 07:55 UTC] gamalaywa at hotmail dot com
i was just searching for something and that page popped up.really great.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC